<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using ANT to build an Application</title>
	<atom:link href="http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-ant-to-build-an-application</link>
	<description>Jonathan Campos&#039;s Blog about Flex and the Flash Platform</description>
	<lastBuildDate>Fri, 10 Sep 2010 16:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: raaj</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-968</link>
		<dc:creator>raaj</dc:creator>
		<pubDate>Thu, 15 Jul 2010 07:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-968</guid>
		<description>package1 and package2 are two packages. To compile the files in package1 I need the files in package2 already compiled. But for the compilation of package2 files I need the files in package2.
What I will do is comment out the code in one package(package1) that has cyclic dependency, jar it. Use the jar to compile the second(pacakge2). Then again recompile package1 by uncommenting the code. But for dynamic building this is giving me problems as I don&#039;t want to comment and uncomment the code manually. Please gimme the solution. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>package1 and package2 are two packages. To compile the files in package1 I need the files in package2 already compiled. But for the compilation of package2 files I need the files in package2.<br />
What I will do is comment out the code in one package(package1) that has cyclic dependency, jar it. Use the jar to compile the second(pacakge2). Then again recompile package1 by uncommenting the code. But for dynamic building this is giving me problems as I don&#8217;t want to comment and uncomment the code manually. Please gimme the solution. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raaj</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-967</link>
		<dc:creator>raaj</dc:creator>
		<pubDate>Thu, 15 Jul 2010 06:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-967</guid>
		<description>hi,  
                                        I am having one master build file and sub project build files i.e one.xml,two.xml,three.xml....the main aim of these three sub build file is to generate jar files,but the thing is while i creating jar file in two.xml file but this file is dependent on three.xml(before compiling the class files in two.xml i want compile some file in three.xml) and vice versa also...that is circular dependency..but i dont no what exactly it is and i also dont no about project dependency.....</description>
		<content:encoded><![CDATA[<p>hi,<br />
                                        I am having one master build file and sub project build files i.e one.xml,two.xml,three.xml&#8230;.the main aim of these three sub build file is to generate jar files,but the thing is while i creating jar file in two.xml file but this file is dependent on three.xml(before compiling the class files in two.xml i want compile some file in three.xml) and vice versa also&#8230;that is circular dependency..but i dont no what exactly it is and i also dont no about project dependency&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-966</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-966</guid>
		<description>@Raaj, part of the ant task is the ability to &lt;a href=&quot;http://www.java2s.com/Code/Java/Ant/Usemainantbuildfilecallsubbuildfile.htm&quot; rel=&quot;nofollow&quot;&gt;inheritRefs&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Raaj, part of the ant task is the ability to <a href="http://www.java2s.com/Code/Java/Ant/Usemainantbuildfilecallsubbuildfile.htm" rel="nofollow">inheritRefs</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raaj</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-965</link>
		<dc:creator>Raaj</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-965</guid>
		<description>I am having three build(build.xml) which contains one jar file in each build file and there is one master build file(build.xml).In three build file second jar file(second build.xml) is dependent on third jar file(third build.xml)</description>
		<content:encoded><![CDATA[<p>I am having three build(build.xml) which contains one jar file in each build file and there is one master build file(build.xml).In three build file second jar file(second build.xml) is dependent on third jar file(third build.xml)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-964</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Tue, 13 Jul 2010 13:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-964</guid>
		<description>@RAAJ

&lt;code lang=&quot;XML&quot;&gt;
&lt;target name=&quot;call_other_ant_file&quot;&gt;
     &lt;ant antFile=&quot;${YOUR_OTHER_ANT_FILE}&quot;/&gt;
&lt;/target&gt;
&lt;/code&gt;

HTH</description>
		<content:encoded><![CDATA[<p>@RAAJ</p>
<div class="codecolorer-container xml dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="xml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;call_other_ant_file&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp;<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ant</span> <span style="color: #000066;">antFile</span>=<span style="color: #ff0000;">&quot;${YOUR_OTHER_ANT_FILE}&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/target<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></div></td></tr></tbody></table></div>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAAJ</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-963</link>
		<dc:creator>RAAJ</dc:creator>
		<pubDate>Tue, 13 Jul 2010 12:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-963</guid>
		<description>how to make two build files correlated to one another during build in ant...?</description>
		<content:encoded><![CDATA[<p>how to make two build files correlated to one another during build in ant&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building a Library and Application with ANT &#124; The World In A State of Flex</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-501</link>
		<dc:creator>Building a Library and Application with ANT &#124; The World In A State of Flex</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-501</guid>
		<description>[...] we have two ANT build files, one for the project and one for the library. What if we want the build file to build the library, store the swc, and [...]</description>
		<content:encoded><![CDATA[<p>[...] we have two ANT build files, one for the project and one for the library. What if we want the build file to build the library, store the swc, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building the HTML Wrapper with ANT &#124; The World In A State of Flex</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-487</link>
		<dc:creator>Building the HTML Wrapper with ANT &#124; The World In A State of Flex</dc:creator>
		<pubDate>Tue, 19 Jan 2010 15:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-487</guid>
		<description>[...] building off the first post in this series: Using ANT to Build an Application, we are going to add another bit of functionality to our build.xml. This time, we will be building [...]</description>
		<content:encoded><![CDATA[<p>[...] building off the first post in this series: Using ANT to Build an Application, we are going to add another bit of functionality to our build.xml. This time, we will be building [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building a Library with ANT &#124; The World In A State of Flex</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-471</link>
		<dc:creator>Building a Library with ANT &#124; The World In A State of Flex</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-471</guid>
		<description>[...] post is in continuation from my last post: Using ANT to build an Application. So hopefully you read that last post or already have a working knowledge of ANT as we start [...]</description>
		<content:encoded><![CDATA[<p>[...] post is in continuation from my last post: Using ANT to build an Application. So hopefully you read that last post or already have a working knowledge of ANT as we start [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/comment-page-1/#comment-470</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1088#comment-470</guid>
		<description>That is a good point. I have found that there are a fair amount of people that don&#039;t want to / feel comfortable getting into their environment variables. That&#039;s why I lean more to including the FLEX_HOME in the build properties.</description>
		<content:encoded><![CDATA[<p>That is a good point. I have found that there are a fair amount of people that don&#8217;t want to / feel comfortable getting into their environment variables. That&#8217;s why I lean more to including the FLEX_HOME in the build properties.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
