--- Tara Hernandez <[EMAIL PROTECTED]> wrote:
> Also, my ${src} dir looks like this:
> 
> src/com/comp/pack1
>                          /pack2
>                          /pack3 <--- most of the files live in one dir
[snip]
> <property name="src" location="java"/>

Why doesn't this point to "java/src"?

> <path id="classpath">
>       <fileset dir="${build}"> 
>               <include name="**/*"/>
>               <include name="*.jar"/>
>               </fileset> 
>       </path>

What's the first <include> for?  If it's to include class files in your
build dir into the classpath, you don't need to do that -- <javac> adds
the 'destdir' to the classpath for you.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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

Reply via email to