Re: What do we do with beanutils?

2004-11-09 Thread robert burrell donkin
On 8 Nov 2004, at 23:58, Brett Porter wrote: I've been meaning to reply to this in kind. If a project splits itself into three, should gump really try and map projects depending on an older version to these? I know you are experimenting with the latest and greatest, but this might be the point

Re: Problems running gump (both trunk and live)

2004-11-09 Thread Gareth Webbley
Hi Peter, I have had the same problem. When executing a command the gump.py in the root directory (of gump) creates a list and passes that as the options to the command. However the command is not expecting a list. The way I got around this problem was to cd to the cron directory and either

Re: [EMAIL PROTECTED]: Project cocoon-block-jms (in module cocoon) failed

2004-11-09 Thread Stefan Bodewig
On Mon, 08 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Geoff Howard wrote: I find it hard to believe the jms spec has changed, though I suppose this is possible. Which version does geronimo-* implement? Maybe it is a change between 1.0.2 (the version of JMS we had before Niclas

jvmarg gets ignored

2004-11-09 Thread Stefan Bodewig
Hi, since nagoya is down I post it here before I forget about it. If you look at the ant-xdocs-proposal build output you'll see no sign of -Xmx512m even though it should be there. My limited understanding leads me to think that the reason is this code in project.py (line 546 in revision 57013)

forrest.xml doesn't validate

2004-11-09 Thread Leo Simons
Hi gang, ./validate says today: Processing Local Projects ./tmp/./project/forrest.xml:33: element project: validity error : No declaration for attribute basedir of element project project name=forrest basedir=main ^

Missing Class for Fulcrum DVSL

2004-11-09 Thread Eric Pugh
Well, The second to last build issue for Fulcrum concerns Fulcrum DVSL Impl. Everything builds nicely, but the unit test is failing: http://brutus.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-dvsl-im pl/gump_work/build_jakarta-turbine-fulcrum_fulcrum-dvsl-impl.html I have inlined the

Re: Problems running gump (both trunk and live)

2004-11-09 Thread Peter Janes
Gareth Webbley wrote: The way I got around this problem was to cd to the cron directory and either run gump.sh in that directory or python gump.py. There is another copy of gump.py in the cron directory which works differently to the one in the root directory. I think this is the one used in

Re: [EMAIL PROTECTED]: Project cocoon-block-jms (in module cocoon) failed

2004-11-09 Thread Stefano Mazzocchi
Stefan Bodewig wrote: On Mon, 08 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Geoff Howard wrote: I find it hard to believe the jms spec has changed, though I suppose this is possible. Which version does geronimo-* implement? Maybe it is a change between 1.0.2 (the version of JMS we

Re: Problems running gump (both trunk and live)

2004-11-09 Thread Stefano Mazzocchi
Peter Janes wrote: Gareth Webbley wrote: The way I got around this problem was to cd to the cron directory and either run gump.sh in that directory or python gump.py. There is another copy of gump.py in the cron directory which works differently to the one in the root directory. I think this

Re: [EMAIL PROTECTED]: Project cocoon-block-jms (in module cocoon) failed

2004-11-09 Thread Stefan Bodewig
On Tue, 09 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: If we identified there is a API change between 1.0.2 and 1.1, I'd rather have cocoon update to the latest JMS API rather than having to different packages in gump since it seems that cocoon is the only one having that problem

Re: [EMAIL PROTECTED]: Project cocoon-block-jms (in module cocoon) failed

2004-11-09 Thread Stefano Mazzocchi
Stefan Bodewig wrote: On Tue, 09 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: If we identified there is a API change between 1.0.2 and 1.1, I'd rather have cocoon update to the latest JMS API rather than having to different packages in gump since it seems that cocoon is the only one

Re: cvs commit: gump/profile gump.xml

2004-11-09 Thread Stefano Mazzocchi
Stefan Bodewig wrote: On 9 Nov 2004, [EMAIL PROTECTED] wrote: Upgrade to JMS 1.1 cocoon-block-jms needs to depend on jms instead of geronimo-spec-jms to take advantage of this change. consider it fixed. -- Stefano. smime.p7s Description: S/MIME Cryptographic Signature

Re: Missing Class for Fulcrum DVSL

2004-11-09 Thread Stefan Bodewig
On Tue, 9 Nov 2004, Eric Pugh [EMAIL PROTECTED] wrote: The second to last build issue for Fulcrum concerns Fulcrum DVSL Impl. Everything builds nicely, but the unit test is failing: I'm not completely certain that Maven's test plugin (is that the correct term?) honors jar overrides, so I'm

Re: Missing Class for Fulcrum DVSL

2004-11-09 Thread Stefan Bodewig
On Tue, 09 Nov 2004, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 9 Nov 2004, Eric Pugh [EMAIL PROTECTED] wrote: I have inlined the text of the error. The issue is something missing on Jaxen. However, I have in my Gump descriptor (but not in Maven) a dependency on Jaxen. So how do

Re: [EMAIL PROTECTED]: Project cocoon-block-jms (in module cocoon) failed

2004-11-09 Thread sebb
On Tue, 09 Nov 2004 10:33:26 -0500, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Stefan Bodewig wrote: On Mon, 08 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Geoff Howard wrote: I find it hard to believe the jms spec has changed, though I suppose this is possible.

Re: cvs commit: gump/project lenya.xml

2004-11-09 Thread Stefano Mazzocchi
[EMAIL PROTECTED] wrote: bodewig 2004/11/09 09:10:42 Modified:project lenya.xml Log: This is a very strange way to ship tasks IMHO Revision ChangesPath 1.5 +2 -1 gump/project/lenya.xml Index: lenya.xml

Re: cvs commit: gump/project lenya.xml

2004-11-09 Thread Stefan Bodewig
On Tue, 09 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: This is a very strange way to ship tasks IMHO just curious, what would be a better way? lenya copied it from cocoon, I think. Have cocoon build it and provide it as a jar. Something like a

Re: cvs commit: gump/project lenya.xml

2004-11-09 Thread Stefano Mazzocchi
Stefan Bodewig wrote: On Tue, 09 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: This is a very strange way to ship tasks IMHO just curious, what would be a better way? lenya copied it from cocoon, I think. Have cocoon build it and provide it as a jar. Something

RE: Missing Class for Fulcrum DVSL

2004-11-09 Thread Eric Pugh
Not quite sure where this dependency is coming from. I don't believe Maven is introducing for me the Jaxen dependency. As the test runs perfectly without it. Could it be the version of dom4j being used? My component is just a wrapper around velocity-dvsl, so it may be somewhere in there...

Re: Problems running gump (both trunk and live)

2004-11-09 Thread Peter Janes
Stefano Mazzocchi wrote: The status of the gump.py file in the root is *up in the air* at best and totally untested for a lot of things. In short, it's a mess. [...] So, for now, use the cron script or you can help me out and fix the bugs :-) Love to, but I think I've exhausted my Python

Re: Problems running gump (both trunk and live)

2004-11-09 Thread Stefano Mazzocchi
Peter Janes wrote: Stefano Mazzocchi wrote: The status of the gump.py file in the root is *up in the air* at best and totally untested for a lot of things. In short, it's a mess. [...] So, for now, use the cron script or you can help me out and fix the bugs :-) Love to, but I think I've

Re: Missing Class for Fulcrum DVSL

2004-11-09 Thread Brett Porter
Just to confirm some things here: - test honours jar overrides as it uses maven.dependency.classpath - Maven does not introduce any jaxen dependencies normally. However, if you are using any plugin:* latka:* pmd:* release:* goals it will be introduced. This is an unfortunate side-effect of not

Re: forrest.xml doesn't validate

2004-11-09 Thread David Crossley
Leo Simons wrote: Hi gang, ./validate says today: This did used to validate recently. I see from the commit history that various people have since been making changes but not using the 'validate' script. I just moved the basedir attribute from the project elements to the ant elements. Not