Re: how to enable Java assertions (ie how to pass '-ea' to the jvm)
Can you use a nested inside your tag to specify the -ea > > parameter? > > > > Something like: > > > > > > > > ... > > > > > > > > > > -Original Message- > > From: Doron Cohen [mailto:[EMAIL PR
how to enable Java assertions (ie how to pass '-ea' to the jvm)
Hi, probably a trivial question but I couldn't find a working answer in the docs/archives/wiki/bugs. I have a Java assert statement in my code that is supposed to fail. Java compilation is with -source 1.4, which compiles these assertions. When running from Java command line, like this: java -e