use "**/pippo.java" inplace of "pippo.java" instead

Cheers!

-----Original Message-----
From: Marco Cardani (mcardani) [mailto:mcardani@;cisco.com]
Sent: Tuesday, November 12, 2002 7:29 PM
To: [EMAIL PROTECTED]
Subject: javac problem with include, includes and includefile


Hi all,
the javac task is skipped when I run the following examples:
 
<javac srcdir="my_src" destdir="my_dest" includes="pippo.java">
     <classpath refid="my_ref"/>
</javac>
 
<javac srcdir="my_src" destdir="my_dest">
     <include name="pippo.java"/>
     <classpath refid="my_ref"/>
</javac>
 
<javac srcdir="my_src" destdir="my_dest" includefile="src.txt">
     <classpath refid="my_ref"/>
</javac>
 
if I use the no one of the above statements the javac will be executed
including all the .java files.
  
<javac srcdir="my_src" destdir="my_dest">
     <classpath refid="my_ref"/>
</javac>
 
Any help will be appreciate.
TIA
marco.

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to