You may be getting that error if the jboss-jsr77.jar is on Ant's classpath at the time the delete task is run. Ant will not delete a jar it finds on the classpath. I've noticed this behaviour in other projects, not sure if it's the case here, but it's certainly worth a look.
Dustin > I think its some buildmagic crap but I have not been able to > track it down. > Your stuck with a manual delete for now. > > xxxxxxxxxxxxxxxxxxxxxxxx > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxxxxxxxxxxxxxxxxxx > > ----- Original Message ----- > From: "Igor Fedorenko" <[EMAIL PROTECTED]> > To: "jboss-development" <[EMAIL PROTECTED]> > Sent: Tuesday, February 18, 2003 11:56 AM > Subject: [JBoss-dev] build clean fails again > > > > Hi, > > > > I keep getting > > > > BUILD FAILED > > > jar:file:/S:/jboss/Branch_3_2/tools/lib/buildmagic-tasks.jar!/ org/jboss/tools/bu > > ildmagic/common.xml:124: Unable to delete file > > S:\jboss\Branch_3_2\management\ou > > tput\lib\jboss-jsr77.jar > > > > whenever I try to build clean under win2k/SP2, sun > jdk141_01. The file > > is not locked because I can delete it manually from the > same command > > window I executed the build in. It's all started I believe > yesterday > > after I did a clean checkout. Not a big deal, but kind of > annoying. Has > > anyone seen this recently? > > > > > > -- > > Igor Fedorenko > > Think smart. Think automated. Think Dynamics. > > www.thinkdynamics.com > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
