Hi,
I've finally found why Ant insists on recompiling all my source files,
even if they haven't been modified.
There is a small error in the build-project.xml build file that points the
javac task to the src dir instead of the src/java dir. The javac task is
recursive and will still work but it can't match the directory structures
so it keeps recompiling...
Maybe someone can check this in. I'm not sure how to to an official
diff but here is the info:
===================================================
File: E:\bin\Apache\TDK_1.1a10\share\common\build\build-project.xml
Line 38
Replace
<property name="src.dir" value="../src"/>
with:
<property name="src.dir" value="../src/java"/>
===================================================
Age
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]