<?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: Quick Example : Using COMPC to compile SWCs</title>
	<atom:link href="http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-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: Ain</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-26110</link>
		<dc:creator>Ain</dc:creator>
		<pubDate>Thu, 17 Feb 2011 11:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-26110</guid>
		<description>Link to the &quot;compc compiler options&quot; is broken.

Correct link to the &lt;strong&gt;compc compiler options&lt;/strong&gt; would be http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_22.html</description>
		<content:encoded><![CDATA[<p>Link to the &#8220;compc compiler options&#8221; is broken.</p>
<p>Correct link to the <strong>compc compiler options</strong> would be <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_22.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_22.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-23869</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 27 Aug 2010 05:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-23869</guid>
		<description>Brice -- Am i missing something? tried the includes-sources as well as include-sources for the compc task. BUILD FAILED
/Users/dave/Desktop/Code/as3/TwitterAspirin/build.xml:10: The  type doesn&#039;t support the &quot;include-sources&quot; attribute.</description>
		<content:encoded><![CDATA[<p>Brice &#8212; Am i missing something? tried the includes-sources as well as include-sources for the compc task. BUILD FAILED<br />
/Users/dave/Desktop/Code/as3/TwitterAspirin/build.xml:10: The  type doesn&#8217;t support the &#8220;include-sources&#8221; attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jake</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-23612</link>
		<dc:creator>jake</dc:creator>
		<pubDate>Tue, 10 Aug 2010 21:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-23612</guid>
		<description>csun  - unlike mxmlc, compc doesnt expect the &#039;.as&#039; on the name of the main class.</description>
		<content:encoded><![CDATA[<p>csun  &#8211; unlike mxmlc, compc doesnt expect the &#8216;.as&#8217; on the name of the main class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marshall Goodman</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-15400</link>
		<dc:creator>Marshall Goodman</dc:creator>
		<pubDate>Mon, 29 Dec 2008 22:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-15400</guid>
		<description>I am trying to use your Flickr Authenticate and Login process.  I have run into a problem, in that the AuthorizationEvent event was not included in the libraries required by your application.  I am commenting here, as I am trying to create a SWC from the AuthorizationEvent event code you posted on another site.  My ultimate goal is to get the Flickr Auth-Login process to work. The fundamental error was: 1046: Type was not found or was not a compile-time constant: AuthorizationEvent., FlickrTest/src, FlickrTest.mxml,line 36.  So I found your AuthorizationEvent event (http://code.google.com/p/as3flickrlib/source/browse/trunk/src/com/adobe/webapis/flickr/authorization/events/AuthorizationEvent.as?r=33), and decided to try to incorporate it as a custom event in Flex Builder.  When that didn&#039;t work, I tried to include the AuthorizationEvent .as file in the build path.  Got a conflict with that.  So I figured I&#039;d try to create a SWC using your event code.  Any help would be great. Thank you. Regards and Happy New Year, Marshall.</description>
		<content:encoded><![CDATA[<p>I am trying to use your Flickr Authenticate and Login process.  I have run into a problem, in that the AuthorizationEvent event was not included in the libraries required by your application.  I am commenting here, as I am trying to create a SWC from the AuthorizationEvent event code you posted on another site.  My ultimate goal is to get the Flickr Auth-Login process to work. The fundamental error was: 1046: Type was not found or was not a compile-time constant: AuthorizationEvent., FlickrTest/src, FlickrTest.mxml,line 36.  So I found your AuthorizationEvent event (<a href="http://code.google.com/p/as3flickrlib/source/browse/trunk/src/com/adobe/webapis/flickr/authorization/events/AuthorizationEvent.as?r=33" rel="nofollow">http://code.google.com/p/as3flickrlib/source/browse/trunk/src/com/adobe/webapis/flickr/authorization/events/AuthorizationEvent.as?r=33</a>), and decided to try to incorporate it as a custom event in Flex Builder.  When that didn&#8217;t work, I tried to include the AuthorizationEvent .as file in the build path.  Got a conflict with that.  So I figured I&#8217;d try to create a SWC using your event code.  Any help would be great. Thank you. Regards and Happy New Year, Marshall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csun</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-13129</link>
		<dc:creator>csun</dc:creator>
		<pubDate>Fri, 08 Aug 2008 23:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-13129</guid>
		<description>I have tried to use compc to comiple the files but it didn&#039;t success. I keep getting &quot; Error: could not find source for class&quot; even though I think the file is right there with correct path.. please help</description>
		<content:encoded><![CDATA[<p>I have tried to use compc to comiple the files but it didn&#8217;t success. I keep getting &#8221; Error: could not find source for class&#8221; even though I think the file is right there with correct path.. please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brice Carpentier</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-10535</link>
		<dc:creator>Brice Carpentier</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-10535</guid>
		<description>check out the -includes-sources option
Just my two cents</description>
		<content:encoded><![CDATA[<p>check out the -includes-sources option<br />
Just my two cents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Liechty</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-9213</link>
		<dc:creator>Patrick Liechty</dc:creator>
		<pubDate>Tue, 14 Aug 2007 20:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-9213</guid>
		<description>You always have to tell compc what classes you want included.  How do I tell it to get all in a directory along with the mxml files?  I gave it one class file and it seems to have collected all of the dependencies of that class, but how do I know I got all of them?</description>
		<content:encoded><![CDATA[<p>You always have to tell compc what classes you want included.  How do I tell it to get all in a directory along with the mxml files?  I gave it one class file and it seems to have collected all of the dependencies of that class, but how do I know I got all of them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astgtciv</title>
		<link>http://www.mikechambers.com/blog/2006/05/19/quick-example-using-compc-to-compile-swcs/comment-page-1/#comment-6853</link>
		<dc:creator>astgtciv</dc:creator>
		<pubDate>Thu, 29 Jun 2006 23:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1016#comment-6853</guid>
		<description>How is it possible to compile an AS3 SWC for use in Flex 2 that has an equivalent of a custom Live Preview in Flash Studio? Obviously, the built-in components in Flex 2 have a preview, but how can we create a custom one?
</description>
		<content:encoded><![CDATA[<p>How is it possible to compile an AS3 SWC for use in Flex 2 that has an equivalent of a custom Live Preview in Flash Studio? Obviously, the built-in components in Flex 2 have a preview, but how can we create a custom one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

