My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
neko  
Run a neko .n file
Updated Feb 4, 2010 by wildwin...@gmail.com

The neko task

This 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 Arguments

Note 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
Powered by Google Project Hosting