Maybe this is a windows only problem? I didn't have a problem cleaning on linux.
BTW I didn't modify the build.bat files to increase the memory, which was required on my linux system to do build.sh all. Could you try build.bat all and add the -X..... stuff if necessary? thanks david On 2002.09.11 12:45:30 -0400 Alex Loubyansky wrote: > Another problem, David. > When cleaning up I get the following exception. > The file exists and can deleted manually w/o problems. > Or is it just my own problem? > > Thank you. > > alex > > _buildmagic:clean: > [delete] Deleting directory C:\CVSROOT\jboss-all\j2ee\output > > BUILD FAILED > > >jar:file:/C:/CVSROOT/jboss-all/tools/lib/buildmagic-tasks.jar!/org/jboss/tools/buildmagic/common.xml:124: > Unable to delete file C:\CVSROOT\jboss-all\j2ee\output\lib\jboss-j2ee.jar > at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:388) > at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:381) > at org.apache.tools.ant.taskdefs.Delete.execute(Delete.java:327) > at org.apache.tools.ant.Task.perform(Task.java:317) > at org.apache.tools.ant.Target.execute(Target.java:309) > at org.apache.tools.ant.Target.performTasks(Target.java:334) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261) > at >org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:292) > at >org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:194) > at org.apache.tools.ant.Task.perform(Task.java:317) > at org.apache.tools.ant.Target.execute(Target.java:309) > at org.apache.tools.ant.Target.performTasks(Target.java:334) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at org.apache.tools.ant.Project.executeTargets(Project.java:1250) > at org.apache.tools.ant.Main.runBuild(Main.java:610) > at org.apache.tools.ant.Main.start(Main.java:196) > at org.apache.tools.ant.Main.main(Main.java:235) > > Wednesday, September 11, 2002, 1:15:11 AM, you wrote: > > DJ> I replaced many of the repetitive elements in the build.xml files > with > DJ> parameter entities, including the definition of xdoclet tasks. As > far as I > DJ> can tell this hasn't affected anything according to the testsuite. > > DJ> However, one effect is that xdoclet is now always the "global" > xdoclet in > DJ> thirdparty. Previously it looks like a local version was being used > in > DJ> jboss.net. I don't know if there are any tests of jboss.net: the > module > DJ> appears to compile fine. > > DJ> If this has broken something let me know. I'd prefer to fix it in > xdoclet > DJ> if possible since the xdoclet 1.2 release is imminent. > > DJ> ------------ > > DJ> I also don't know if the catalina module still works and don't know > how to > DJ> test it. I only partially converted that build.xml, leaving the > previous > DJ> definitions commented out. Again, info appreciated. > > DJ> thanks > DJ> david jencks > > > -- > Best regards, > Alex Loubyansky > > > > > ------------------------------------------------------- > In remembrance > www.osdn.com/911/ > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
