Hello Chun Ji,

you should look at the manual  http://ant.apache.org/manual/CoreTasks/javac.html
the 4th, 5th and 6th examples show how the XML tags to compile should look like.

instead of this :
<include name="com/manager/domain">
use this
<include name="com/manager/domain/**">





Regards,

Antoine
-------- Original-Nachricht --------
Datum: Fri, 30 Jun 2006 11:17:08 -0700
Von: Chun Ji <[EMAIL PROTECTED]>
An: Ant Users List <user@ant.apache.org>
Betreff: Help with this build.xml 

> 
> Question: 
> I want to put some files in a fileset, so that I can build them one by
> one, such as 
> <fileset dir="src.dir">
>    <patternset id="compile.dir"> 
>       <include name="com/supplier/dao">
>       <include name="com/manager/domain">
>       <include name="com/manager/dao">
>       ...
> </fileset> 
> 
> but somehow in ant, "Javac" does not acccept this "<fileset>", do you know
> a way to work arond. 
>  
> 
> 
> cj 
> 
> 

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

Reply via email to