Just a quick note to highlight that I believe the maven builds for
framework are currently using the

<royale.compiler.version>0.9.8-SNAPSHOT</royale.compiler.version>

but the current build of the compiler is installed as:

<version>0.9.9-SNAPSHOT</version>

I think this means that nightly builds are probably different for ant vs.
maven.

Fixing this may be as simple as setting the top level framework pom to

  <royale.compiler.version>0.9.9-SNAPSHOT</royale.compiler.version>

But I wanted to first check that this was not intentional for some reason I
don't understand...

Thanks,
Greg

Reply via email to