Menu

#1 Command line parsing

open
nobody
None
5
2006-06-19
2006-06-19
No

The command line parser doesn't properly
distinguish between javelina and user code
options. In particular, all options starting
with "-" are considered Javelina options.

Hence, the command

javelina mycode -n

is run as

javelina -n mycode

and not as

javeline mycode (with option -n to mycode)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB