[jira] Created: (GUMP-140) Gump crashes when listing

2005-06-24 Thread Adam Jack (JIRA)
Gump crashes when listing -- Key: GUMP-140 URL: http://issues.apache.org/jira/browse/GUMP-140 Project: Gump Type: Bug Components: Python-based Gump Versions: Gump2-2.3 Environment: Solaris (likely all) Reporter: Adam Jack

[jira] Created: (GUMP-136) Bad XML causes Gump3 to crash

2005-06-05 Thread Adam Jack (JIRA)
Bad XML causes Gump3 to crash - Key: GUMP-136 URL: http://issues.apache.org/jira/browse/GUMP-136 Project: Gump Type: Bug Components: Python-based Gump Versions: Gump3-alpha-3 Reporter: Adam Jack If any included (via

[jira] Created: (GUMP-137) A missing href (e.g. typo of file/URL not found) causes Gump to crash

2005-06-05 Thread Adam Jack (JIRA)
A missing href (e.g. typo of file/URL not found) causes Gump to crash - Key: GUMP-137 URL: http://issues.apache.org/jira/browse/GUMP-137 Project: Gump Type: Bug Components: Python-based Gump

[jira] Created: (GUMP-139) module project fails, it needs to be module project module

2005-06-05 Thread Adam Jack (JIRA)
module project fails, it needs to be module project module --- Key: GUMP-139 URL: http://issues.apache.org/jira/browse/GUMP-139 Project: Gump Type: Bug Components: Python-based Gump Versions:

[jira] Created: (GUMP-138) Modules dropped (due to missing Repository) causes a crash.

2005-06-05 Thread Adam Jack (JIRA)
Modules dropped (due to missing Repository) causes a crash. --- Key: GUMP-138 URL: http://issues.apache.org/jira/browse/GUMP-138 Project: Gump Type: Bug Components: Python-based Gump Versions:

[jira] Resolved: (GUMP-118) gump.plugins.java.AntPlugin component for handling ant/ commands

2005-06-01 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-118?page=all ] Adam Jack resolved GUMP-118: Resolution: Fixed Might need more work (e.g. properties, etc.) but it is in place. gump.plugins.java.AntPlugin component for handling ant/ commands

[jira] Created: (GUMP-134) Restore Kaffe and JDK1.5 (and Test) workspaces.

2005-06-01 Thread Adam Jack (JIRA)
Restore Kaffe and JDK1.5 (and Test) workspaces. --- Key: GUMP-134 URL: http://issues.apache.org/jira/browse/GUMP-134 Project: Gump Type: Task Components: Infrastructure Reporter: Adam Jack Need to re-enable Kaffe

[jira] Created: (GUMP-135) gump.apache.com needs to point to vmgump (not brutus)

2005-06-01 Thread Adam Jack (JIRA)
gump.apache.com needs to point to vmgump (not brutus) - Key: GUMP-135 URL: http://issues.apache.org/jira/browse/GUMP-135 Project: Gump Type: Task Reporter: Adam Jack I've upadted (and commit) the xdoc change

[jira] Created: (GUMP-132) http://vmgump.apache.org/ needs a landing page

2005-05-26 Thread Adam Jack (JIRA)
http://vmgump.apache.org/ needs a landing page -- Key: GUMP-132 URL: http://issues.apache.org/jira/browse/GUMP-132 Project: Gump Type: Task Components: Infrastructure Reporter: Adam Jack Priority: Minor

[jira] Created: (GUMP-133) vmgump needs it's cloc kset

2005-05-26 Thread Adam Jack (JIRA)
vmgump needs it's cloc kset --- Key: GUMP-133 URL: http://issues.apache.org/jira/browse/GUMP-133 Project: Gump Type: Task Components: Infrastructure Reporter: Adam Jack vmgump says it is 8:30p.m. PDT when it is (at time of writting)

[jira] Commented: (GUMP-131) Build fails with build timed out

2005-05-24 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-131?page=comments#action_66176 ] Adam Jack commented on GUMP-131: I see this in the code: TIMEOUT=60*60 # 60 minutes (in seconds) if os.environ.has_key('GUMP_TIMEOUT'):

[jira] Work started: (GUMP-117) gump.plugins.java.ClasspathPlugin component for setting (BUILD|SYS|*)CLASSPATH properties on java-based projects

2005-04-24 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-117?page=all ] Work on GUMP-117 started by Adam Jack gump.plugins.java.ClasspathPlugin component for setting (BUILD|SYS|*)CLASSPATH properties on java-based projects

[jira] Resolved: (GUMP-81) Gump (or it's tools, CVS, etc.) does not cope with Unicode filenames

2005-04-19 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-81?page=all ] Adam Jack resolved GUMP-81: --- Resolution: Fixed Fixed by ensuring we don't pass unicode path names into the file io/sync code. Gump (or it's tools, CVS, etc.) does not cope with Unicode filenames

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

2005-04-19 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-54?page=all ] Adam Jack resolved GUMP-54: --- Resolution: Fixed Outputs no longer wrapped. wrap corrupts the data -- Key: GUMP-54 URL:

[jira] Commented: (GUMP-81) Gump (or it's tools, CVS, etc.) does not cope with Unicode filenames

2005-03-29 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-81?page=comments#action_61763 ] Adam Jack commented on GUMP-81: --- Reading [1] on sys.setdefaultencoding() I edited the /usr/lib/python2.3/site.py and tried the sync (see below) with the following values: 1)

[jira] Commented: (GUMP-81) Gump (or it's tools, CVS, etc.) does not cope with Unicode filenames

2005-03-29 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-81?page=comments#action_61766 ] Adam Jack commented on GUMP-81: --- Interestingly viewcvs seems to get it right: http://cvs.apache.org/viewcvs.cgi/xml-xalan/test/tests/accept/spec11/ yet I see no customization of

[jira] Commented: (GUMP-81) Gump (or it's tools, CVS, etc.) does not cope with Unicode filenames

2005-03-29 Thread Adam Jack (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-81?page=comments#action_61785 ] Adam Jack commented on GUMP-81: --- Ok, I think I'm getting closer to understanding the problem. Python's unicode filename support (todate) only exists on Windows (NT+). See (on