<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Den Of Ubiquity &#187; corelib</title>
	<atom:link href="http://www.denofubiquity.com/tag/corelib/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.denofubiquity.com</link>
	<description>Buzzword-enriched Software Development Content</description>
	<lastBuildDate>Sun, 27 Sep 2009 20:10:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling ActionScript 3 Corelib compiled for Flex 3 Moxie &amp; Adobe AIR</title>
		<link>http://www.denofubiquity.com/software-development/compiling-actionscript-3-corelib-compiled-for-flex-3-moxie-adobe-air/</link>
		<comments>http://www.denofubiquity.com/software-development/compiling-actionscript-3-corelib-compiled-for-flex-3-moxie-adobe-air/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 12:37:16 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[adobeair]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3corelib]]></category>
		<category><![CDATA[corelib]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[moxie]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/07/18/compiling-actionscript-3-corelib-compiled-for-flex-3-moxie-adobe-air/</guid>
		<description><![CDATA[I&#8217;ve been playing around with Adobe AIR and Flex 3 Beta 1&#8230; I reserve opinion on these technologies because I haven&#8217;t used them enough. But I thought I&#8217;d leave a wee tip&#8230;
One thing that&#8217;s really useful to Flex 3/AIR coders is the ActionScript 3 CoreLib (AS3CoreLib). It contains MD5, JSON, and some other really useful [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with Adobe AIR and Flex 3 Beta 1&#8230; I reserve opinion on these technologies because I haven&#8217;t used them enough. But I thought I&#8217;d leave a wee tip&#8230;</p>
<p>One thing that&#8217;s really useful to Flex 3/AIR coders is the <a href="http://code.google.com/p/as3corelib/" target="_blank">ActionScript 3 CoreLib</a> (AS3CoreLib). It contains MD5, JSON, and some other really useful &#8216;routines&#8217;.</p>
<p>Following are guidelines on getting AS3CoreLib compiled for Flex 3 Moxie.</p>
<p><span id="more-65"></span>First of all you need a properly installed recent copy of Apache Ant, meaning the ant script needs to be on your system path (environment variable).</p>
<p>Download the corelib-.90.zip from the <a href="http://code.google.com/p/as3corelib/downloads/list" target="_blank">downloads section</a> on the project site and unzip the contents into a folder, which I&#8217;ll reference as &lt;corelib-home&gt;.</p>
<p>Open up the build.properties in the &lt;corelib-home&gt;/build folder in your favourite text editor and amend the following properties to reflect your Flex 3 setup:</p>
<ul>
<li>flex2sdk.bin.dir</li>
<li>flex2sdk.lib.dir</li>
</ul>
<p>For example my Flex 3 Builder is installed in &#8220;C:\Program Files\Adobe\Flex Builder 3&#8243; . So my amended build.properties file contains the following two lines:</p>
<pre>flex2sdk.bin.dir = C:/Program Files/Adobe/Flex Builder 3/sdks/moxie/bin
flex2sdk.lib.dir = C:/Program Files/Adobe/Flex Builder 3/sdks/moxie/frameworks/libs</pre>
<p>Now open up a command prompt and navigate to the &lt;corelib-home&gt;/build folder. The Flex 3 Beta install on Windows provides a pre-configured command-prompt with environment variables setup to point to the bundled Flex 3 SDK. You can find the shortcut to this command prompt in the Adobe programme group.</p>
<p>At the command prompt type:</p>
<pre>ant</pre>
<p>which should kickstart the build process and if everyone runs ok, you should find a corelib.swc in &lt;corelib-home&gt;/bin.</p>
<p>Finally you can add corelib.swc as a library via the Build Path dialogue box in your Flex 3 project properties.</p>
<p>Hope it helps. Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.denofubiquity.com/software-development/compiling-actionscript-3-corelib-compiled-for-flex-3-moxie-adobe-air/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
