Re: commons-vfs tests

2004-05-19 Thread Stefan Bodewig
On Fri, 14 May 2004, Mario Ivankovits [EMAIL PROTECTED] wrote: What exactly would you need from us to host it? What kind of service of Gump are you asking for. Some space on one of your linux machines, accessible via network for the build-tests. The uml-linux acts only as a server for the

Re: Existence of a database?

2004-05-19 Thread Stefan Bodewig
On Sat, 15 May 2004, Ceki Gülc [EMAIL PROTECTED] wrote: Could we assume that gump machines have a database that these test cases can connect to? You can savely assume that hsqldb is around[1] but not installed in any way. I.e. you could make your tests depend on hsqldb and they'd work in

Re: commons-id built by Maven (on Gump)

2004-05-19 Thread Stefan Bodewig
On Mon, 17 May 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: We have a (real, not test) Maven-built project w/ commons-id, in sandbox: Woohoo! Many many thanks, Adam. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [GUMP@brutus]: avalon-excalibur/excalibur-logger failed

2004-05-19 Thread Ceki Gülcü
At 10:50 PM 5/18/2004, Niclas Hedhman wrote: On Wednesday 19 May 2004 03:19, Adam R. B. Jack wrote: I posted to avalon-dev as you posted here. Log4j changed underneath you, I suspect... [javac] import org.apache.log4j.spi.RootCategory; [javac] location: class

Re: [GUMP@brutus]: avalon-excalibur/excalibur-logger failed

2004-05-19 Thread Niclas Hedhman
On Wednesday 19 May 2004 15:41, Ceki Glc wrote: [javac] import org.apache.log4j.spi.RootCategory; Ceki, isn't this a bit 'sudden' ??? You are absolutely right. My bad. I am looking into this right now. Thanks, dude... Just keep the RootCategory around for a couple of releases, so we

Re: [GUMP@lsd]: ws-axis/ws-axis failed

2004-05-19 Thread Ceki Gülcü
At 12:04 AM 5/19/2004, robert burrell donkin wrote: if the upcoming commons-logging release contained this patch then the impact on all those downstream projects would be huge. log4j CVS HEAD is no longer binary compatible with the last release version. everyone using the existing release of

RE: Existence of a database?

2004-05-19 Thread Eric Pugh
I find that depending on an external database makes the unit tests very brittle.. Unless you are specifically testing something that requires a specific type of database, I find that using hsqldb or axion works fine.. Eric -Original Message- From: Stefan Bodewig [mailto:[EMAIL

RE: Existence of a database?

2004-05-19 Thread Ceki Gülcü
Thanks everyone for answering. At 01:27 PM 5/19/2004, Eric Pugh wrote: I find that depending on an external database makes the unit tests very brittle.. Unless you are specifically testing something that requires a specific type of database, I find that using hsqldb or axion works fine.. I agree

RE: Existence of a database?

2004-05-19 Thread Martin van den Bemt
Use antcall to call the target with the db specific properties, this way you can merge the postresql and the mysql targets. You can eg add a commandline parameter for the people who eg just want to run the postgressql target eg ant -Ddbtest=mysql. Mvgr, Martin On Wed, 2004-05-19 at 14:01, Ceki

Re: Gump integration with Maven

2004-05-19 Thread Mark R. Diggory
Adam R. B. Jack wrote: Agreed. I think the real challenge is at the project level, projects need to establish naming consistent with their Umbrella group, this is a real growing pain at this point, I suspect eventually the entire Jakarta Commons will need to migrate to

Re: [logging][PROPOSAL] a solution to incompatibility between log4j versions

2004-05-19 Thread Adam R. B. Jack
On the log4j we are making a very serious effort to keep everyone happy. And that is greatly appreciated. :) I really wish you weren't having to go through this, I can hardly imagine how frustrating it must be to maintain an old interface for two years, attempting a clean deprecation, only run

cvs commit: gump/python/gump/update updater.py

2004-05-19 Thread ajack
ajack 2004/05/19 10:13:19 Modified:python/gump/update Tag: MultiRunner updater.py Log: moduleCount no longer available. Revision ChangesPath No revision No revision 1.1.2.5 +1 -1 gump/python/gump/update/Attic/updater.py

Re: [logging][PROPOSAL] a solution to incompatibility between log4j versions

2004-05-19 Thread Ceki Gülcü
At 07:08 PM 5/19/2004, Adam R. B. Jack wrote: Hmm, good question. Seems possible, but odd that it works here: http://lsd.student.utwente.nl/gump/ant/bootstrap-ant/index.html http://lsd.student.utwente.nl/gump/ant/bootstrap-ant/gump_work/buildscript_ant_bootstrap-ant.html (although here it

cvs commit: gump/python/gump/core gumprun.py

2004-05-19 Thread ajack
ajack 2004/05/19 14:14:19 Modified:python/gump/build Tag: MultiRunner maven.py ant.py script.py builder.py python/gump/test/resources/complete1 Tag: MultiRunner module1.xml python/gump/test/resources/full1

cvs commit: gump/python/gump/update updater.py cvs.py

2004-05-19 Thread ajack
ajack 2004/05/19 13:48:34 Modified:python/gump/build Tag: MultiRunner maven.py python/gump/update Tag: MultiRunner updater.py cvs.py Log: Test/Fix... Revision ChangesPath No revision No revision 1.1.2.5 +1 -1

[Ant] bootstrap-ant no longer builds (was: Re: [logging][PROPOSAL] a solution to incompatibility between log4j versions)

2004-05-19 Thread Michael Davey
Adam R. B. Jack wrote: someone wrote: Moreover, we have provided very clear set of instructions that safely address the c-l compilation problems. I think log4j is the wrong tree to bark at. I noticed that http://gump.covalent.net/log/bootstrap-ant.htmlbootstrap-ant no longer builds. Is it a