Are you giving the entire -X option as the value (including the "-X")? Remember, the args are essentially passed straight to the command line, so if it doesn't start with a dash, is will not be seen as an option.
Maury "Mani G. Iyer" wrote: > > Hello: > > I am using Ant 1.6.1. When I used jvmargs with the junit task, I get a > NoClassDefFound on the values of the jvmargs. It seems to think the > jvmargs are classnames. My jvmargs are the -X options. Did anybody > encounter this problem? Thanks. > > > > Mani Iyer -- Maury Feskanich DReAM Support --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
