Has anyone else seen this?

We're running into a problem where ant does not always
recompile what it should.

For instance, you can run ant and it will claim that
everything is up to date.  Run it again and it will
compile some number of files.

This is on Win NT (foul product that it is), with no
network-mounted drives or other weirdness.

Here is a snippet of build.xml showing the compile target:

      <target name="compile" depends="prepare, idl">
        <!-- Compile the java code from ${src} into ${build} -->
        <javac srcdir="${src}" 
               destdir="${build}" 
               
classpath="${java.class.path}:${junit}:${jdbcx}:${guifiles}:${log4j}:${regx}"/>
      </target>


Any pointers would be greatly appreciated,

thanks!

/\ndy


--
Andrew Hunt, The Pragmatic Programmers, LLC.
Innovative Object-Oriented Software Development
web:   http://www.pragmaticprogrammer.com   email: [EMAIL PROTECTED]
--
Books by Andrew Hunt and David Thomas:
    "The Pragmatic Programmer" (Addison-Wesley 2000)
    "Programming Ruby" (Addison-Wesley 2001)
--

Reply via email to