Re: Dymystifying Gump Code...

2004-07-12 Thread Niclas Hedhman
Adam R. B. Jack wrote: Honestly, I am not capable of learn any more languages. I am an old dog, and not interested in learning it. By the time Java is no longer a "job opportunity" or fun, I will retire to fishing. Is that understandable? Niclas, I understand. I should've said 'make it readable/un

Re: Dymystifying Gump Code...

2004-07-12 Thread Adam R. B. Jack
> > It is clear that for Python Gump to flourish, it's code needs to be clear & > > documented (to make it readable/understandable to Java programmers). It need > > to be transparent, and accessible. I'll do my best to help with that. > > Could you also post a link to a Python-to-Java translator??

Re: Dymystifying Gump Code...

2004-07-12 Thread Niclas Hedhman
Adam R. B. Jack wrote: It is clear that for Python Gump to flourish, it's code needs to be clear & documented (to make it readable/understandable to Java programmers). It need to be transparent, and accessible. I'll do my best to help with that. Could you also post a link to a Python-to-Java transl

Re: Dymystifying Gump Code...

2004-07-12 Thread Adam R. B. Jack
Along these lines, could I get feedback on these two modules? If folks can grok these, maybe there is hope for Python Gump. The builder: (see method buildProject): http://cvs.apache.org/viewcvs.cgi/gump/python/gump/build/builder.py?rev=1.7&view=markup The AntBuilder (there are also ScriptBuilde

[Gump Wiki] Updated: GumpCode

2004-07-12 Thread general
Date: 2004-07-12T12:37:16 Editor: 67.235.113.203 <> Wiki: Gump Wiki Page: GumpCode URL: http://wiki.apache.org/gump/GumpCode no comment Change Log: -- @@ -23,7 +23,7 @@ The [http://brutus.apache.org/

[Gump Wiki] Updated: GumpCode

2004-07-12 Thread general
Date: 2004-07-12T12:35:54 Editor: 67.235.113.203 <> Wiki: Gump Wiki Page: GumpCode URL: http://wiki.apache.org/gump/GumpCode Closed ] Change Log: -- @@ -40,7 +40,7 @@ '''Random Important''': * [htt

cvs commit: gump/project jakarta-commons.xml

2004-07-12 Thread leosutic
leosutic2004/07/12 12:23:32 Modified:project jakarta-commons.xml Log: Adding Attributes to build. (It's been promoted from Sandbox.) Revision ChangesPath 1.139 +29 -0 gump/project/jakarta-commons.xml Index: jakarta-commons.xml =

cvs commit: gump/project jakarta-commons-sandbox.xml

2004-07-12 Thread leosutic
leosutic2004/07/12 12:22:54 Modified:project jakarta-commons-sandbox.xml Log: Removing Attributes from sandbox build. (It's been promoted.) Revision ChangesPath 1.168 +0 -29 gump/project/jakarta-commons-sandbox.xml Index: jakarta-commons-sandbox.xml ==

[Gump Wiki] Updated: GumpCode

2004-07-12 Thread general
Date: 2004-07-12T12:31:11 Editor: 67.235.113.203 <> Wiki: Gump Wiki Page: GumpCode URL: http://wiki.apache.org/gump/GumpCode no comment Change Log: -- @@ -23,6 +23,8 @@ The [http://brutus.apache.org/

Dymystifying Gump Code...

2004-07-12 Thread Adam R. B. Jack
It is clear that for Python Gump to flourish, it's code needs to be clear & documented (to make it readable/understandable to Java programmers). It need to be transparent, and accessible. I'll do my best to help with that. Could I get some feedback on this: http://wiki.apache.org/gump/GumpCod

[Gump Wiki] Updated: GumpCode

2004-07-12 Thread general
Date: 2004-07-12T12:08:16 Editor: 67.235.113.203 <> Wiki: Gump Wiki Page: GumpCode URL: http://wiki.apache.org/gump/GumpCode Added more verbiage. Change Log: -- @@ -7,13 +7,21 @@ '''Main Packages:'''

cvs commit: gump/python/gump/runner demand.py runner.py

2004-07-12 Thread ajack
ajack 2004/07/12 11:24:27 Modified:python/gump/runner demand.py runner.py Log: More of the same... Revision ChangesPath 1.7 +20 -10gump/python/gump/runner/demand.py Index: demand.py === R

cvs commit: gump/python/gump/document/xdocs documenter.py

2004-07-12 Thread ajack
ajack 2004/07/12 11:19:05 Modified:python/gump/runner runner.py python/gump/document/xdocs documenter.py Log: Some work on command line (human) running of Gump. Revision ChangesPath 1.7 +4 -2 gump/python/gump/runner/runner.py Index: runner

Re: brutus may be having a problem

2004-07-12 Thread Adam R. B. Jack
> Adam R. B. Jack wrote: > > 2) Restore the config such that http://brutus.apache.org/gump/{flavour} goes > > to /usr/local/gump/{flavour}/results. > > done (for public, jdk15 and test, not any "flavour"). Thanks, I've restored the config to write back to these places. regards Adam --

Re: cvs commit: gump/python/gump/build builder.py

2004-07-12 Thread Adam R. B. Jack
> Log: > Halved the work done after a module update or project build (the events were being dispatched twice!) Let's see how fast Brutus goes now. :) Note: This isn't updating/building twice, it is documenting/notifiying/etc twice. So, the increase will not be extremely dramatic, unless we ha

Re: MagicBuilder

2004-07-12 Thread Stephen McConnell
Leo Simons wrote: Stephen McConnell wrote: Leo Simons wrote: Stefan Bodewig wrote: I tend to agree with most of what has been said in this thread so far. thought I'd chime in: "what he said". I really want to learn python well enough to write more than simple shell scripts using it. Isaid that ov

cvs commit: gump/python/gump/runner demand.py

2004-07-12 Thread ajack
ajack 2004/07/12 09:07:41 Modified:python/gump/runner demand.py Log: Pressed COMMIT before the unit test finished... Revision ChangesPath 1.6 +1 -1 gump/python/gump/runner/demand.py Index: demand.py =

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

2004-07-12 Thread ajack
ajack 2004/07/12 08:54:17 Modified:python/gump/runner demand.py python/gump/notify notifier.py python/gump/core config.py Log: Code cleanup. Updated version to 0002 (so can see when sites have been updated). Revision ChangesPath 1.5 +

cvs commit: gump/python/gump/build builder.py

2004-07-12 Thread ajack
ajack 2004/07/12 08:18:04 Modified:python/gump/model project.py python/gump/notify logic.py notifier.py python/gump/core commandLine.py gumprun.py python/gump/update updater.py python/gump/build builder.py Log: Halved the

MagicBuilder (was: Re: [RT] Was python a good idea?)

2004-07-12 Thread Leo Simons
Stephen McConnell wrote: Leo Simons wrote: Stefan Bodewig wrote: I tend to agree with most of what has been said in this thread so far. thought I'd chime in: "what he said". I really want to learn python well enough to write more than simple shell scripts using it. Isaid that over a year ago. Here

Re: [RT] Was python a good idea?

2004-07-12 Thread Stephen McConnell
Leo Simons wrote: Stefan Bodewig wrote: I tend to agree with most of what has been said in this thread so far. thought I'd chime in: "what he said". I really want to learn python well enough to write more than simple shell scripts using it. I said that over a year ago. Here I am, still saying it

Re: [RT] Was python a good idea?

2004-07-12 Thread Leo Simons
Stefan Bodewig wrote: I tend to agree with most of what has been said in this thread so far. thought I'd chime in: "what he said". I really want to learn python well enough to write more than simple shell scripts using it. I said that over a year ago. Here I am, still saying it. One has to wonder

Re: build.sysclasspath management

2004-07-12 Thread Stephen McConnell
Stephen McConnell wrote: Stephen McConnell wrote: If you overload the property, you should use one of the supported values. "last" or even "none" seems to be what you want for Magic. I haven't located docs on this. Is there a url you can point me to? Don't worry - I've found it. Actually - no. T

Re: build.sysclasspath management

2004-07-12 Thread Stephen McConnell
Stephen McConnell wrote: If you overload the property, you should use one of the supported values. "last" or even "none" seems to be what you want for Magic. I haven't located docs on this. Is there a url you can point me to? Don't worry - I've found it. Steve. -- |---

Re: build.sysclasspath management

2004-07-12 Thread Stephen McConnell
Stefan Bodewig wrote: On Fri, 09 Jul 2004, Stephen McConnell <[EMAIL PROTECTED]> wrote: Ant provides support for a system property "build.sysclasspath" which if set to "none" nitpick, "only" - not "none". ensures that the bootstrap classpath is used throughout the execution of an ant session. C

Re: heresy - a controversial or unorthodox opinion or doctrine

2004-07-12 Thread Stephen McConnell
Stefan Bodewig wrote: On Sat, 10 Jul 2004, Adam R. B. Jack <[EMAIL PROTECTED]> wrote: Nothing slightly heretic (unless you are talking about Ant religion not Gump religion). 8-) In my experience then Ant crew isn't as dogmatic as it gets colored sometimes, we tend to embrace heretics. Humor assid

Re: heresy - a controversial or unorthodox opinion or doctrine

2004-07-12 Thread Leo Simons
Adam R. B. Jack wrote: 4) 5) Document change to the model - LSD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: brutus may be having a problem

2004-07-12 Thread Leo Simons
Adam R. B. Jack wrote: 2) Restore the config such that http://brutus.apache.org/gump/{flavour} goes to /usr/local/gump/{flavour}/results. done (for public, jdk15 and test, not any "flavour"). - LSD - To unsubscribe, e-mail: [EMAIL

Re: build.sysclasspath management

2004-07-12 Thread Stefan Bodewig
On Fri, 09 Jul 2004, Stephen McConnell <[EMAIL PROTECTED]> wrote: > Ant provides support for a system property "build.sysclasspath" > which if set to "none" nitpick, "only" - not "none". > ensures that the bootstrap classpath is used throughout the > execution of an ant session. > Clearly - the

Re: heresy - a controversial or unorthodox opinion or doctrine

2004-07-12 Thread Stefan Bodewig
On Sat, 10 Jul 2004, Adam R. B. Jack <[EMAIL PROTECTED]> wrote: > Nothing slightly heretic (unless you are talking about Ant religion > not Gump religion). 8-) In my experience then Ant crew isn't as dogmatic as it gets colored sometimes, we tend to embrace heretics. Humor asside, the main issu