<?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: Flex Compiler SHell (fcsh)</title>
	<atom:link href="http://stopcoding.wordpress.com/2008/04/20/flex-compiler-shell-fcsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://stopcoding.wordpress.com/2008/04/20/flex-compiler-shell-fcsh/</link>
	<description>The Unofficial Flex Compiler Blog</description>
	<pubDate>Wed, 19 Nov 2008 12:01:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed Syrett</title>
		<link>http://stopcoding.wordpress.com/2008/04/20/flex-compiler-shell-fcsh/#comment-91</link>
		<dc:creator>Ed Syrett</dc:creator>
		<pubDate>Mon, 06 Oct 2008 11:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=16#comment-91</guid>
		<description>Terry,

I'm very interested to hear that you got FCSH working with the 3.1 SDK.

When I tried to get FCSH working with the 3.0 SDK, I got errors saying that FCSH couldn't find flex2.tools.Shell.  I hunted around the web and found this very page that says:

"If you only have Flex SDK 3 installed, you’re out of luck because flex2.tools.Shell is no longer distributed."

So I guess he and I agree that FCSH shouldn't work with SDK 3.0.

So how have you got it to work? 

Thanks

Ed.</description>
		<content:encoded><![CDATA[<p>Terry,</p>
<p>I&#8217;m very interested to hear that you got FCSH working with the 3.1 SDK.</p>
<p>When I tried to get FCSH working with the 3.0 SDK, I got errors saying that FCSH couldn&#8217;t find flex2.tools.Shell.  I hunted around the web and found this very page that says:</p>
<p>&#8220;If you only have Flex SDK 3 installed, you’re out of luck because flex2.tools.Shell is no longer distributed.&#8221;</p>
<p>So I guess he and I agree that FCSH shouldn&#8217;t work with SDK 3.0.</p>
<p>So how have you got it to work? </p>
<p>Thanks</p>
<p>Ed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Corbet</title>
		<link>http://stopcoding.wordpress.com/2008/04/20/flex-compiler-shell-fcsh/#comment-86</link>
		<dc:creator>Terry Corbet</dc:creator>
		<pubDate>Sun, 28 Sep 2008 06:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=16#comment-86</guid>
		<description>So, in for a dime, in for a dollar.

I decided to see if I could find the source code, since this is now an Open Source project.  I did, but then wasted several hours trying to figure out what to do with the code and ant targets that I downloaded.  [Note to Self--Idiot, never check code out from the trunk.  They are well on their way to refactoring for Flex4, and that creates a rather different environment concerning SimpleShell, now renamed Fcsh.]

When I managed to check out the sources for 3.1.x, the build process worked better for me.  So, in addition to confirming that fcsh works just fine with the latest release, I would be happy to pass along to anyone who would find it useful, some changes to make it easier to work with AIR.

01.  I added a command that you enter like this:

    ax  SomeAIR.mxml

and it fixes the command line to emit this:

   mxmcl  +configname=air  SomeAIR.mxml

No, it's not rocket science, I never said it was -- but it saves you keystrokes.

02.  I added a command that you enter like this:

   adl  SomeAIRApplication

and it fixes the command line to emit this:


  adl SomeAIRApplication-app.xml

Same comment as above, but in this case, as I am sure you have imagined, the command line it turned over to the Java RunTime.  So now you don't have to keep a second command line window open just to test what you have just compiled.

Maybe all the rich guys at Adobe have three monitors and don't care about screen real estate but any of us who are still using vi and mxmlc have to get by with a lot less.</description>
		<content:encoded><![CDATA[<p>So, in for a dime, in for a dollar.</p>
<p>I decided to see if I could find the source code, since this is now an Open Source project.  I did, but then wasted several hours trying to figure out what to do with the code and ant targets that I downloaded.  [Note to Self--Idiot, never check code out from the trunk.  They are well on their way to refactoring for Flex4, and that creates a rather different environment concerning SimpleShell, now renamed Fcsh.]</p>
<p>When I managed to check out the sources for 3.1.x, the build process worked better for me.  So, in addition to confirming that fcsh works just fine with the latest release, I would be happy to pass along to anyone who would find it useful, some changes to make it easier to work with AIR.</p>
<p>01.  I added a command that you enter like this:</p>
<p>    ax  SomeAIR.mxml</p>
<p>and it fixes the command line to emit this:</p>
<p>   mxmcl  +configname=air  SomeAIR.mxml</p>
<p>No, it&#8217;s not rocket science, I never said it was &#8212; but it saves you keystrokes.</p>
<p>02.  I added a command that you enter like this:</p>
<p>   adl  SomeAIRApplication</p>
<p>and it fixes the command line to emit this:</p>
<p>  adl SomeAIRApplication-app.xml</p>
<p>Same comment as above, but in this case, as I am sure you have imagined, the command line it turned over to the Java RunTime.  So now you don&#8217;t have to keep a second command line window open just to test what you have just compiled.</p>
<p>Maybe all the rich guys at Adobe have three monitors and don&#8217;t care about screen real estate but any of us who are still using vi and mxmlc have to get by with a lot less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Corbet</title>
		<link>http://stopcoding.wordpress.com/2008/04/20/flex-compiler-shell-fcsh/#comment-85</link>
		<dc:creator>Terry Corbet</dc:creator>
		<pubDate>Sat, 27 Sep 2008 20:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=16#comment-85</guid>
		<description>Admittedly I have only scanned this long blog posting from someone who is far more knowledgeable than I am, so take that into account.

I am looking at this page because I am starting to use amxmlc more than mxmlc -- yes I know I could just type in the configname.  So, after submitting an enhancement request, I started looking to see how hard it would be to fix it myself.  I have not yet done that, but I just want to report that I have been happily using fcsh with FlexSDK3.x for more than 6 months -- it works fine and saves me hours per day.</description>
		<content:encoded><![CDATA[<p>Admittedly I have only scanned this long blog posting from someone who is far more knowledgeable than I am, so take that into account.</p>
<p>I am looking at this page because I am starting to use amxmlc more than mxmlc &#8212; yes I know I could just type in the configname.  So, after submitting an enhancement request, I started looking to see how hard it would be to fix it myself.  I have not yet done that, but I just want to report that I have been happily using fcsh with FlexSDK3.x for more than 6 months &#8212; it works fine and saves me hours per day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Syrett</title>
		<link>http://stopcoding.wordpress.com/2008/04/20/flex-compiler-shell-fcsh/#comment-72</link>
		<dc:creator>Ed Syrett</dc:creator>
		<pubDate>Tue, 08 Jul 2008 08:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=16#comment-72</guid>
		<description>Hi Clement,

I've been trying to use fcsh version 3.0.0 build 477 but without success... now I guess I know why.... I've been trying to use it with our Flex 3.0 project.

So am I right in thinking that fcsh currently doesn't work at all with Flex 3.0?   

If so, what alternative do we have?  

We currently have an Ant script that builds our projects, and that spends most of its time reloading the JVM just to run mxmlc and compc. We need something like fcsh to run with Flex 3.0.  

Is there an intention to make fcsh run with Flex 3.0 in future?

Thanks,

Ed.</description>
		<content:encoded><![CDATA[<p>Hi Clement,</p>
<p>I&#8217;ve been trying to use fcsh version 3.0.0 build 477 but without success&#8230; now I guess I know why&#8230;. I&#8217;ve been trying to use it with our Flex 3.0 project.</p>
<p>So am I right in thinking that fcsh currently doesn&#8217;t work at all with Flex 3.0?   </p>
<p>If so, what alternative do we have?  </p>
<p>We currently have an Ant script that builds our projects, and that spends most of its time reloading the JVM just to run mxmlc and compc. We need something like fcsh to run with Flex 3.0.  </p>
<p>Is there an intention to make fcsh run with Flex 3.0 in future?</p>
<p>Thanks,</p>
<p>Ed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I don&#8217;t see these tricks in fcsh! &#171; Stop Coding!</title>
		<link>http://stopcoding.wordpress.com/2008/04/20/flex-compiler-shell-fcsh/#comment-7</link>
		<dc:creator>I don&#8217;t see these tricks in fcsh! &#171; Stop Coding!</dc:creator>
		<pubDate>Mon, 21 Apr 2008 21:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=16#comment-7</guid>
		<description>[...] 21, 2008 by Clement Wong    In one of my previous posts, Flex Compiler SHell (fcsh), I mentioned that Flex removed the flex2.tools.Shell class from mxmlc.jar in version 3. For those [...]</description>
		<content:encoded><![CDATA[<p>[...] 21, 2008 by Clement Wong    In one of my previous posts, Flex Compiler SHell (fcsh), I mentioned that Flex removed the flex2.tools.Shell class from mxmlc.jar in version 3. For those [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
