----- Original Message -----
From: "Anthony Rodriguez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 07, 2002 15:55
Subject: jvc and the javac task


> Hello all:
>
> I'm using Ant 1.4  I'm trying to set some options for my jvc compiler
using
> the javac task.  The options I want to set are:
>
> 1) /cp to set the classpath for compilation without prepending
> 2) /g:l to generate line numbers ONLY
>
> As it stands now and from what I've read in the docs, it will only set the
> /cp:p and /g options for classpath and debug.  Is there a way I can refine
> these options?  I would REALLY love to use the javac task.  I'm using
<exec>
> right now and it takes so much longer.
>

1. the /g stuff is changed in the CVS tree to give you full control

2. if you are worried about build times, use jikes.


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

Reply via email to