[jnc-users] Command-line build?
Status: Beta
Brought to you by:
soapy
From: Sean M. <sm...@gm...> - 2007-12-27 22:29:04
|
Hello, My app currently builds and runs when I load the .jnc file into the JNC GUI and click the big Compile button. I _thought_ the AutoCompiler.exe would do the same thing but from the CLI, but it doesn't appear to. What I'd like to do is add the deployment step to an ant script so that the generation of the exe is fully automated. I'm doing many incremental feature additions, followed by running tests to ensure that the GCJ environment is able to run my code as expected (my development environment is Sun JDK 6 with a bytecode level of Java 1.5), and obviously, going back to change things when the AOT compilation fails or emits some weird runtime behavior. Is there a way to tell JNC "Do what the .jnc file tells you to" from the CLI without clicking through the GUI? Thanks, Sean |