Re: [RT] Moving gump forward

2004-03-09 Thread Stefan Bodewig
On Tue, 09 Mar 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Stefan, any talks in ant-land about using eclipse JTD compiler instead of javac for the javac task? AFAIK eclipse already does that 8-) javac delegates the work to compiler adapters and those are pluggable. Some adapters are

Re: [RT] Moving gump forward

2004-03-09 Thread Stefan Bodewig
On Mon, 8 Mar 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: I'd like Stefan's input on if we allowed a gump to be like ant|maven -- to have Gump just build/archive. It won't work, at least not without duplicating larger parts of the build file in the gump descriptor. Gump currently doesn't

cvs commit: gump/src/documentation/content/xdocs whoweare.xml mail.xml site.xml

2004-03-09 Thread bodewig
bodewig 2004/03/09 02:58:51 Modified:python/gump/output nag.py src/documentation/content/xdocs mail.xml site.xml Added: src/documentation/content/xdocs whoweare.xml Log: Add team page, link to license and Jakarta's Get Involved Page, change Get Involved to

Website

2004-03-09 Thread Stefan Bodewig
Hi, I've added a minimal mailing list page and a team page and added links to Jakarta's Get Involved section and the Apache License. I've also changed the Get Involved label to Community but have no strong feeling about it. The result can be seen at http://cvs.apache.org/~bodewig/gump/site/.

cvs commit: gump/repository xml-svn.xml

2004-03-09 Thread bodewig
bodewig 2004/03/09 03:34:42 Modified:profile gump.xml Added: repository xml-svn.xml Log: Add SVN repository for XML project Revision ChangesPath 1.319 +1 -0 gump/profile/gump.xml Index: gump.xml

cvs commit: gump/src/documentation/content/xdocs faq.xml index.xml nagged.xml

2004-03-09 Thread bodewig
bodewig 2004/03/09 06:53:53 Modified:src/documentation/content/xdocs faq.xml index.xml nagged.xml Log: Use the mailing list page instead of direct mailto-s Revision ChangesPath 1.5 +2 -2 gump/src/documentation/content/xdocs/faq.xml Index: faq.xml

Mail address obfuscation on the website

2004-03-09 Thread Stefan Bodewig
Hi, there are currently a few pages containing the text [EMAIL PROTECTED] and one with [EMAIL PROTECTED] Does anybody think it would be important to obfuscate them? IMHO they'll get picked up by spam bots anyway and spam will end up in my and Adam's mailbox - nobody elses. To me there is

Re: Website

2004-03-09 Thread Nick Chalko
Adam R. B. Jack wrote: I would like to see us considerd new content, news, perhaps reference to Peas-n-Carrots, Eventually I would like to see Peas-n-Carrots be a tab of the gump site. Like I did with http://nick.chalko.com

cvs commit: gump/python/gump/gui view.py

2004-03-09 Thread ajack
ajack 2004/03/09 11:57:07 Modified:python/gump/model project.py depend.py module.py object.py python/gump/utils work.py tools.py sync.py python/gump/document forrest.py text.py python/gump gumprun.py engine.py integrate.py

cvs commit: gump/python/gump/document forrest.py

2004-03-09 Thread ajack
ajack 2004/03/09 12:31:02 Modified:python/gump/document forrest.py Log: Reduce verbosity... Revision ChangesPath 1.98 +6 -5 gump/python/gump/document/forrest.py Index: forrest.py === RCS

cvs commit: gump/python/gump/model depend.py

2004-03-09 Thread ajack
ajack 2004/03/09 12:57:42 Modified:python/gump/model depend.py Log: Keep trying... Revision ChangesPath 1.11 +6 -5 gump/python/gump/model/depend.py Index: depend.py === RCS file:

cvs commit: gump/python/gump/model depend.py

2004-03-09 Thread ajack
ajack 2004/03/09 13:08:52 Modified:python/gump/model depend.py Log: I'm close, honest... Revision ChangesPath 1.13 +7 -5 gump/python/gump/model/depend.py Index: depend.py === RCS file:

Re: [RT] Moving gump forward

2004-03-09 Thread Leo Simons
Stefano Mazzocchi wrote: Leo Simons wrote: But since we're going by leaps and bounds right now...we need a wiki-style workflow. Ditch CVS and provide me with an edit this descriptor page. The task of finding the right descriptor to edit can be several minutes of work. That should change to

cvs commit: gump/python/gump engine.py

2004-03-09 Thread ajack
ajack 2004/03/09 13:13:18 Modified:python/gump/model workspace.py python/gump engine.py Log: Removed last trace of rsync... Revision ChangesPath 1.32 +3 -9 gump/python/gump/model/workspace.py Index: workspace.py

cvs commit: gump/python/gump/model depend.py

2004-03-09 Thread ajack
ajack 2004/03/09 13:19:09 Modified:python/gump/model depend.py Log: Dare I say it? Last commit for a while [I can dream..] Revision ChangesPath 1.14 +4 -4 gump/python/gump/model/depend.py Index: depend.py

cvs commit: gump/python/gump engine.py

2004-03-09 Thread ajack
ajack 2004/03/09 15:20:33 Modified:python/gump/document resolver.py python/gump engine.py Log: Try again (hope I get it this time, I'm out of time today...) Revision ChangesPath 1.16 +4 -4 gump/python/gump/document/resolver.py Index:

Traditional Gumps no longer pick up changes

2004-03-09 Thread sebb
As the subject says - because jakarta-gump has been renamed to gump, the traditional gumps have stopped picking up changes to Gump settings. Seems to me that if they are still running, it would be useful if they could continue to pick up project file changes - or is this very tricky to fix? S.

BATCH: All dressed up, with nowhere to go...

2004-03-09 Thread gump
Dear Gumpmeisters, The following 15 nags should have been sent G U M P [EMAIL PROTECTED]: webwork/webwork failed [EMAIL PROTECTED]: freemarker/freemarker failed [EMAIL PROTECTED]: jakarta-gump-test failed [EMAIL PROTECTED]:

Re: cvs commit: gump/project jakarta-jmeter.xml

2004-03-09 Thread Stefan Bodewig
On 9 Mar 2004, [EMAIL PROTECTED] wrote: Try to suppress inherit of output jars Hmm, I'm not sure what you are trying to do, but I think depend project=jakarta-jmeter-cvsnoclasspath//depend is what you want (at least in traditional Gump). Stefan