RE: [FIXED] Re: Build system problems on OS/X 10.2.3, Linux andWindows

2003-01-09 Thread Carsten Ziegeler
Just a short note: on my machine an -Xmx256bm is sufficient to avoid the out of memory error. Carsten -Original Message- From: David Crossley [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 8:35 AM To: [EMAIL PROTECTED] Subject: Re: [FIXED] Re: Build system problems

Re: Build system problems on OS/X 10.2.3

2003-01-08 Thread Ovidiu Predescu
On Wednesday, Jan 1, 2003, at 04:46 US/Pacific, Jeremy Quinn wrote: On Wednesday, Jan 1, 2003, at 02:44 Europe/London, David Crossley wrote: I get the same problem on Linux with Java-1.3.1 ./build.sh -Dinclude.webapp.libs=yes webapp Well that is interesting! I was seriously beginning to

RE: Build system problems on OS/X 10.2.3

2003-01-08 Thread Reinhard Poetz
] Subject: Re: Build system problems on OS/X 10.2.3 On Wednesday, Jan 1, 2003, at 04:46 US/Pacific, Jeremy Quinn wrote: On Wednesday, Jan 1, 2003, at 02:44 Europe/London, David Crossley wrote: I get the same problem on Linux with Java-1.3.1 ./build.sh -Dinclude.webapp.libs=yes webapp

[FIXED] Re: Build system problems on OS/X 10.2.3, Linux and Windows

2003-01-08 Thread Ovidiu Predescu
PROTECTED] Subject: Re: Build system problems on OS/X 10.2.3 On Wednesday, Jan 1, 2003, at 04:46 US/Pacific, Jeremy Quinn wrote: On Wednesday, Jan 1, 2003, at 02:44 Europe/London, David Crossley wrote: I get the same problem on Linux with Java-1.3.1 ./build.sh -Dinclude.webapp.libs=yes webapp

Re: [FIXED] Re: Build system problems on OS/X 10.2.3, Linux and Windows

2003-01-08 Thread Ovidiu Predescu
On Wednesday, Jan 8, 2003, at 12:24 US/Pacific, Sylvain Wallez wrote: Ovidiu Predescu wrote: By increasing the amount of heap space allocated to the JVM, the build works fine now. I've added the -Xmx512mb parameter to the java invocation in tools/bin/ant, the last line in this file. A

Re: [FIXED] Re: Build system problems on OS/X 10.2.3, Linux andWindows

2003-01-08 Thread David Crossley
Ovidiu Predescu wrote: Sylvain Wallez wrote: Ovidiu Predescu wrote: By increasing the amount of heap space allocated to the JVM, the build works fine now. I've added the -Xmx512mb parameter to the java invocation in tools/bin/ant, the last line in this file. A similar thing has to

RE: [FIXED] Re: Build system problems on OS/X 10.2.3, Linux andWindows

2003-01-08 Thread Carsten Ziegeler
David Crossley wrote: Ovidiu Predescu wrote: Sylvain Wallez wrote: Ovidiu Predescu wrote: By increasing the amount of heap space allocated to the JVM, the build works fine now. I've added the -Xmx512mb parameter to the java invocation in tools/bin/ant, the last line in this

Re: [FIXED] Re: Build system problems on OS/X 10.2.3, Linux and Windows

2003-01-08 Thread Nicola Ken Barozzi
David Crossley wrote: Ovidiu Predescu wrote: [...] On my system, the build crashes while doing validation. Is it possible that this step eats a lot of memory? The build crashes at completely different places for different people (please see the earlier thread).

Re: [FIXED] Re: Build system problems on OS/X 10.2.3, Linux andWindows

2003-01-08 Thread Nicola Ken Barozzi
Carsten Ziegeler wrote: [...] It might be that these problems are introduced by our sub-build routines for the blocks. Perhaps the internal ant invocations used for the blocks building do not release memory before the complete build is over? Just a guess. Could be. Yes, it really could be it.

Re: Build system problems on OS/X 10.2.3

2003-01-01 Thread Jeremy Quinn
On Wednesday, Jan 1, 2003, at 02:44 Europe/London, David Crossley wrote: I get the same problem on Linux with Java-1.3.1 ./build.sh -Dinclude.webapp.libs=yes webapp Well that is interesting! I was seriously beginning to think this was a problem somehow introduced by Apple's release of the

Re: Build system problems on OS/X 10.2.3 ( Re: Pipeline Symmetry and XQuery, XSLT2.0. etc.)

2002-12-31 Thread Jason Foster
Here are all of the top level actions that appeared during the build. I figured that recursion was a problem as there are 3 occurrences of init:. Hope this helps, and thanks for looking into this. Jason Foster -- ./build.sh -Dinclude.webapp.libs=yes

Re: Build system problems on OS/X 10.2.3

2002-12-31 Thread David Crossley
I get the same problem on Linux with Java-1.3.1 ./build.sh -Dinclude.webapp.libs=yes webapp It fails during the fourth (why 4?) init target with the same out-of-memory error (and nothing much else happening on the machine). Worse - it does not always fail - sometimes the build is okay. --David

Re: Build system problems on OS/X 10.2.3 ( Re: Pipeline Symmetry and XQuery, XSLT2.0. etc.)

2002-12-30 Thread Jeremy Quinn
On Sunday, Dec 29, 2002, at 23:21 Europe/London, Nicola Ken Barozzi wrote: Jason Foster wrote: P.S. The new build system keeps running out of memory on OS/X 10.2.3 with the stock Java environment. Too much recusion, methinks. There is not much recursion. Could you please post more info

Re: Build system problems on OS/X 10.2.3 ( Re: Pipeline Symmetryand XQuery, XSLT2.0. etc.)

2002-12-30 Thread Nicola Ken Barozzi
Jeremy Quinn wrote: On Sunday, Dec 29, 2002, at 23:21 Europe/London, Nicola Ken Barozzi wrote: Jason Foster wrote: P.S. The new build system keeps running out of memory on OS/X 10.2.3 with the stock Java environment. Too much recusion, methinks. There is not much recursion. Could you

Re: Build system problems on OS/X 10.2.3 ( Re: Pipeline Symmetry and XQuery, XSLT2.0. etc.)

2002-12-30 Thread Jeremy Quinn
On Monday, Dec 30, 2002, at 17:25 Europe/London, Nicola Ken Barozzi wrote: Jeremy Quinn wrote: On Sunday, Dec 29, 2002, at 23:21 Europe/London, Nicola Ken Barozzi wrote: Jason Foster wrote: P.S. The new build system keeps running out of memory on OS/X 10.2.3 with the stock Java

Re: Build system problems on OS/X 10.2.3 ( Re: Pipeline Symmetry and XQuery, XSLT2.0. etc.)

2002-12-30 Thread Jeremy Quinn
On Monday, Dec 30, 2002, at 17:25 Europe/London, Nicola Ken Barozzi wrote: 1) ./build.sh clean snipno reported problems/snip BUILD SUCCESSFUL Total time: 16 seconds 2) ./build.sh -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp snipno reported problems, apart

Re: Build system problems on OS/X 10.2.3 ( Re: Pipeline Symmetry and XQuery, XSLT2.0. etc.)

2002-12-30 Thread Jeremy Quinn
On Monday, Dec 30, 2002, at 17:42 Europe/London, Jeremy Quinn wrote: On Monday, Dec 30, 2002, at 17:25 Europe/London, Nicola Ken Barozzi wrote: 1) ./build.sh clean snipno reported problems/snip BUILD SUCCESSFUL Total time: 16 seconds 2) ./build.sh -Dinclude.webapp.libs=yes

Re: Build system problems on OS/X 10.2.3 ( Re: Pipeline Symmetryand XQuery, XSLT2.0. etc.)

2002-12-30 Thread Nicola Ken Barozzi
Jeremy Quinn wrote: ./build.sh -debug -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp well I tried this and it compiles fine (!?!) go figure . ;-} If you have problems again, don't hesitate to send me what has happened on screen, eventually with a -debug .