Hrm... could be that the file is still opened. Could you try adding quiet="true" and failonerror="false" to the delete task and see if this goes away.
--jason On Mon, 3 Dec 2001, Guillaume Boissiere wrote: > As a reference point, a build on the latest checkout worked for me. > But 'build clobber' fails as it tries to delete build.log (this is > JDK 1.3.1_01 on Win2k). > > -- Guillaume > > > ... > _configure-tasks: > > _init-show-environment: > > clean: > > clobber: > [execmodules] > == > == Finished with 'clobber' in module 'plugins/jetty'. > ====================================================================== > > > clobber: > [delete] Deleting: C:\cvs\jboss-all\build\local.properties > [delete] Deleting: C:\cvs\jboss-all\build\build.log > > BUILD FAILED > > C:\cvs\jboss-all\build\build.xml:1403: Unable to delete file > C:\cvs\jboss-all\build\build.log > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason > > Dillon > > Sent: Monday, December 03, 2001 6:04 PM > > To: Peter Fagerlund > > Cc: Scott M Stark; [EMAIL PROTECTED] > > Subject: Re: [JBoss-dev] Fresh Checkout -> Build Failing > > > > > > If you have problems with the build system please provide a more verbose > > description of the problem. Simply stating that the build halts does not > > help determine what the problem might be. > > > > Thanks, > > > > --jason > > > > > > On Mon, 3 Dec 2001, Peter Fagerlund wrote: > > > > > FYI: I just did a fresh checkout and it halts at j2ee > > > > > > I do some clean up in the lab instead ... > > > > > > /peter_f > > > > > > > > > > > > _______________________________________________ > > > Jboss-development mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > > > > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
