| java.lang.Object org.openlaszlo.compiler.Main
Method Summary | |
public static int | lzc(String args, String logFile, String outFileName, String outDir) This method implements the behavior described in main
but also returns an integer error code. | public static void | main(String args) Compiles each file base.ext to the output file base.swf (or .js),
writing progress information to standard output. |
lzc | public static int lzc(String args, String logFile, String outFileName, String outDir) throws IOException(Code) | | This method implements the behavior described in main
but also returns an integer error code.
|
main | public static void main(String args) throws IOException(Code) | | Compiles each file base.ext to the output file base.swf (or .js),
writing progress information to standard output. This method
is intended for testing the compiler.
See the usage string or execute lzc --help
to see a list of options.
Parameters: args - the command line arguments |
|
|