Find me on Google+
Follow me on Twitter
- Photo: The Final Cleaning (at GeeksOnOrana) http://t.co/UZZsDBDC 6 hours ago
Find me on Facebook
Category Archives: Tech Notes
Top Tips for IT Grads 2008
Top Tips for IT Grads 2008 By ComputerJobs.ie Get as much 'real world' experience as you can, no matter how junior the work. When choosing your first job, don't go for the money or location over the long term opportunity … Continue reading
Posted in Tech Notes
1 Comment
Ant: Java Swing Hello World in Ant
This is the fifth part of the so called Ant series I have been writing in this blog, about Apache Ant. This post is mainly about building and running a Java Swing program using Ant. The previous posts on Ant … Continue reading
Ant: Java Hello World in Ant
This is the third part of the so called Ant series I have been writing in this blog, about Apache Ant. This post is mainly about building and running a Java program using Ant. In the example I’m using here, … Continue reading
Ant: Installation
As I have worked on Ant before sometime for a project and I had few of my own documents for reference, related to installing and using Apache Ant. I thought of sharing those via this blog as it might be … Continue reading
Ant: Hello World in Ant
This is a simple reference of my, which might be helpful to someone after installing Ant and do some playing. Use a text editor to create a file called build.xml: <?xml version="1.0"?><project name="My Project" default="hello"> <target name="hello"> <echo>Hello World!</echo> </target> … Continue reading



