<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for ant</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Tue, 02 Dec 2008 20:42:41 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Groovy AntBuilder build script</title>
	<link>http://www.bytemycode.com/snippets/snippet/475/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/475/comments/</comments>
	<pubDate>Fri, 20 Oct 2006 15:37:00 +0000</pubDate>
	<dc:creator>glaforge</dc:creator>
	<category>ant, groovy</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/475/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Fri. Oct. 20th, 2006  3:37 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/475/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/glaforge/" title="Helper">glaforge</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/ant">ant</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/groovy">groovy</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/475/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>This example shows a build script written in Groovy using the AntBuilder.<br />No more angle bracket to bother you!</p>
		]]>
	</description>
</item><item>
	<title>autopublish your current javadocs on your intranet server</title>
	<link>http://www.bytemycode.com/snippets/snippet/210/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/210/comments/</comments>
	<pubDate>Mon, 15 May 2006 11:25:31 +0000</pubDate>
	<dc:creator>jbuchberger</dc:creator>
	<category>ant, builds, Java</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/210/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. May. 15th, 2006  11:25 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/210/revisions/">4</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/jbuchberger/" title="Helper">jbuchberger</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/ant">ant</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/builds">builds</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Java">Java</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/210/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>if you use the same buildfiles on your local codebase and your continuous integration buildserver, the if-attribute for <b>ant</b>'s <b>target</b>s comes in handy...<br /><br />for this ant buildfile snippet to only create+publish javadoc when executed on the buildserver, the buildserver only has to set the referred system property, e.g. on its startup by using a Java D-option "-Dcontinuous.build=true" ...<br /><br /><a href='http://ant.apache.org/' target="_blank">ant buildtool website</a></p>
		]]>
	</description>
</item>
	</channel>
</rss>