Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-14 Thread Raju Bitter
On Thu, Sep 13, 2012 at 8:08 PM, Om wrote: > Raju, > > If I may suggest, it would make life easier for everyone if you contribute > via patches instead of as comments on the JIRA page. > > For one, it looks like you will be contributing more than 2 line changes > going forward :-) This exercise w

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-14 Thread Raju Bitter
Oh, that's interesting, it worked for me without the 'external/' path for antlr.jar and common-cli.jar. But maybe I had those JARs somewhere else in my classpath.

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Om
Raju, If I may suggest, it would make life easier for everyone if you contribute via patches instead of as comments on the JIRA page. For one, it looks like you will be contributing more than 2 line changes going forward :-) This exercise would help set you up for creating and contributing bigge

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Raju Bitter
No, I don't. So go ahead and commit the change. :-)

RE: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Gordon Smith
Raju, do you have committer rights? - Gordon -Original Message- From: Raju Bitter [mailto:r.bitter.mailingli...@googlemail.com] Sent: Thursday, September 13, 2012 4:52 AM To: flex-dev@incubator.apache.org; Gordon Smith Subject: Re: Classpath problem using mxmlc command with Falcon SDK

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Raju Bitter
With that Class-path entry in the manifest file I can execute mxmlc without any problems. - Raju

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Raju Bitter
Gordon, I saw that you added the property 'compiler.jar.dependencies' to the compiler/build.xml. The property contains the correct JARs, but the 'lib/' folder is not needed (since compiler.jar is in the same folder as the referenced JAR files. The property value should be: I've updated the JIRA

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-11 Thread Raju Bitter
I've created a new issue: https://issues.apache.org/jira/browse/FLEX-33196

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-11 Thread Raju Bitter
Here is the corresponding snippet from the jar Ant target in compiler/build.xml (line #281): Should I file a bug? - Raju

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-11 Thread Raju Bitter
I found the problem: the classpath is not set correctly in falcon-mxmlc.jar. Here is the content of MANIFEST.MF: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.2 Created-By: 1.6.0_35-b10 (Sun Microsystems Inc.) Sealed: false Implementation-Title: ActionScript Compiler - MXMLC Command Line Compi