Re: Compiling examples in asja

2014-05-27 Thread Alex Harui
OK, thanks. I'll try to remember to add that. On 5/27/14 8:07 PM, "Darrell Loverin" wrote: >I figured out my problem. My FALCONJX_HOME was pointing to the repos >source >not the binary package. That was because I didn't know where to set it in >the binary package. In the repos source, compiler.

Re: Compiling examples in asja

2014-05-27 Thread Darrell Loverin
I figured out my problem. My FALCONJX_HOME was pointing to the repos source not the binary package. That was because I didn't know where to set it in the binary package. In the repos source, compiler.jar was in the compiler.jx/lib/google directory. I created a 'closure-compiler' directory and moved

Re: Compiling examples in asja

2014-05-27 Thread Alex Harui
GOOG_HOME is for closure library, not closure compiler. It should be the absolute path to the SDK's js/lib/google/closure-library On 5/27/14 7:45 AM, "Darrell Loverin" wrote: >Should GOOG_HOME be pointing to one of those directories? > > >On Tue, May 27, 2014 at 12:32 AM, Alex Harui wrote: >

Re: Compiling examples in asja

2014-05-27 Thread Darrell Loverin
Should GOOG_HOME be pointing to one of those directories? On Tue, May 27, 2014 at 12:32 AM, Alex Harui wrote: > In a FlexJS SDK, the google closure compiler.jar goes in > > js/lib/google/closure-compiler/compiler.jar > > Are you sure you got your environment variables set up correctly?

Re: Compiling examples in asja

2014-05-26 Thread Alex Harui
In a FlexJS SDK, the google closure compiler.jar goes in js/lib/google/closure-compiler/compiler.jar Are you sure you got your environment variables set up correctly? Do 'jar -tf compiler.jar' to make sure it isn't corrupt and has ErrorManager in it. -Alex On 5/26/14 8:22 PM, "Darrell L

Re: Compiling examples in asja

2014-05-26 Thread Darrell Loverin
Still can't compile the examples; >ant examples [java] Exception in thread "main" java.lang.NoClassDefFoundError: com/google/javascript/jscomp/ErrorManager [java] at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:343) [java] at org.apache.flex.compiler.clients.MXML

Re: Compiling examples in asja

2014-05-25 Thread Alex Harui
Yes, some versions of Ant fail to make the folder path for spark.css. It will be fixed in the next release. On 5/25/14 2:41 PM, "Darrell Loverin" wrote: >I delete the binary package and ran > ant -f installer.xml -Dclosure.download.file=compiler-20140303.zip > >as you recommended. I entered 'y'

Re: Compiling examples in asja

2014-05-25 Thread Darrell Loverin
I delete the binary package and ran ant -f installer.xml -Dclosure.download.file=compiler-20140303.zip as you recommended. I entered 'y' to every download prompt. The script was not successful, it was missing spark.css: hack-fb-files: [mkdir] Created dir: /Users/dloverin/apache-flex-flexjs-

Re: Compiling examples in asja

2014-05-22 Thread Alex Harui
Start over, delete the folder and uncompress the binary package into a new folder. Then run: ant -f installer.xml -Dclosure.download.file=compiler-20140303.zip -Alex On 5/22/14 9:00 PM, "Darrell Loverin" wrote: >I removed the lib/google folder and the in/compiler-latest.zip from the >

Re: Compiling examples in asja

2014-05-22 Thread Darrell Loverin
I removed the lib/google folder and the in/compiler-latest.zip from the falcon repo. I ran "ant -Dclosure.download.filename=compiler-20140303.zip clean main" from falcon and again from the asja repos. The lib/google folder was not refilled with a download as I expected. Neither was the 'in' folder

Re: Compiling examples in asja

2014-05-20 Thread Alex Harui
It looks like the latest Closure Compiler reports this as an error in Google Closure Library. Try using an older version of the Google Closure Compiler. If you are working from the repos, remove the lib/google folder and the compiler-latest.zip from the "in" folder and run the build with -Dclosu