> On Thu, 07 Oct 2004, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote:
>
> > so what are the changes?
> >
> >   <jvmargs can be an empty element inside <ant
>
> I don't know, but <maven> probably supports it as well.

Yup, anything on the Java platform does.

> > and
> >
> >   debug=" can be an attribute inside <ant
>
> ditto.  Not sure about <nant> either.

All builders (Ant|Maven|NAnt) and updaters (CVS|SVN|P4 -- I think) support:

    debug="true|false"
    verbose="true|false"

Certainly would be nicer if I'd coded these as level="debug|verbose" (or
none) I guess...

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to