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 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: <property name="compiler.jar.dependencies" value="antlr.jar commons-cli.jar commons-io.jar guava.jar lzma-sdk.jar .." /> I've updated the JIRA issue accordingly: https://issues.apache.org/jira/browse/FLEX-33196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452996#comment-13454831 - Raju