Just to be clear, especially since my last response was from my phone:
To build the falconjx source package you should run
ant all
"all" is a target in the top-level build.xml
The default target "main" only builds falcon and not falconjx. There
might be a better way to handle this, but we are trying to manage two
packages out of the build scripts and this is what we've come up with for
now. Eventually there will be a falcon-only package for the current Flex
SDK.
If you ran "ant all" and the jx stuff did not build, please forward the
ant output or try to debug it.
Thanks,
-Alex
On 4/17/14 5:44 PM, "Justin Mclean" <[email protected]> wrote:
>Hi,
>
>But if I do this:
>
>cd compiler.jx
>ant
>cd ..
>find . -name "mxmlc.jar" -print
>./compiler/generated/dist/sdk/lib-legacy/mxmlc.jar
>./compiler.jx/lib/mxmlc.jar
>
>It finds both.
>
>So looks like the top level ant isn't running ant on compiler.jx
>
>Thanks,
>Justin