|
neko
Run a neko .n file
The neko taskThis calls the neko virtual machine to run a .n file. To run a .n file<neko dir="test" file="app.n"/> <neko file="test/app.n"/> Additional ArgumentsNote that this command can take embedded arg elements if you want to pass more options to the command-line. <neko file="test/app.n"> <arg line="someArgument"/> </neko> I couldn't think of any, but Nicolas will almost certainly know some. :-) See the ant task Exec for more details of the syntax for arg. |
► Sign in to add a comment