<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/xml/tags/ant</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 04:53:31 GMT</pubDate>
<item>
<title>(XML) Minimal Apache Ant build.xml - jerryvig</title>
<link>http://snipplr.com/view/58419/minimal-apache-ant-buildxml/</link>
<description><![CDATA[ <p>This is a minimal apache ant build.xml file that will quickly do all the things that you will generally want to do, including compiling and building a simple Java project to class files and jars. It provides targets to compile the class files and jars and to run the main class. The fields marked "My Project Name Here" and "My Main Class Here" are the fields that need to be modified for your project. To start create a directory for your project with subdirectories "lib" and "src" and place the build.xml file in the same directory. Place the Java sources in the "src" directory. Type "ant build" to compile and "ant run" to test and run the main class. 


build  build.xml  lib   src</p> ]]></description>
<pubDate>Sat, 03 Sep 2011 16:56:40 GMT</pubDate>
<guid>http://snipplr.com/view/58419/minimal-apache-ant-buildxml/</guid>
</item>
<item>
<title>(XML) Kill Cvs - laurenceosx</title>
<link>http://snipplr.com/view/47248/kill-cvs/</link>
<description><![CDATA[ <p>@rem    File:   killcvs.bat
@rem        calls ant using file killcvs.xml
@rem        Laurence Toenjes 1/15/2011
@pushd "%~dp0"
call ant -f "%~n0.xml"
@popd
</p> ]]></description>
<pubDate>Sun, 16 Jan 2011 15:35:17 GMT</pubDate>
<guid>http://snipplr.com/view/47248/kill-cvs/</guid>
</item>
<item>
<title>(XML) Ant task debug arguments - AndreasKT</title>
<link>http://snipplr.com/view/46543/ant-task-debug-arguments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Jan 2011 21:58:01 GMT</pubDate>
<guid>http://snipplr.com/view/46543/ant-task-debug-arguments/</guid>
</item>
<item>
<title>(XML) Overriding Netbeans build.xml to address SVN folder clean-up - studioevoque</title>
<link>http://snipplr.com/view/42392/overriding-netbeans-buildxml-to-address-svn-folder-cleanup/</link>
<description><![CDATA[ <p>This is used in the build.xml file generated by a Netbeans project, to override the default clean-up behaviour that deletes the 'build' and 'dist' folders. In case these folders are to be maintained in SVN, the following ensures that only the contents of the folders are cleared, leaving the SVN information intact.

Of course, the easiest option is to NOT check in the 'build' and 'dist' folders :)</p> ]]></description>
<pubDate>Sat, 16 Oct 2010 08:46:31 GMT</pubDate>
<guid>http://snipplr.com/view/42392/overriding-netbeans-buildxml-to-address-svn-folder-cleanup/</guid>
</item>
<item>
<title>(XML) Ant Tomcat base build.xml - vonkinder</title>
<link>http://snipplr.com/view/7613/ant-tomcat-base-buildxml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Jul 2008 06:43:21 GMT</pubDate>
<guid>http://snipplr.com/view/7613/ant-tomcat-base-buildxml/</guid>
</item>
<item>
<title>(XML) Findbugs Ant task example - narkisr</title>
<link>http://snipplr.com/view/7268/findbugs-ant-task-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Jul 2008 10:51:14 GMT</pubDate>
<guid>http://snipplr.com/view/7268/findbugs-ant-task-example/</guid>
</item>
</channel>
</rss>