Find me on Google+
Follow me on Twitter
- Photo: Epic Meal Time (at The Geeks’ House) tmblr.co/ZrlXZwLkmyDZ 3 days ago
Find me on Facebook
Tag Archives: Ant
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
Apache Ant
What is Apache Ant? Apache Ant (or simply Ant) is an XML-based build scripting language used heavily by the Open Source community. This is specially handy when it come is to automating the build process. Also Ant is infamous for … Continue reading





