> Stefano wrote: > > Modified: . build.xml > Log: > this is done with 'distclean' > > - <!-- Delete our own ant tasks --> > - <delete dir="${tools.tasks}"/> > </target> > Yes, but why with distclean - Most times when I change something in cocoon I do a build with all three jdks (1.2/1.3 and 1.4), so my usual build cycle is: use jdk 1.4 build build use jdk 1.3 build build clean cleanuse jdk 1.2 build build clean
With your change I have to do a build distclean instead which doesn't seem appropriate for me. Alternatively when can compile the ant tasks in 1.2 compatible mode so that the versions compiled with 1.4 are usable with 1.3 or 1.2. What do you think? Carsten