On Tue, 7 Jun 2005, Fabricio M. Sanchez <[EMAIL PROTECTED]> wrote: > After deleting all classes and compiling using the javac task > (target name is compile, see code below), I then compile the source > again. The first time I compile (using 'ant compile')it builds > successfully. When I compile again (without modifying any files)
Does your build process modify any jar file that is on your compile-classpath <path>? Or even worse on CLASSPATH? I've seen exceptions like this in JDK 1.3 if you modify jars that the Java VM has opened earlier. Maybe this has come back in 1.5. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
