Diane,

Thanks for the tip, that allows me to remove some serious redundancies from
my buildfiles.

Cheers,

Matt

-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 03, 2001 12:29 PM
To: [EMAIL PROTECTED]
Subject: RE: Compile question--Class not found


--- Matt Lyon <[EMAIL PROTECTED]> wrote:
>                 <javac srcdir="${src}"
>                        destdir="${build.classes.dir}"
>                        includes="com\biz\packageb\**"
>                        classpath="${build.classes.dir}"
>                        optimize="on"/>

Just a note: The "destdir" directory is added to the classpath by the
<javac> task, so there's no need to include it again in "classpath".

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to