Re[3]: [JBoss-dev] jboss 4 build system changes, possible jboss.net and catalina impact.

2002-09-11 Thread Alex Loubyansky
The same problem using build.sh under Win2K with cygwin. Could someone clean successfully under windows 2000? Thanks. alex Wednesday, September 11, 2002, 8:27:30 PM, you wrote: AL> Hello David, AL> Wednesday, September 11, 2002, 8:00:25 PM, you wrote: DJ>> Maybe this is a windows only proble

Re[2]: [JBoss-dev] jboss 4 build system changes, possible jboss.net and catalina impact.

2002-09-11 Thread Alex Loubyansky
Hello David, Wednesday, September 11, 2002, 8:00:25 PM, you wrote: DJ> Maybe this is a windows only problem? I didn't have a problem cleaning on DJ> linux. Maybe.. I have it permanently. Am I along here? DJ> BTW I didn't modify the build.bat files to increase the memory, which was DJ> required

Re: [JBoss-dev] jboss 4 build system changes, possible jboss.net and catalina impact.

2002-09-11 Thread David Jencks
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.0

Re: [JBoss-dev] jboss 4 build system changes, possible jboss.net and catalina impact.

2002-09-11 Thread Alex Loubyansky
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/jbo

Re: [JBoss-dev] jboss 4 build system changes, possible jboss.net and catalina impact.

2002-09-11 Thread David Jencks
I noticed that a few minutes ago. I'm going to see if I can eliminate the need for them, I think they both contain generated source code so should go into build.gen-src. thanks david jencks On 2002.09.11 11:55:50 -0400 Alex Loubyansky wrote: > Hello David, > > jboss-all/server/build.xml needs

Re: [JBoss-dev] jboss 4 build system changes, possible jboss.net and catalina impact.

2002-09-11 Thread Alex Loubyansky
Hello David, jboss-all/server/build.xml needs ${build.parsers} and ${build.beans} properties. These are missed in locations.ent. Should they be added to jboss-all/server/build.xml or locations.ent? Thank you. alex Wednesday, September 11, 2002, 1:15:11 AM, you wrote: DJ> I replaced many of th

[JBoss-dev] jboss 4 build system changes, possible jboss.net and catalina impact.

2002-09-10 Thread David Jencks
I replaced many of the repetitive elements in the build.xml files with parameter entities, including the definition of xdoclet tasks. As far as I can tell this hasn't affected anything according to the testsuite. However, one effect is that xdoclet is now always the "global" xdoclet in thirdpart