Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Building Falcon

The top-level Ant script currently has the following targets:

...

All the compiled Java classes that comprise Falcon are packaged as falconcompiler.jar, which is generated at generated/dist/sdk/lib. Other JAR files such as falcon-mxmlc.jar and falcon-compc.jar are codeless launcher JARs which serve only to run a particular entry point within Falcon. Launchers such as the shell script mxmlc or the batch file mxmlc.bat simply run these launch JARs from the command line.

...

  • Keep the Java warnings in the Eclipse project(s) at 0.
  • Keep the 'ant javadoc' warnings at 0.
  • Provide Javadoc for new non-private APIs.
  • Not change the public API surface (to ease possible re-integration into Flash Builder).
  • Pass whatever tests are part of 'ant tests', once we have some tests.

...