<?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: Example : Using ANT with COMPC to compile SWCs</title>
	<atom:link href="http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Vijay</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-18256</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Wed, 30 Dec 2009 09:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-18256</guid>
		<description>Hi Guys,

I am getting the below error. Please help

Error:
&#039;compc&#039; is not recognized as an internal or external command,

Below is my build.xml file



	
	
	
	
	
	
	

	
	
	
	

	
		
		
	

	
	        
	
	
	
		Compiling ${swcFile}
		
			
		
	

</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I am getting the below error. Please help</p>
<p>Error:<br />
&#8216;compc&#8217; is not recognized as an internal or external command,</p>
<p>Below is my build.xml file</p>
<p>		Compiling ${swcFile}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-14274</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 08 Oct 2008 04:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-14274</guid>
		<description>@Judah what errors are you getting?  I was able to run what he had fine -- the only thing Mike didn&#039;t mention is that you need to add your Flex SDK bin directory to your windows path in Environment Variables.</description>
		<content:encoded><![CDATA[<p>@Judah what errors are you getting?  I was able to run what he had fine &#8212; the only thing Mike didn&#8217;t mention is that you need to add your Flex SDK bin directory to your windows path in Environment Variables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judah</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-6860</link>
		<dc:creator>judah</dc:creator>
		<pubDate>Mon, 26 Feb 2007 00:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-6860</guid>
		<description>Is there a chance you could create a test mxml component to go with this? I keep running into errors when I try to get this to work with my component. 
</description>
		<content:encoded><![CDATA[<p>Is there a chance you could create a test mxml component to go with this? I keep running into errors when I try to get this to work with my component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derin Zerr</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-6859</link>
		<dc:creator>Derin Zerr</dc:creator>
		<pubDate>Thu, 14 Sep 2006 21:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-6859</guid>
		<description>Abdul, which issue did you fix?  We&#039;re looking at a massive export of files and wondering if there is going to be a gotcha.  Is there a newer version of FlashCommand (newer than .85) somewhere out there?</description>
		<content:encoded><![CDATA[<p>Abdul, which issue did you fix?  We&#8217;re looking at a massive export of files and wondering if there is going to be a gotcha.  Is there a newer version of FlashCommand (newer than .85) somewhere out there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-6858</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Wed, 07 Jun 2006 04:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-6858</guid>
		<description>FlashCommand works with Flash 8. I have been using it lately and infact, I found a issue and fixed it.

I have also added some functionality in FlashCommand, I would release in sometime if Mike gives me permission to release it, since it his code :)

Mike, this ANT script can be more generic to compile SWC for different class, you just need to use user.properties file or make params more generic.

-abdul</description>
		<content:encoded><![CDATA[<p>FlashCommand works with Flash 8. I have been using it lately and infact, I found a issue and fixed it.</p>
<p>I have also added some functionality in FlashCommand, I would release in sometime if Mike gives me permission to release it, since it his code :)</p>
<p>Mike, this ANT script can be more generic to compile SWC for different class, you just need to use user.properties file or make params more generic.</p>
<p>-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Busse</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-6857</link>
		<dc:creator>Sven Busse</dc:creator>
		<pubDate>Sun, 28 May 2006 09:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-6857</guid>
		<description>Hi,

by the way, what happens to FlashCommand? Does it also work with Flash8? Because it would be nice to have some ant capability there too.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>by the way, what happens to FlashCommand? Does it also work with Flash8? Because it would be nice to have some ant capability there too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elango</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-6856</link>
		<dc:creator>Elango</dc:creator>
		<pubDate>Wed, 24 May 2006 12:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-6856</guid>
		<description>Hi,

 Can you please provide ant script for compiling a swf file using COMPC.

Thanks

Regards
Elango</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> Can you please provide ant script for compiling a swf file using COMPC.</p>
<p>Thanks</p>
<p>Regards<br />
Elango</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Rovira</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-6855</link>
		<dc:creator>Carlos Rovira</dc:creator>
		<pubDate>Sat, 20 May 2006 16:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-6855</guid>
		<description>Cool Mike!

This kind of info is very needed to many people that wants to start using flex, but don&#039;t want to invest   in the IDE or FDS2 at the moment, but sure that, as they&#039;ll introduce the technology in their clients and business, they&#039;ll go to productivity tools.</description>
		<content:encoded><![CDATA[<p>Cool Mike!</p>
<p>This kind of info is very needed to many people that wants to start using flex, but don&#8217;t want to invest   in the IDE or FDS2 at the moment, but sure that, as they&#8217;ll introduce the technology in their clients and business, they&#8217;ll go to productivity tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha of H1DD3N.R350URC3</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/example-using-ant-with-compc-to-compile-swcs/comment-page-1/#comment-6854</link>
		<dc:creator>sascha of H1DD3N.R350URC3</dc:creator>
		<pubDate>Sat, 20 May 2006 04:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1017#comment-6854</guid>
		<description>Cool thanks! I will try this later!</description>
		<content:encoded><![CDATA[<p>Cool thanks! I will try this later!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

