You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by tig hanx <ti...@yahoo.com> on 2001/03/09 19:54:29 UTC

why ant rebuild all java files every time?

Every time I run ant, it will rebuild all the java
files. What is the problem?

thanks

Re: why ant rebuild all java files every time?

Posted by Nico Seessle <ni...@apache.org>.
----- Original Message -----
From: "tig hanx" <ti...@yahoo.com>
To: <an...@jakarta.apache.org>
Sent: Friday, March 09, 2001 7:54 PM
Subject: why ant rebuild all java files every time?


> Every time I run ant, it will rebuild all the java
> files. What is the problem?
>
You have probably included part of your package-structure in the
srcdir-attribute? That confuses ant.
Use include-elements if you would like to compile only some parts of yur
source-tree.

Nico