Jerry Odenwelder <[EMAIL PROTECTED]> wrote:

> But it always compiles all of by java files whether they need it or
> not.

Does <http://jakarta.apache.org/ant/faq.html#always-recompiles> help?

>    <target name="buildFiles" if="build.required">
>       <javac srcdir="." 
>              destdir="${outputDir}"
>              includes="*.java">
>          <classpath refid="classpath" />
>       </javac>
>    </target>

Where do your source files live, could you give us the location of a
single example file?

Stefan

Reply via email to