----- Original Message -----
From: "Diane Holt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 3:16 PM
Subject: Re: Why does <javac> recompile even source not modified?
> Use:
> <target name="utils">
> <javac srcdir="/stp" destdir="/stp"
> includes="util/*.java"
> excludes="util/Copy.java"
> verbose="yes/>
> </target>
>
> IOW: The "srcdir" attr should point up to where the package hierarchy
> begins, and the filenames should begin with the package hierarchy -- it's
> how it matches source-files to class-files.
Diane
Man, you're good. Fixed my build file and it worked.
What do I owe you so far?