Niall Smart wrote:
>
> Hi,
>
Hi !
you could try :
<javac>
<src path="."/>
<include name="foo/a.java"/>
<include name="bar/b.java"/>
</javac>
Romain
> Lets say I have a build system laid out like this:
>
> top/
> build.xml
> foo/
> a.java
> b.java
> bar/
> a.java
> c.java
>
> Is it possible to compile foo/a.java and bar/c.java using one javac
> target? The following target natually fails with a "duplicate class:
> a" error.
>
> <javac>
> <src path="foo"/>
> <src path="bar"/>
> <include name="a.java"/>
> <include name="b.java"/>
> </javac>
>
> --
> Niall Smart
> Rococo Software
> 9-11 Upper Baggot St.
> Dublin 4, Ireland
>
> p: +353 - 1 - 6601315 x221
> f: +353 - 1 - 6601328
> e: [EMAIL PROTECTED]
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
R. Rouvoy
------------------------------
Romain ROUVOY <[EMAIL PROTECTED]>
GOAL Team - LIFL (Laboratoire d'Informatique Fondamentale de Lille)
USTL Lille 1 - France
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>