[jira] Work started: (GUMP-122) Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase)

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-122?page=all ] Work on GUMP-122 started by Leo Simons Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase) -- Key: GUMP-122 URL: http

[jira] Assigned: (GUMP-122) Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase)

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-122?page=all ] Leo Simons reassigned GUMP-122: --- Assign To: Leo Simons Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase

[jira] Assigned: (GUMP-122) Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase)

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-122?page=all ] Leo Simons reassigned GUMP-122: --- Assign To: (was: Leo Simons) Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase

[jira] Updated: (GUMP-90) testcases for gump.engine

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-90?page=all ] Leo Simons updated GUMP-90: --- Summary: testcases for gump.engine (was: testcases for gump.engine.modeller) testcases for gump.engine - Key: GUMP-90 URL

[jira] Work stopped: (GUMP-122) Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase)

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-122?page=all ] Work on GUMP-122 stopped by Leo Simons Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase) -- Key: GUMP-122 URL: http

[jira] Updated: (GUMP-94) testcases for gump.engine.verifier.Verifier

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-94?page=all ] Leo Simons updated GUMP-94: --- Summary: testcases for gump.engine.verifier.Verifier (was: testcases for gump.engine.model.Verifier) Description: Environment: testcases

[jira] Updated: (GUMP-92) testcases for gump.engine.normalizer.Normalizer

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-92?page=all ] Leo Simons updated GUMP-92: --- Summary: testcases for gump.engine.normalizer.Normalizer (was: testcases for gump.engine.model.Normalizer) Description: Environment: testcases

[jira] Updated: (GUMP-91) testcases for gump.engine.loader.Loader

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-91?page=all ] Leo Simons updated GUMP-91: --- Summary: testcases for gump.engine.loader.Loader (was: testcases for gump.engine.model.Loader) testcases for gump.engine.loader.Loader

Re: svn commit: r164531 - in /gump/branches/Gump3/pygump: gump.log.config python/gump/config.py python/gump/engine/modeller.py python/gump/engine/walker.py python/gump/model/__init__.py python/gump/plugins/__init__.py python/gump/plugins/builder.py python/

2005-04-29 Thread Leo Simons
On 28-04-2005 15:11, Adam R. B. Jack [EMAIL PROTECTED] wrote: BTWL When I added this it also added al lthe .pyc files, which I then manually deleted. Any way to have directories inherit an ignore of these? Nope; you have to set it on every directory. You can also set it in your ~/.svn/config I

[RT] Gump3 design idea: small classes, many functions

2005-04-27 Thread Leo Simons
Hi gang, In Java, we have objects, and objects have methods and properties. Objects are instances of classes, and classes have methods and properties too. When we need to put properties or methods somewhere else, we build stuff like J2EE and JNDI. In python, we have objects, and objects have

Re: Logging insights for Gump3 please

2005-04-26 Thread Leo Simons
On 26-04-2005 02:10, Adam R. B. Jack [EMAIL PROTECTED] wrote: Change config.py; configure the logging package by hand (I think that's called basicConfig()) instead of using a config file, and make it output everything to the screen. We can fix it later, and there's no test to look for the

[RT] Gump run queue

2005-04-26 Thread Leo Simons
This just popped into my head. Naïve line-based schedule file using simple commands together with cron could be real nice. Creating schedules -- We should have something like gump schedule-run --profile=public --official gump schedule-run --profile=public gump schedule-run

Re: Has the Kaffe Gump run died?

2005-04-26 Thread Leo Simons
On 26-04-2005 22:24, Adam R. B. Jack [EMAIL PROTECTED] wrote: This looks 'interesting' : Ooh, then I'd better take a look ;) Kill process group (anything launched by PID 21107) Kill process group 18226 (anything launched by PID 21107) [from 21109] for: pgrpID=os.getpgid(pid)

Re: svn commit: r164483 - /gump/branches/Gump3/pygump/python/gump/plugins/builder.py

2005-04-25 Thread Leo Simons
On 25-04-2005 00:31, Adam R. B. Jack [EMAIL PROTECTED] wrote: Leo wrote: * pygump/python/gump/plugins/builder.py: commenting out this existence test makes the associated testcase fail under posix. Error log: Sorry, I should've run/fixed the test case. Hey -- no worries! I suspect that

Re: Logging insights for Gump3 please

2005-04-25 Thread Leo Simons
On 25-04-2005 00:24, Adam R. B. Jack [EMAIL PROTECTED] wrote: I'm still finding it hard to make progress, 'cos I can't see log output. This (captured below) is all I see, and either there is a problem with logging on (Cygwin) or the Mutliplexer isn't dispatching, or something. Do we need to

Re: Gump3:Dependency.dependencyInfo[]

2005-04-25 Thread Leo Simons
On 25-04-2005 15:12, Adam Jack [EMAIL PROTECTED] wrote: What is the thinking behind this being an array? Do we want to support multiple dependencies from one project to another? Well, either a project depends on another or it doesn't, but it can depend on various things (for example multiple

[RT] Gump3 design idea: workspace/ considered harmful

2005-04-25 Thread Leo Simons
Hi gang! As unconscious design decisions pop into my head I'll fire off some e-mails. In gump, including version 0, 1, 1.5, 2, whatever, you specify various bits about the environment gump runs in and various bits about where to store stuff inside the xml workspace definition and some other bits

Gump's History By E-mail from April 2004 to April 2005

2005-04-25 Thread Leo Simons
Hi gang, I said I would do this, didn't I? I'm installing solaris 10 atm, which is taking ages... 08 Jun 2004: Java Gump is officially retired http://mail-archives.apache.org/mod_mbox/gump-general/200406.mbox/%3c40C5DA6 [EMAIL PROTECTED] 17 Jun 2004: Adam announces CleanUp branch which becomes

Check.py broken

2005-04-24 Thread Leo Simons
Hi gang, [EMAIL PROTECTED]:/usr/local/gump/public/gump$ python bin/check.py -w metadata/vmgump.xml all --debug Results in... --- Prepare for Documenting Results Prepare XDoc work with template Wipe Directory [u'/usr/local/gump/public/workspace/xdocs-work'] Process (Other) Event

[jira] Updated: (GUMP-89) support junitreport

2005-04-20 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-89?page=all ] Leo Simons updated GUMP-89: --- Version: Gump3-alpha-5 (was: Gump2-2.4) Fix Version: Gump3-alpha-5 (was: Gump2-2.4) support junitreport

[jira] Closed: (GUMP-83) The mkdir element ought be removed, and automated

2005-04-20 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-83?page=all ] Leo Simons closed GUMP-83: -- Resolution: Fixed Fix Version: Gump3-alpha-4 (was: Gump2-2.4) (was: GOM-0.4) let's fix this as part of GUMP-117

[jira] Updated: (GUMP-62) Module docs needs to point to fully qualified viewcvs

2005-04-20 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-62?page=all ] Leo Simons updated GUMP-62: --- Version: Gump3-alpha-5 (was: Gump2-2.4) Fix Version: Gump3-alpha-5 (was: Gump2-2.4) move to fix in gump3-alpha-5 Module

Re: Need testers for gump3 branch + windows

2005-04-20 Thread Leo Simons
Adam R. B. Jack wrote: I just committed some updates to the gump3 branch that on my machine, allow me to run on cygwin+winxp+python2.4-win32. Could some people try and follow Some cygwin testing: Thanks! $ bash gump webgump hostname: invalid option -- s Try `hostname --help' for more information.

Gump's History By E-mail up to April 2004

2005-04-20 Thread Leo Simons
Hi gang! Python gump is now a little over two years old! Congratulations everyone :-D Oh, and, FWIW, I would say that gump in one form or another is now about 4 years, 3 months old. Older than I thought actually...just some highlights from the past few years (gotta love mail archives): 21 Sep

[jira] Work started: (GUMP-91) testcases for gump.engine.model.Loader

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-91?page=all ] Work on GUMP-91 started by Leo Simons testcases for gump.engine.model.Loader -- Key: GUMP-91 URL: http://issues.apache.org/jira/browse/GUMP-91 Project: Gump

[jira] Assigned: (GUMP-91) testcases for gump.engine.model.Loader

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-91?page=all ] Leo Simons reassigned GUMP-91: -- Assign To: Leo Simons testcases for gump.engine.model.Loader -- Key: GUMP-91 URL: http://issues.apache.org

[jira] Updated: (GUMP-96) testcases for gump.util.executor

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-96?page=all ] Leo Simons updated GUMP-96: --- Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) testcases for gump.util.executor Key: GUMP-96

[jira] Updated: (GUMP-95) gump.util.executor.Executor component for cleaning up processes

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-95?page=all ] Leo Simons updated GUMP-95: --- Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) gump.util.executor.Executor component for cleaning up processes

[jira] Updated: (GUMP-102) gump.plugins.RmdirPlugin component for removing rmdir/ directories

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-102?page=all ] Leo Simons updated GUMP-102: Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) gump.plugins.RmdirPlugin component for removing rmdir/ directories

[jira] Updated: (GUMP-97) basic implementation of gump.util.executor

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-97?page=all ] Leo Simons updated GUMP-97: --- Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) basic implementation of gump.util.executor -- Key

[jira] Updated: (GUMP-101) gump.plugins.MkdirPlugin component for creating mkdir/ directories

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-101?page=all ] Leo Simons updated GUMP-101: Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) gump.plugins.MkdirPlugin component for creating mkdir/ directories

[jira] Updated: (GUMP-95) gump.util.executor.Executor component for cleaning up processes

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-95?page=all ] Leo Simons updated GUMP-95: --- Version: Gump3-alpha-3 (was: Gump3-alpha-4) gump.util.executor.Executor component for cleaning up processes

[jira] Closed: (GUMP-19) Support encoding of international characters in nag mail headers

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-19?page=all ] Leo Simons closed GUMP-19: -- Resolution: Fixed fixed long time ago as per Stefan's comment. Support encoding of international characters in nag mail headers

[jira] Closed: (GUMP-21) FOG factor is misleading and requires improvement

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-21?page=all ] Leo Simons closed GUMP-21: -- Resolution: Fixed FOG factor is misleading and requires improvement - Key: GUMP-21 URL: http

[jira] Closed: (GUMP-16) Support for regexp in nag

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-16?page=all ] Leo Simons closed GUMP-16: -- Resolution: Won't Fix Fix Version: (was: Gump2) The regexp tag is really a poor man's way to define success/failure condition for a project based on log output

[jira] Closed: (GUMP-17) Failed to 'list .HTML files as work'

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-17?page=all ] Leo Simons closed GUMP-17: -- Resolution: Fixed Forrest is no longer used; listFilesAsWork no longer exists. Failed to 'list .HTML files as work

[jira] Closed: (GUMP-25) document actual gump installations

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-25?page=all ] Leo Simons closed GUMP-25: -- Resolution: Fixed info on brutus is pretty good (BrutusConfig page on wiki) now. document actual gump installations -- Key

[jira] Closed: (GUMP-26) keep around build logs

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-26?page=all ] Leo Simons closed GUMP-26: -- Resolution: Won't Fix Fix Version: Gump3-alpha-3 (was: Gump2) Gump3/Dynagump will store historical data in a database. keep around build logs

[jira] Closed: (GUMP-28) document gumpy internals

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-28?page=all ] Leo Simons closed GUMP-28: -- Resolution: Fixed Fix Version: Gump3-alpha-3 (was: Gump2) Code documentation for Gump3 is reasonably good and when combined with unit tests

[jira] Updated: (GUMP-106) gump.plugins.ScriptPlugin component for executing script/ commands

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-106?page=all ] Leo Simons updated GUMP-106: Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) gump.plugins.ScriptPlugin component for executing script/ commands

[jira] Updated: (GUMP-96) testcases for gump.util.executor

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-96?page=all ] Leo Simons updated GUMP-96: --- Version: Gump3-alpha-3 (was: Gump3-alpha-4) testcases for gump.util.executor Key: GUMP-96 URL: http

[jira] Closed: (GUMP-38) Does NOT cope with circular dependencies

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-38?page=all ] Leo Simons closed GUMP-38: -- Resolution: Fixed Fix Version: Gump3-alpha-3 (was: Gump3-alpha-5) The Gump3 loader protects against circular hrefs, whereas the Gump3 Walker

[jira] Closed: (GUMP-39) gump-check ant task

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-39?page=all ] Leo Simons closed GUMP-39: -- Resolution: Won't Fix Fix Version: Gump3-alpha-4 (was: Gump3-alpha-5) Eyebrowse references are broken (find thread @ http://www.mail

[jira] Closed: (GUMP-3) project package ought override module cvs / ant

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-3?page=all ] Leo Simons closed GUMP-3: - Resolution: Fixed project package ought override module cvs / ant --- Key: GUMP-3 URL: http

[jira] Closed: (GUMP-20) Dependecies/Dependees are over counted

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-20?page=all ] Leo Simons closed GUMP-20: -- Resolution: Fixed Fix Version: Gump3-alpha-3 (was: Gump2) This miscount won't occur in Gump3 due to the different way we model the model

[jira] Closed: (GUMP-46) Gumpy not creating valid ant classpath

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-46?page=all ] Leo Simons closed GUMP-46: -- Resolution: Fixed While Gumpy now handles this correctly (search mailing list archives), we may actually stop support for this at some point as it introduces a certain

[jira] Closed: (GUMP-49) Build start and end times (in UTC)

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-49?page=all ] Leo Simons closed GUMP-49: -- Resolution: Fixed Times are in UTC on the main log pages (ie http://brutus.apache.org/gump/public/). Gump3/Dynagump stores run times onto the model / into a database

[jira] Commented: (GUMP-52) Fails to propogate 'config' (no such depends) properly

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-52?page=comments#action_63092 ] Leo Simons commented on GUMP-52: status? What's this about? Fails to propogate 'config' (no such depends) properly

[jira] Closed: (GUMP-53) Re-including repositories causes corruption

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-53?page=all ] Leo Simons closed GUMP-53: -- Resolution: Fixed Fix Version: Gump3-alpha-3 (was: Gump2) Gump3 merges on element and attribute level, and doesn't merge content seperately

[jira] Closed: (GUMP-56) Project Stats Summary ought reflect Gumped/Not Gumped

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-56?page=all ] Leo Simons closed GUMP-56: -- Resolution: Fixed Project Stats Summary ought reflect Gumped/Not Gumped - Key: GUMP-56 URL

[jira] Closed: (GUMP-58) Respect list prefixing requests (like jakarta-commons) has

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-58?page=all ] Leo Simons closed GUMP-58: -- Resolution: Incomplete no idea what this is about. Reopen if neccessary. Respect list prefixing requests (like jakarta-commons) has

[jira] Closed: (GUMP-61) Gump generated pages need a 'powered by python' logo

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-61?page=all ] Leo Simons closed GUMP-61: -- Resolution: Fixed Gump generated pages need a 'powered by python' logo Key: GUMP-61 URL: http

[jira] Commented: (GUMP-66) Run gump as a service

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-66?page=comments#action_63100 ] Leo Simons commented on GUMP-66: An easier way to implement this would be to run a cronjob every few minutes that checks for a lockfile, and if one doesn't exist, have

[jira] Updated: (GUMP-66) Run gump as a service

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-66?page=all ] Leo Simons updated GUMP-66: --- Priority: Minor (was: Major) Fix Version: Gump3-alpha-5 (was: Gump2) Gump3 has good locking so its easier to implement there. Run gump

[jira] Updated: (GUMP-108) digitize gump3 algorithm design

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-108?page=all ] Leo Simons updated GUMP-108: Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) digitize gump3 algorithm design --- Key: GUMP-108

[jira] Updated: (GUMP-106) gump.plugins.ScriptPlugin component for executing script/ commands

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-106?page=all ] Leo Simons updated GUMP-106: Version: Gump3-alpha-3 (was: Gump3-alpha-4) gump.plugins.ScriptPlugin component for executing script/ commands

[jira] Closed: (GUMP-87) Be able to view unit tests (and other files) generated by Maven builds

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-87?page=all ] Leo Simons closed GUMP-87: -- Resolution: Duplicate so in fact, GUMP-87 duplicates GUMP-89! Close one :-D Be able to view unit tests (and other files) generated by Maven builds

[jira] Closed: (GUMP-76) Install Mono 1.0 on brutus

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-76?page=all ] Leo Simons closed GUMP-76: -- Assign To: (was: Stefan Bodewig) Resolution: Fixed test-ant seems to be running properly, I'll assume this is fixed. Install Mono 1.0 on brutus

[jira] Closed: (GUMP-85) A package typo or mis-naming or mis-match crashes Gump

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-85?page=all ] Leo Simons closed GUMP-85: -- Resolution: Fixed Fix Version: Gump3-alpha-3 (was: Gump2) Gump3 drops projects for which no module can be found and issues a warning

[jira] Closed: (GUMP-57) A 'stale' state is needed

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-57?page=all ] Leo Simons closed GUMP-57: -- Resolution: Duplicate Fix Version: Gump3-alpha-5 (was: Gump2) GUMP-57 is a duplicate of GUMP-105. We'll be rethinking the gump algorithm

[jira] Closed: (GUMP-111) rewrite gump3 algorithm in python pseudocode

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-111?page=all ] Leo Simons closed GUMP-111: --- Resolution: Won't Fix Fix Version: (was: Gump3-alpha-5) This is going to be more trouble than its worth. It makes more sense to invest time in making

[jira] Commented: (GUMP-54) wrap corrupts the data

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-54?page=comments#action_63093 ] Leo Simons commented on GUMP-54: What data is corrupted? What's this about? wrap corrupts the data -- Key: GUMP-54 URL: http

[jira] Closed: (GUMP-88) ./gump fails with SyntaxError on Solaris8

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-88?page=all ] Leo Simons closed GUMP-88: -- Resolution: Fixed ./gump fails with SyntaxError on Solaris8 - Key: GUMP-88 URL: http://issues.apache.org

[jira] Updated: (GUMP-46) Gumpy not creating valid ant classpath

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-46?page=all ] Leo Simons updated GUMP-46: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) Gumpy not creating valid ant classpath Key: GUMP-46

[jira] Updated: (GUMP-87) Be able to view unit tests (and other files) generated by Maven builds

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-87?page=all ] Leo Simons updated GUMP-87: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) Be able to view unit tests (and other files) generated by Maven builds

[jira] Updated: (GUMP-32) support configure/make/automake

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-32?page=all ] Leo Simons updated GUMP-32: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) support configure/make/automake --- Key: GUMP-32 URL: http

[jira] Updated: (GUMP-17) Failed to 'list .HTML files as work'

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-17?page=all ] Leo Simons updated GUMP-17: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) Failed to 'list .HTML files as work' Key: GUMP-17

[jira] Updated: (GUMP-3) project package ought override module cvs / ant

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-3?page=all ] Leo Simons updated GUMP-3: -- Fix Version: Gump2-2.3 (was: Gump2-2.4) project package ought override module cvs / ant

[jira] Updated: (GUMP-56) Project Stats Summary ought reflect Gumped/Not Gumped

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-56?page=all ] Leo Simons updated GUMP-56: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) Project Stats Summary ought reflect Gumped/Not Gumped

[jira] Updated: (GUMP-21) FOG factor is misleading and requires improvement

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-21?page=all ] Leo Simons updated GUMP-21: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) FOG factor is misleading and requires improvement

[jira] Updated: (GUMP-46) Gumpy not creating valid ant classpath

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-46?page=all ] Leo Simons updated GUMP-46: --- Version: Gump2-2.3 (was: Gump2-2.4) Gumpy not creating valid ant classpath Key: GUMP-46 URL

[jira] Updated: (GUMP-58) Respect list prefixing requests (like jakarta-commons) has

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-58?page=all ] Leo Simons updated GUMP-58: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) (was: GOM-0.4) Respect list prefixing requests (like jakarta-commons) has

[jira] Updated: (GUMP-3) project package ought override module cvs / ant

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-3?page=all ] Leo Simons updated GUMP-3: -- Version: Gump2-2.3 (was: GOM-0.4) project package ought override module cvs / ant --- Key: GUMP-3

[jira] Updated: (GUMP-17) Failed to 'list .HTML files as work'

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-17?page=all ] Leo Simons updated GUMP-17: --- Version: Gump2-2.3 (was: Gump2-2.4) Failed to 'list .HTML files as work' Key: GUMP-17 URL: http

More jira cleanup!!

2005-04-18 Thread Leo Simons
Hi gang (Adam in particular), I've gone through all the open issues for Gump2. A lot of them were fixed already, and a whole lot have been fixed (or were never broken) in the Gump3 codebase. What remains is just these 6:

[jira] Closed: (GUMP-86) Install/use Jikes with Kaffe, not their default compiler.

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-86?page=all ] Leo Simons closed GUMP-86: -- Install/use Jikes with Kaffe, not their default compiler. - Key: GUMP-86 URL: http

[jira] Closed: (GUMP-5) Gump ignoring new version of gump.xml for Tapestry

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-5?page=all ] Leo Simons closed GUMP-5: - Assign To: (was: Gump Development Team) Gump ignoring new version of gump.xml for Tapestry -- Key: GUMP-5

[jira] Closed: (GUMP-9) LSD (Utwente) feedback

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-9?page=all ] Leo Simons closed GUMP-9: - Assign To: (was: Gump Development Team) LSD (Utwente) feedback -- Key: GUMP-9 URL: http://issues.apache.org/jira/browse/GUMP

[jira] Created: (GUMP-122) Unit test FAIL: test_do_script (testPluginBuilder.BuilderTestCase)

2005-04-18 Thread Leo Simons (JIRA)
Versions: Gump3-alpha-4 Environment: Cygwin Reporter: Leo Simons Fix For: Gump3-alpha-4 I'd try to fix it, but I only have an hour free want to work on something else. regards Adam == FAIL: test_do_script

[jira] Updated: (GUMP-49) Build start and end times (in UTC)

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-49?page=all ] Leo Simons updated GUMP-49: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) Build start and end times (in UTC) -- Key: GUMP-49 URL

[jira] Updated: (GUMP-32) support configure/make/automake

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-32?page=all ] Leo Simons updated GUMP-32: --- Version: Gump2-2.3 (was: Gump2-2.4) support configure/make/automake --- Key: GUMP-32 URL: http

[jira] Updated: (GUMP-56) Project Stats Summary ought reflect Gumped/Not Gumped

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-56?page=all ] Leo Simons updated GUMP-56: --- Version: Gump2-2.3 (was: Gump2-2.4) Project Stats Summary ought reflect Gumped/Not Gumped

[jira] Updated: (GUMP-19) Support encoding of international characters in nag mail headers

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-19?page=all ] Leo Simons updated GUMP-19: --- Version: Gump2-2.3 (was: Gump2-2.4) Support encoding of international characters in nag mail headers

[jira] Updated: (GUMP-88) ./gump fails with SyntaxError on Solaris8

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-88?page=all ] Leo Simons updated GUMP-88: --- Version: Gump2-2.3 (was: Gump2-2.4) ./gump fails with SyntaxError on Solaris8 - Key: GUMP-88

[jira] Closed: (GUMP-10) http://jakarta.apache.org/gump/images/bench.png missing

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-10?page=all ] Leo Simons closed GUMP-10: -- Assign To: (was: Gump Development Team) http://jakarta.apache.org/gump/images/bench.png missing

[jira] Updated: (GUMP-108) digitize gump3 algorithm design

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-108?page=all ] Leo Simons updated GUMP-108: Version: Gump3-alpha-3 (was: Gump3-alpha-4) digitize gump3 algorithm design --- Key: GUMP-108 URL

[jira] Updated: (GUMP-87) Be able to view unit tests (and other files) generated by Maven builds

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-87?page=all ] Leo Simons updated GUMP-87: --- Version: Gump2-2.3 (was: Gump2-2.4) Be able to view unit tests (and other files) generated by Maven builds

[jira] Closed: (GUMP-75) Move Ant nightly builds from user bodewig to nightlybuild

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-75?page=all ] Leo Simons closed GUMP-75: -- Move Ant nightly builds from user bodewig to nightlybuild - Key: GUMP-75 URL: http

[jira] Closed: (GUMP-50) A portable/robust lock is needed (that the OS cleans up)

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-50?page=all ] Leo Simons closed GUMP-50: -- Resolution: Fixed Fix Version: Gump3-alpha-3 (was: Gump3-alpha-5) Gump3 uses a file-based lock coded in bash that's been tested on linux/mac

[jira] Closed: (GUMP-80) Documentation needs updating (validating)

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-80?page=all ] Leo Simons closed GUMP-80: -- Resolution: Invalid Fix Version: Gump3-alpha-3 (was: Gump2) In fact, a user should be able to run without reading documentation :-D. Gump3

[jira] Updated: (GUMP-61) Gump generated pages need a 'powered by python' logo

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-61?page=all ] Leo Simons updated GUMP-61: --- Fix Version: Gump2-2.3 (was: Gump2-2.4) Gump generated pages need a 'powered by python' logo

[jira] Updated: (GUMP-98) usage documentation for gump.util.executor

2005-04-18 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-98?page=all ] Leo Simons updated GUMP-98: --- Fix Version: Gump3-alpha-3 (was: Gump3-alpha-4) usage documentation for gump.util.executor -- Key

Re: RDF

2005-04-17 Thread Leo Simons
On 17-04-2005 00:53, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Example, if you have the Module object and the Project object, you have to decide which way the link goes and the notion of Module.projects means, this is the list of projects this module contains. Problem is that this implicit

Re: [RT] module, project, target = repository, module, project...

2005-04-17 Thread Leo Simons
On 17-04-2005 02:56, Brett Porter [EMAIL PROTECTED] wrote: snip/ http://wiki.apache.org/gump/MavenId What do you think of using the group ID and artifact ID ideas in gump? So: - a group is a collection of projects, and a project builds one or more artifacts. - group probably equates to a

[RT] module, project, target = repository, module, project...

2005-04-16 Thread Leo Simons
Hi gang! Currently, a module/ element tends to correspond roughly to the ant|maven|make definition of a project, and a project/ element tends to correspond roughly to the ant|make definition of a target or the maven definition of a goal. I.e. repository name=ant module name=ant project

Re: Descriptive text in gump.xml

2005-04-16 Thread Leo Simons
On 16-04-2005 16:07, Upayavira [EMAIL PROTECTED] wrote: Is there a best way to add a description to a gump project node? At the moment, I don't think so. I hope that you can just add one and gump won't fall over, just ignoring it instead, but I can't really promise that. I suggest to just try it

[jira] Closed: (GUMP-102) gump.plugins.RmdirPlugin component for removing rmdir/ directories

2005-04-16 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-102?page=history ] Leo Simons closed GUMP-102: --- Resolution: Fixed gump.plugins.RmdirPlugin component for removing rmdir/ directories

RDF (was: [RT] module, project, target = repository, module, project...)

2005-04-16 Thread Leo Simons
On 16-04-2005 18:30, Stefano Mazzocchi [EMAIL PROTECTED] wrote: The more I think about it, the more I think that having our data in RDF would be a tremendous win, also in terms of programming. Show me! - To unsubscribe,

[jira] Commented: (GUMP-103) design conventions for marking up the gump.model and modifying behaviour

2005-04-16 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-103?page=comments#action_62976 ] Leo Simons commented on GUMP-103: - Ideally most of these conventions are documented right within the source, ie in the gump.plugins module. Work has been started

[jira] Closed: (GUMP-106) gump.plugins.ScriptPlugin component for executing script/ commands

2005-04-16 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-106?page=history ] Leo Simons closed GUMP-106: --- Resolution: Fixed gump.plugins.ScriptPlugin component for executing script/ commands

<    1   2   3   4   5   6   7   >