Re: Gump3 Presentation -- choice of technology

2005-07-05 Thread Leo Simons
Thomas wrote: So I'm setingup Gump and I think I'm done... The problem now is to setup some configuration that will generate good data... a litle help with that would be nice... just something that gives me different stuff that can be applied to different use-cases. There is now code to

Dynagumper is alive!

2005-07-05 Thread Leo Simons
Hi gang, so I figured we'd need to get Thomas some more data. Rather than invent it by hand, I figured I'd fix up the dynagumper plugin to work properly. See https://svn.apache.org/repos/asf/gump/branches/Gump3/pygump/python/gump/plugins/dynagumper.py I'm not proud of the code at all (its got

[howto] Debugging gump3

2005-07-05 Thread Leo Simons
Hi gang! So, ehm, it is possible to run gump through pdb or another debugger (like wing), but I've found none of those are really of sufficient quality to be very productive. ye olde print statement works as well. Some clues. RTFM `./gump help` is your friend. We actually have useful hints

Re: svn commit: r170825

2005-07-05 Thread Leo Simons
Adam R. B. Jack wrote: snip/ Still, I'm not comfortable w/ my implementation, partly 'cos of the age old (for Gump) problem of knowning what can be relied upon when converting XML to objects (i.e. what objects/properties are yet set.) Further, objectifier.py doesn't seem to have access to the

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

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-117?page=all ] Leo Simons closed GUMP-117: --- Resolution: Fixed Assign To: Leo Simons (was: Adam Jack) Fixed in SVN revision 209309. gump.plugins.java.ClasspathPlugin component for setting (BUILD|SYS

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

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-90?page=all ] Leo Simons closed GUMP-90: -- Resolution: Won't Fix Assign To: Leo Simons It's not very likely that this is going to happen properly -- the code is simply too hard to completely verify through

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

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-91?page=all ] Leo Simons updated GUMP-91: --- Fix Version: Gump3-alpha-5 (was: Gump3-alpha-4) Description: Version: Gump3-alpha-5 (was: Gump3-alpha-4

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

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-92?page=all ] Leo Simons updated GUMP-92: --- Fix Version: Gump3-alpha-5 (was: Gump3-alpha-4) Description: Version: Gump3-alpha-5 (was: Gump3-alpha-4

[jira] Updated: (GUMP-93) testcases for gump.engine.objectifier.Objectifier

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-93?page=all ] Leo Simons updated GUMP-93: --- Fix Version: Gump3-alpha-5 (was: Gump3-alpha-4) Description: Version: Gump3-alpha-5 (was: Gump3-alpha-4

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

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-94?page=all ] Leo Simons updated GUMP-94: --- Fix Version: Gump3-alpha-5 (was: Gump3-alpha-4) Description: Version: Gump3-alpha-5 (was: Gump3-alpha-4

[jira] Closed: (GUMP-120) gump.engine.modeller.Objectifier support for ant/ elements

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-120?page=all ] Leo Simons closed GUMP-120: --- Resolution: Fixed gump.engine.modeller.Objectifier support for ant/ elements Key: GUMP-120

[jira] Closed: (GUMP-130) Comprehensive integration test fixture

2005-07-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-130?page=all ] Leo Simons closed GUMP-130: --- Resolution: Fixed Assign To: Leo Simons Comprehensive integration test fixture -- Key: GUMP-130 URL

Re: Gump3 Presentation -- choice of technology

2005-07-04 Thread Leo Simons
Thomas wrote: Hi every one ! Hi Thomas! More I have taken a look at the dynaGump but can't get it to woork the application is missing a Catalogmanager.properties. I've copied one from the samples of the cocoon source but don't know if I need configure it in anny special way. That has got

Graphviz dependency graph visualisation

2005-07-03 Thread Leo Simons
Hi gang, Via Ben Hyde: http://www.tarind.com/depgraph.html It generates dependency graphs for python modules and visualizes them. We already have a graph for the project gump builds. Some similar visualisation would be cool. Adapting the code (look how little there is :-)) to our graph should

Re: Gump presentation SoC

2005-07-01 Thread Leo Simons
Thomas wrote: Hi Adam and the rest of the group ! Hi Thomas! Adam you talked about implementing it with python, it will take me a lot of time since i haven't used python before so I rather do it in Java. Fine as well :-) We want to have you as productive as possible. If you can be

Re: GNU make ( was Re: gump.zones.apache.org )

2005-07-01 Thread Leo Simons
Adam R. B. Jack wrote: Bill, you asked about GNU make on Solaris. According to [1] it is called 'gmake', and (FWIIW) gmake happens to be on the path. Anybody have thoughts on if we ought (1) always use gmake not make on solaris, (2) make it configurable somehow (2) do a hack on this box?

Re: Gump3 Presentation -- choice of technology

2005-07-01 Thread Leo Simons
Adam R. B. Jack wrote: Folks, please feel free to chip in your comments/reservations and perspectives on all of these to help Thomas decide. I suggest trying dynagump first. If it turns out that Thomas isn't able to get productive using dynagump, that's a sign that dynagump isn't a good idea

Re: spikesource, Gump3 Presentation

2005-07-01 Thread Leo Simons
Simon Kitching wrote: Hi, Hi Simon! The thread about Gump3 presentation made me think about spikesource (www.spikesource.com) Spikesource are a new commercial company. One of the things they do is have a gump-like setup uhm, I would call that a cruise-control-like setup. Gump is

[jira] Created: (GUMP-141) Automate navigation generation for Dynagump

2005-07-01 Thread Leo Simons (JIRA)
Automate navigation generation for Dynagump --- Key: GUMP-141 URL: http://issues.apache.org/jira/browse/GUMP-141 Project: Gump Type: Improvement Components: Dynagump Versions: Gump3-alpha-4 Reporter: Leo Simons

[jira] Created: (GUMP-142) Add some documentation on how to add functionality to Dynagump

2005-07-01 Thread Leo Simons (JIRA)
: Gump3-alpha-4 Reporter: Leo Simons Adding new functionality to Dynagump involves something like - create an xsp page - maybe use some sql stuff on that xsp page - maybe add some cocoon components/blocks for use with the xsp - maybe modify the cocoon sitemap to make those components

[jira] Created: (GUMP-143) Create init script for Dynagump

2005-07-01 Thread Leo Simons (JIRA)
Create init script for Dynagump --- Key: GUMP-143 URL: http://issues.apache.org/jira/browse/GUMP-143 Project: Gump Type: Improvement Components: Dynagump Versions: Gump3-alpha-4 Reporter: Leo Simons Currently dynagump

[jira] Created: (GUMP-144) Design and document sensible URL scheme for gump data

2005-07-01 Thread Leo Simons (JIRA)
Reporter: Leo Simons We should have permanent URLs for accessing gump data and think of proper url space management. For example (and just as an example), we might want to have http://gump.apache.org/results/vmgump.apache.org/public/2005/06/30/12:34/project-summaries/xml-xerces.html result

[jira] Created: (GUMP-145) Apache HTTPD config snippet for Dynagump

2005-07-01 Thread Leo Simons (JIRA)
Apache HTTPD config snippet for Dynagump Key: GUMP-145 URL: http://issues.apache.org/jira/browse/GUMP-145 Project: Gump Type: Task Components: Dynagump Versions: Gump3-alpha-4 Reporter: Leo Simons We want

Re: svn commit: r208672 - /gump/trunk/cron/gump.sh

2005-07-01 Thread Leo Simons
Take a look at the gump script in the Gump3 branch...I'm simply comparing for ^no ... as well, IIRC :-) LSD [EMAIL PROTECTED] wrote: Author: ajack Date: Thu Jun 30 13:08:21 2005 New Revision: 208672 URL: http://svn.apache.org/viewcvs?rev=208672view=rev Log: On Solaris we are getting no

Re: Gump3 Unit Test - error

2005-07-01 Thread Leo Simons
Justin wrote: My environment is WinXP Running: Cygwin java1.4 python2.4 MySQL4.1 I am getting errors from running unit test, that I am having trouble tracing. Thanks Justin. I think these are errors in the tests, so your environment is probably just fine. ERROR: test_visit_module

New dynagump component in Jira

2005-07-01 Thread Leo Simons
Thomas, Stefano, I added a new dynagump component in jira: http://issues.apache.org/jira/browse/GUMP which has just a few of the boring things I jotted down a while back that would be really nice to get done. Might be nice for getting some feet wet ;-) cheers, Leo

Re: Migrating meta-data to svn

2005-06-28 Thread Leo Simons
+1 from me. On 28-06-2005 14:11, Stefan Bodewig [EMAIL PROTECTED] wrote: after the last minotaur update we've (temporarily?) lost commit access to the gump CVS module. Are we ready to make the transition to svn yet? About half the projects have migrated and most committers should be able

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

2005-06-27 Thread Leo Simons
On 24-06-2005 15:25, Stefan Bodewig [EMAIL PROTECTED] wrote: On Fri, 24 Jun 2005, Adam R. B. Jack [EMAIL PROTECTED] wrote: Yes, I look for module failures and even worse for module success but with warnings. The later usually means stuff has been moved in svn, we are now unable to check it

Re: gump.zones.apache.org

2005-06-27 Thread Leo Simons
On 24-06-2005 17:43, Adam Jack [EMAIL PROTECTED] wrote: Somebody (not me) seems to have most/all of a test Gump install on our solaris zone. Thanks!!! That was me :-). Please take over :-) I simply (after some poking around) had to re-create /var/run/apache2 and start the HTTPD, and we get

Patch to requestobject.c for mod_python to allow setting of r-mtime

2005-06-27 Thread Leo Simons
directly because I refuse to subscribe to yet another mailing list. Please forward this to the mod_python mailing list :-)) cheers, Leo Simons PS: any reason the mod_python lists are not hosted @ apache? - To unsubscribe, e

Re: Gump3 and IRC

2005-06-27 Thread Leo Simons
Adam Jack wrote: I've been tinkering with an IRC plug-in for Gump3 that allows it to interact with an IRC channel. Whoah! Cool! Is this up and working on any of our servers atm? Can we fix up a cronjob somewhere to enable this? (...) Let me know your thoughts on this. I like. Have only

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

2005-06-23 Thread Leo Simons
Hi gang, Does anyone ever do anything with the content of these messages? I tend to use them as a gauge of gump ran and it sent e-mail, but as the actual content I would much rather have something like a list of failures/successes, i.e. a condensed version of log.html. Do you agree? Just

Apache Gump now uses pylid

2005-06-23 Thread Leo Simons
couldn't find any info on a version control repo so... Thanks for a neat little bit of code! cheers, Leo Simons [1] -- http://gump.apache.org/ Index: pylid.py === --- pylid.py(revision 201501) +++ pylid.py(working copy

Re: [PATCH][Gump] your definitions break Gump builds

2005-06-17 Thread Leo Simons
On 16-06-2005 17:00, Stefan Bodewig [EMAIL PROTECTED] wrote: On Thu, 16 Jun 2005, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Now, I would be totally in favor of granting the gump committers commit access to the cocoon project. Should be quite trivial to add a rule to asf-authorization that

Re: [PATCH][Gump] your definitions break Gump builds

2005-06-17 Thread Leo Simons
On 17-06-2005 05:24, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Should be quite trivial to add a rule to asf-authorization that grants rw to @gump for just that file, at least I think it allows file-granularity. Even better. Can we do it or is it something that infra@ has to do? All pmc

Re: Accounts on gump.osuosl.org, gump.zones.apache.org, vmgump.apache.org

2005-06-17 Thread Leo Simons
Stefano wrote in private e-mail: are there docs/wikis on what the machines are (disk space, memory) and where gump runs and what it does and all those nice things? Not really. We're a bit messed up at the moment. There's some. Help welcome. No. Help desperately needed. Brutus had to be

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

2005-06-17 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-139?page=comments#action_12313867 ] Leo Simons commented on GUMP-139: - I've got a fix for this locally. module project fails, it needs to be module project module

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

2005-06-17 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-138?page=comments#action_12313856 ] Leo Simons commented on GUMP-138: - Potential fix committed in r190983. I can't reproduce the above stack trace (ie I don't have the above workspace definitions) so I'm not too

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

2005-06-16 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-136?page=all ] Leo Simons closed GUMP-136: --- Fix Version: Gump3-alpha-4 Resolution: Fixed Assign To: Leo Simons Fixed with svn commit 190980. Bad XML causes Gump3 to crash

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

2005-06-16 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-138?page=all ] Leo Simons reassigned GUMP-138: --- Assign To: Adam Jack Modules dropped (due to missing Repository) causes a crash. --- Key: GUMP

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

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

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

2005-06-16 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-138?page=all ] Leo Simons reassigned GUMP-138: --- Assign To: Leo Simons (was: Adam Jack) Modules dropped (due to missing Repository) causes a crash

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

2005-06-16 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-139?page=all ] Leo Simons reassigned GUMP-139: --- Assign To: Leo Simons module project fails, it needs to be module project module --- Key

Re: SummerOfCode2005 :

2005-06-07 Thread Leo Simons
On 07-06-2005 18:00, Adam Jack [EMAIL PROTECTED] wrote: We have (to my knowledge) three ideas posted, the first thanks to Scott. I only knew about the first one. I brought it up in fact, on members@ :-) I've been contacted (twice, in the few days since I posted it) for gump-presentation.

Re: Gump runs stopped?

2005-06-07 Thread Leo Simons
On 07-06-2005 21:16, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 07 Jun 2005, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 7 Jun 2005, Adam R. B. Jack [EMAIL PROTECTED] wrote: Ok, the what-is-becoming usual, i.e. circular dependency in the metadata (dom4j/jaxen, I believe). classic

Re: Gump runs stopped?

2005-06-07 Thread Leo Simons
On 07-06-2005 22:09, Adam R. B. Jack [EMAIL PROTECTED] wrote: . Adam, could you give some pointers (filenames and linenumbers) where you think the insertion point for a cyclic dependency checker should be in gump3? I think Gump3 has some such code in there already. Dammit. I meant Gump2.

gump.osuosl.org aka captainfantastic

2005-06-06 Thread Leo Simons
Hi gang, For those new to macs, http://www.apple.com/server/documentation/ And in particular http://images.apple.com/server/pdfs/Getting_Started_v10.4.pdf http://images.apple.com/server/pdfs/Command_Line_v10.4.pdf Are of interest. I've asked osuosl for the BSD subsystem and Xcode, after

Re: svn commit: r180173 - in /gump/branches/Gump3

2005-06-06 Thread Leo Simons
On 06-06-2005 01:22, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 1) added -b --do-builds (defaults to FALSE, like --do-updates, for initial devel) Do you think we should have a stage abstraction or something like that, ie, will there be many more --do-blah-blah? If so, we might want to have this

Re: Gump3 Real metadata

2005-06-06 Thread Leo Simons
On 06-06-2005 01:07, Adam Jack [EMAIL PROTECTED] wrote: I attempted to get the real metadata (at least, what I found in ./metadata/profile.xml and associated) to work with Gump3. It wasn't fun; nothing but nasty debugging for a long time I still don't have it working. I'm going to file a

Re: public Gump seems to use gij

2005-06-03 Thread Leo Simons
On 03-06-2005 09:10, Stefan Bodewig [EMAIL PROTECTED] wrote: and which java comes up empty for my user account on vmgump. Its in /opt like it was on brutus. Seems as if somebody else has already removed /usr/bin/java Maybe I did that. - LSD

Re: kaffe on vmgump

2005-06-01 Thread Leo Simons
On 01-06-2005 18:38, Adam R. B. Jack [EMAIL PROTECTED] wrote: I suspect Leo is either (1) swamped Yes. or (2) practicing I'm only one Gumper, not the oracle, so figuring it out as a group is best Yes. I say go for it, and we'll try to compress disk requirements to fit. I suspect we'll fit

Re: Gump notifications ... are they getting through?

2005-06-01 Thread Leo Simons
On 01-06-2005 17:37, Adam Jack [EMAIL PROTECTED] wrote: Something seems wrong with this whole area. We need a way to monitor if Gump is speaking to folks and (since it does so, hopefully, infrequently) monitor the success. Any thoughts? Sendmail (or whatever MTA we use on vmgump) logs? BTW:

Re: Mutliple gump workspaces on VMs

2005-06-01 Thread Leo Simons
On 01-06-2005 17:43, Adam Jack [EMAIL PROTECTED] wrote: Thinking about this, what are the pros/cons? Why would we want to maintain multiple operating systems (and disk copies of operating systems) to segment these workspaces? Just to keep the compilers separate, and stop bleed? So much is

Re: [RT] Gump 3.0 - Database Model

2005-05-27 Thread Leo Simons
On 26-05-2005 17:58, Adam R. B. Jack [EMAIL PROTECTED] wrote: Could we get back to this thread above (using http://tinyurl.com/4qt9a to get to the attachment) and see where we want to take it? Yes we can! It probably still needs a lot of work. One thing that's wrong with it at the moment is

Re: svn commit: r170825 - in /gump/branches/Gump3

2005-05-26 Thread Leo Simons
Adam, Since you asked about some code review...I'll fire off my random thoughts as I read your commits. I hope they help :) On 18-05-2005 22:43, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: ajack Date: Wed May 18 13:43:01 2005 New Revision: 170825 URL:

Re: svn commit: r170842 - in /gump/branches/Gump3

2005-05-26 Thread Leo Simons
On 19-05-2005 01:26, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: ajack Date: Wed May 18 16:26:26 2005 New Revision: 170842 URL: http://svn.apache.org/viewcvs?rev=170842view=rev Log: 1) Removed Homedir, since home isn't an output. Yes it is! Just think JAVA_HOME, ANT_HOME,

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

2005-05-26 Thread Leo Simons
On 19-05-2005 20:57, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: ajack Date: Thu May 19 11:57:23 2005 New Revision: 170979 URL: http://svn.apache.org/viewcvs?rev=170979view=rev Log: Added $JAVA_HOME/lib/tools.jar to classpath, allowng dist-ant to build. :-) Man, that sucks badly!

Re: svn commit: r178030 - /gump/branches/Gump3/test/gump-test1.sh

2005-05-26 Thread Leo Simons
On 23-05-2005 23:17, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -#!/usr/bin/bash +#!/bin/bash /usr/bin/env bash ? LSD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r170842 - in /gump/branches/Gump3

2005-05-26 Thread Leo Simons
On 26-05-2005 16:39, Adam R. B. Jack [EMAIL PROTECTED] wrote: 1) Removed Homedir, since home isn't an output. Yes it is! Just think JAVA_HOME, ANT_HOME, JIKES_HOME, etc. A lot of native code projects find each other via a prefix directory. Step out of the confines of the java world :-)

Re: svn commit: r170825 - in /gump/branches/Gump3

2005-05-26 Thread Leo Simons
On 26-05-2005 17:00, Adam R. B. Jack [EMAIL PROTECTED] wrote: 1) Added to the tsws1.xml workspace: Which is? That info should not be in the commit but rather in the xml comments for the workspace. It is a hostname I've used for a couple of years. It is just like giraffe.xml, I assume,

Re: Gump3 and JIRA

2005-05-26 Thread Leo Simons
On 26-05-2005 17:37, Adam Jack [EMAIL PROTECTED] wrote: I did a quick look for ways to talk to JIRA, and I see they have a WebServices API (built using AXIS). Jira is nice :-) Some considerations ... 4) There's a whole bunch of people who don't want to use JIRA because its a commercial

Re: vmgump official w/ notification

2005-05-26 Thread Leo Simons
On 26-05-2005 17:42, Adam Jack [EMAIL PROTECTED] wrote: I've enabled public on vmgump [1] to (1) do an official build each day and (2) deliver notifications via e-mail when it does. With Brutus gone, it seems time. Thanks! I was a bit scared to do that with just me as admin :-) Let's just

Re: Gump3 (ant ant-dist) now what?

2005-05-21 Thread Leo Simons
On 20-05-2005 22:21, Adam Jack [EMAIL PROTECTED] wrote: So, with the addition of tools.jar to the classpath Ant (from bootstrap-ant) can now build dist-ant under Gump3. We are starting to see Gump3 interact w/ it's customer base. :-) Coo! I think we are going to run into properties next,

Re: Gump3 ideas/questions

2005-05-21 Thread Leo Simons
On 20-05-2005 22:33, Adam R. B. Jack [EMAIL PROTECTED] wrote: That said, I was actually refering to plugins sharing the model (as developers share the code, via SCM) and how one plugin's efforts, setting properties, might (in plugin's real time) communicate. Just as we trust each other to move

Re: svn commit: r170825 - in /gump/branches/Gump3: metadata/tsws1.xml pygump/python/gump/plugins/builder.py pygump/python/gump/plugins/java/builder.py tsws1-settings.sh

2005-05-19 Thread Leo Simons
On 19-05-2005 01:28, Adam R. B. Jack [EMAIL PROTECTED] wrote: Ok, so the issue resolves around homedir. Don't fully understand the below, no time to look at the code atm. BTW: Where can I see Gump3 runs on vmgump? http://vmgump.apache.org/gump/public/ iirc. I hope Berin finds time to get you

Brutus going down

2005-05-18 Thread Leo Simons
Hi gang, Brutus will be going down somewhere today or tomorrow. It will be wiped to start hosting Apache's SVN install. Berin is working to get the people with admin privs those privs on vmgump; we'll do the same for the gump zone on helios. When we've got those under control we'll re-enable

Re: Gump3 ideas/questions

2005-05-18 Thread Leo Simons
Adam Jack wrote: Leo (primarily) oi! Relaxed and refreshed after a week on the beach, I'm putting other concerns aside and am taking a day for me, to tinker w/ Gump3. So, I'm digging into the fresh code (and still consuming the rest of it.) Hopefully after today I'll be in the zone w/ this

Re: Brutus going down

2005-05-18 Thread Leo Simons
Adam wrote: Stefano wrote: DON'T KILL THE LOGS! Hehehe. I already had mysql backed up locally. Would that they'd be logs. We never had space (or haven't optimized sufficiently) to keep the build logs. Gump's (internal) logs aren't worth a lot, but exist, if wanted. I really doubt we'll

Re: Effects of failing Gump runs

2005-05-10 Thread Leo Simons
On 10-05-2005 10:32, Stefan Bodewig [EMAIL PROTECTED] wrote: last week we had failing JDK 1.5, Kaffe and test builds for different reasons, yesterday the non-official public build failed. I haven't investigated why they failed so far, since I've been fighting the side-effects. I have tried

[jira] Assigned: (GUMP-110) document the gump3 graph algebra language and explain it

2005-05-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-110?page=all ] Leo Simons reassigned GUMP-110: --- Assign To: Leo Simons document the gump3 graph algebra language and explain it Key: GUMP-110

[jira] Closed: (GUMP-110) document the gump3 graph algebra language and explain it

2005-05-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-110?page=all ] Leo Simons closed GUMP-110: --- Resolution: Fixed The powerpoint file contains as much of an explanation as can comfortably be expressed in English. document the gump3 graph algebra language

[jira] Assigned: (GUMP-107) Document gump3 algorithm design

2005-05-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-107?page=all ] Leo Simons reassigned GUMP-107: --- Assign To: Leo Simons Document gump3 algorithm design --- Key: GUMP-107 URL: http://issues.apache.org/jira

[jira] Closed: (GUMP-107) Document gump3 algorithm design

2005-05-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-107?page=all ] Leo Simons closed GUMP-107: --- Resolution: Fixed Document gump3 algorithm design --- Key: GUMP-107 URL: http://issues.apache.org/jira/browse/GUMP

[jira] Closed: (GUMP-129) Create pretty color-coded and easy-to-read CLI output

2005-05-05 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-129?page=all ] Leo Simons closed GUMP-129: --- Resolution: Fixed fixed in revision r168384. Create pretty color-coded and easy-to-read CLI output

[jira] Created: (GUMP-130) Comprehensive integration test fixture

2005-05-05 Thread Leo Simons (JIRA)
Comprehensive integration test fixture -- Key: GUMP-130 URL: http://issues.apache.org/jira/browse/GUMP-130 Project: Gump Type: New Feature Components: Python-based Gump Versions: Gump3-alpha-4 Reporter: Leo Simons

Fancy CLI and stoof

2005-05-05 Thread Leo Simons
Hi gang, I got some cool stuff working. Try something along the lines of svn up cd ~/svn/gump/branches/Gump3 export GUMP_HOME=`pwd` $GUMP_HOME/gump help run $GUMP_HOME/gump run --workspace=$GUMP_HOME/fixture/metadata/workspace.xml \ --enable-colors --do-updates You might also want to

Re: svn commit: r165133

2005-05-03 Thread Leo Simons
On 03-05-2005 00:12, Scott Sanders [EMAIL PROTECTED] wrote: I have root now, which one do you want me to set up? Should I start from here: http://wiki.apache.org/gump/VmgumpConfig ? Or is there more recent information or something different I shoud try? That's the one. We don't have detailed

Syncing installed packages

2005-05-03 Thread Leo Simons
Hi gang, With setting up gump on multiple machines, we really need to start getting our installed packages into shape. For now some manual rsyncing with brutus as the master will do, but long-term, it needs to be something different. Pushing stuff into SVN turned out to be kind-of impractical:

Comparing vmgump with brutus, offloading services to loki...

2005-05-03 Thread Leo Simons
Hi gang, Elapsed Time 1 hour 2 mins 24 secs vs Elapsed Time 54 mins 40 secs can you tell which is which? The bottom one is vmgump [1]. Both times are real short since xml-xerces has been failing, and relatively more time is spent in io-wait. For a more full run, brutus seems to be up to

Re: svn commit: r165133

2005-05-02 Thread Leo Simons
On 01-06-2005 01:04, Adam R. B. Jack [EMAIL PROTECTED] wrote: I'd really appreciate completing the Gump3 workspace on Brutus (or wherever) so we could have this working. It is gump-like to do this, and I'd like this to be a first milestone in getting Gump3 working for folks. +1 Leo

Re: svn commit: r165133

2005-05-02 Thread Leo Simons
to test out Gump3 on a gump zone? We just need to make a request to Justin E on infra@ Scott On May 1, 2005, at 11:43 PM, Leo Simons wrote: On 01-06-2005 01:04, Adam R. B. Jack [EMAIL PROTECTED] wrote: I'd really appreciate completing the Gump3 workspace on Brutus (or wherever) so we

[jira] Created: (GUMP-124) Refactor so that gump.plugins.MulticastPlugin and gump.plugins.buildintelligence become gump.engine.algorithm

2005-05-01 Thread Leo Simons (JIRA)
/GUMP-124 Project: Gump Type: Improvement Components: Python-based Gump Versions: Gump3-alpha-4 Reporter: Leo Simons Assigned to: Leo Simons Fix For: Gump3-alpha-4 It turns out that the visitor provided to the Walker class is the right place to implement all kinds

[jira] Created: (GUMP-123) Refactor gump.engine.modeller into smaller bits

2005-05-01 Thread Leo Simons (JIRA)
Reporter: Leo Simons Assigned to: Leo Simons Fix For: Gump3-alpha-4 modeller.py is a bit of a mess, hard to read, hard to test. It should be broken up into multiple files and some of its classes should be broken up into multiple smaller classes, or, more likely, functions. -- This message

[jira] Created: (GUMP-125) Flexible way to configure gump in modern unix-like fashion

2005-05-01 Thread Leo Simons (JIRA)
: Gump3-alpha-6 Reporter: Leo Simons Fix For: Gump3-alpha-6 Gump2 is configured in the workspace/ just like Java-Gump was. Gump3 is currently configured through environment variables and the command line (sourcing a shell script for custom settings). We should provide a logical

[jira] Created: (GUMP-126) Simple scheduling support using a gump run queue

2005-05-01 Thread Leo Simons (JIRA)
Reporter: Leo Simons Fix For: Gump3-alpha-6 As discussed on the mailing list: http://mail-archives.apache.org/mod_mbox/gump-general/200504.mbox/[EMAIL PROTECTED] Naïve line-based schedule file using simple commands together with cron could be real nice. Creating schedules

[jira] Created: (GUMP-128) Support federation of gump instances

2005-05-01 Thread Leo Simons (JIRA)
Support federation of gump instances Key: GUMP-128 URL: http://issues.apache.org/jira/browse/GUMP-128 Project: Gump Type: New Feature Components: Python-based Gump Versions: Gump3-alpha-6 Reporter: Leo Simons

[jira] Created: (GUMP-127) Support for local plugins

2005-05-01 Thread Leo Simons (JIRA)
Support for local plugins - Key: GUMP-127 URL: http://issues.apache.org/jira/browse/GUMP-127 Project: Gump Type: New Feature Components: Python-based Gump Versions: Gump3-alpha-6 Reporter: Leo Simons Fix For: Gump3-alpha

[jira] Assigned: (GUMP-109) verify gump3 digital algorithm

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-109?page=all ] Leo Simons reassigned GUMP-109: --- Assign To: Leo Simons (was: Stefano Mazzocchi) verify gump3 digital algorithm -- Key: GUMP-109 URL: http

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

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-103?page=all ] Leo Simons closed GUMP-103: --- Resolution: Fixed IMO looking at the source for the plugins in development currently makes it easy enough to figure out what means what. If we keep up this level

[jira] Assigned: (GUMP-119) gump.model.Ant class for modelling ant/ commands

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-119?page=all ] Leo Simons reassigned GUMP-119: --- Assign To: Adam Jack Adam's working on the ant support gump.model.Ant class for modelling ant/ commands

[jira] Assigned: (GUMP-120) gump.engine.modeller.Objectifier support for ant/ elements

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-120?page=all ] Leo Simons reassigned GUMP-120: --- Assign To: Adam Jack Adam's working on the ant support gump.engine.modeller.Objectifier support for ant/ elements

Re: svn commit: r165133

2005-05-01 Thread Leo Simons
[EMAIL PROTECTED] wrote: ... Modified: gump/branches/Gump3/pygump/python/gump/engine/__init__.py URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/engine/__init__.py?rev=165133r1=165132r2=165133view=diff

[jira] Closed: (GUMP-124) Refactor so that gump.plugins.MulticastPlugin and gump.plugins.buildintelligence become gump.engine.algorithm

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-124?page=all ] Leo Simons closed GUMP-124: --- Resolution: Fixed Refactor so that gump.plugins.MulticastPlugin and gump.plugins.buildintelligence become gump.engine.algorithm

[jira] Commented: (GUMP-124) Refactor so that gump.plugins.MulticastPlugin and gump.plugins.buildintelligence become gump.engine.algorithm

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-124?page=comments#action_64211 ] Leo Simons commented on GUMP-124: - Fixed in r165514. Refactor so that gump.plugins.MulticastPlugin and gump.plugins.buildintelligence become gump.engine.algorithm

[jira] Work started: (GUMP-123) Refactor gump.engine.modeller into smaller bits

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-123?page=all ] Work on GUMP-123 started by Leo Simons Refactor gump.engine.modeller into smaller bits --- Key: GUMP-123 URL: http://issues.apache.org/jira/browse/GUMP-123

[jira] Work started: (GUMP-123) Refactor gump.engine.modeller into smaller bits

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-123?page=all ] Work on GUMP-123 started by Leo Simons Refactor gump.engine.modeller into smaller bits --- Key: GUMP-123 URL: http://issues.apache.org/jira/browse/GUMP-123

[jira] Closed: (GUMP-123) Refactor gump.engine.modeller into smaller bits

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-123?page=all ] Leo Simons closed GUMP-123: --- Resolution: Fixed Fixed in r165531. Refactor gump.engine.modeller into smaller bits --- Key: GUMP-123

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

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-81?page=all ] Leo Simons closed GUMP-81: -- Gump (or it's tools, CVS, etc.) does not cope with Unicode filenames Key: GUMP-81

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

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-54?page=all ] Leo Simons closed GUMP-54: -- wrap corrupts the data -- Key: GUMP-54 URL: http://issues.apache.org/jira/browse/GUMP-54 Project: Gump Type: Bug

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

2005-05-01 Thread Leo Simons (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-52?page=all ] Leo Simons closed GUMP-52: -- Resolution: Incomplete unclear what this is about. Fails to propogate 'config' (no such depends) properly

<    1   2   3   4   5   6   7   >