Ah, sorry, I think I get it now. The scripts in flex-asjs are meant to be used in a FlexJS SDK, where the install script has combined flex-asjs and flex-falcon (and flex-typedefs) under a single folder.
But when using just the repos, I don't use those scripts. Most of what I do is test the examples and each examples has its own Ant and Maven script. When testing your own app against the repos, I believe it will just work in Maven because the Maven build will put the compiler artifacts in the local Maven repository. There are Ant targets "compile", "compile-js" and "compile-js-release" that I use when compiling a custom app. To use "compile" you would use: ant compile -Dfile=<path to MXML or AS file> I believe other folks are using the Installer to install a nightly build and then manually copy jars from the working copies to the right places. On Linux, the Installer doesn't work, but you should be able to download a nightly build from [1], expand it, and use: ant -f installer.xml to create the FlexJS SDK and then copy in files from the working copies. HTH, -Alex [1] http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/ artifact/out/apache-flex-flexjs-0.8.0-bin.tar.gz On 4/12/17, 12:04 AM, "[email protected]" <[email protected]> wrote: >Hi Alex, > >Alex Harui ha scritto: > >> Did you run "ant all" instead of just "ant" in flex-falcon? > >No, I have run > >$ ant main >$ ant jx > >not with >$ ant all > >I have the .jar in the correct place. > >Thanks >Davide
