[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
thirdparty.  Previously it looks like a local version was being used in
jboss.net.  I don't know if there are any tests of jboss.net: the module
appears to compile fine.

If this has broken something let me know.  I'd prefer to fix it in xdoclet
if possible since the xdoclet 1.2 release is imminent.



I also don't know if the catalina module still works and don't know how to
test it.  I only partially converted that build.xml, leaving the previous
definitions commented out.  Again, info appreciated.

thanks
david jencks


---
In remembrance
www.osdn.com/911/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



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 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



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 ${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 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



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/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



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.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



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 on my linux system to do build.sh all.  Could you try build.bat
DJ> all and add the -X. stuff if necessary?

set ANT_OPTS=%ANT_OPTS% -Xmx640m
As in build.sh but it doesn't help.

Thank you.

alex

DJ> 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)
>> 




---
In remembrance
www.osdn.com/911/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



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 problem? I didn't have a problem cleaning on
DJ>> linux.

AL> 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 on my linux system to do build.sh all.  Could you try build.bat
DJ>> all and add the -X. stuff if necessary?

AL> set ANT_OPTS=%ANT_OPTS% -Xmx640m
AL> As in build.sh but it doesn't help.

AL> Thank you.

AL> alex

DJ>> 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)
>>> 


-- 
Best regards,
 Alex Loubyansky




---
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