Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-05 Thread Sam Ruby
javac task). Now, not only I can't find the sourcecode of that sucker http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java?view=markup http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/bin/xjavac.jar?rev=1.6&view=

Re: a few questions on our descriptors

2004-10-09 Thread Sam Ruby
an definition PLUS a element inside the project definition (minus the property attribute). - Sam Ruby [1] http://gump.apache.org/metadata/builder.html#depend - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Unicode & Python interacting with File Systems

2004-10-05 Thread Sam Ruby
Adam Jack wrote: 1) Is "\xC3\xA9" a 'single' unicode character already? Is it being considered as two by accident? unicode("\xC3\xA9","utf-8") == u'\xe9' http://www.unipad.org/u

Re: /usr nearly full

2004-10-03 Thread Sam Ruby
ublic/jars seem to only grow. A cron job such as the following would remove files that are older than a week: find /usr/local/gump/public/jars -ctime +6 | xargs -r rm - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: APR, httpd and gump

2004-09-17 Thread Sam Ruby
ething like the following: if not os.path.exists(os.path.join(basedir, scriptfullname)): - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: rev 36230 - in gump/trunk: . bin cron log mysql python/gump python/gump/core python/gump/document python/gump/document/xdocs python/gump/java python/gump/model python/gump/mysql python/gump/notify python/gump/runner python/gump/shared python/gump/stats python/gump/stats/dbm python/gump/stats/mysql python/gump/utils test

2004-09-09 Thread Sam Ruby
l/data.py? A more general question: does BrutusConfig[1] need to be updated to reflect any steps related to the setting up of mysql? - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RT] a strategy for better gump action/reaction analysis

2004-08-13 Thread Sam Ruby
nvolved at compile time, but it could be relevant at runtime. Furthermore, compile time often involves things like XSLT translations, so the distinction between compile time and runtime is not necessary pertinent. I remember a Xalan change that brok

Re: RDF

2004-08-12 Thread Sam Ruby
on N3: http://www.betaversion.org/~stefano/linotype/news/57/ You might also want to take a look at: http://jena.sourceforge.net/ - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Fwd: [jira] Commented: (INFRA-95) Please create a python@apache.org mailing list]

2004-07-22 Thread Sam Ruby
Why doesn't the gump PMC "sponsor" this mailing list? - Sam Ruby Original Message Subject: [jira] Commented: (INFRA-95) Please create a [EMAIL PROTECTED] mailing list Date: Thu, 22 Jul 2004 11:02:17 -0700 (PDT) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] The fo

Re: JDK 1.5

2004-07-21 Thread Sam Ruby
ave". Identify one project a day or one a week or one a month as you have time. While you may see an occasional regression, overall progress tends to be cumulative. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Fw: [CRIMSON] Crimson on JDK1.5

2004-07-21 Thread Sam Ruby
ed through" the build environment. Compiling with a non-Xerces compiler allowed such problems to be identified. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JDOM

2004-07-21 Thread Sam Ruby
Adam R. B. Jack wrote: I sent e-mail to these folks a week (maybe less) ago, no response (so far): Who, precisely? I have found [EMAIL PROTECTED] to be responsive. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: BSF

2004-07-21 Thread Sam Ruby
Adam R. B. Jack wrote: Anybody aware of the status of BSF? It got donated to the ASF: http://jakarta.apache.org/bsf/ - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JDK 1.5

2004-07-21 Thread Sam Ruby
c and human feedback, and I found the process to be very rewarding. Still, in the case of 1.4, there was a gap of six months to a year before everyone felt confortable with making it "official". - Sam Ruby - To unsu

Re: how to start with gumpy

2004-07-16 Thread Sam Ruby
rt is http://wiki.apache.org/gump/BrutusConfig - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RT] Was python a good idea?

2004-07-10 Thread Sam Ruby
ng against Apache's version of Xalan. When these tricks work, they are unquestionably FM(*). When these tricks fail, they are also FM. - Sam Ruby (*) F'ing Magic. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [RT] Gump[y] internals re-design

2004-05-13 Thread Sam Ruby
Adam R. B. Jack wrote: (it is slow to load 600 projects) why? - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Brutus new kernel

2004-05-11 Thread Sam Ruby
Thom May replaced the stock 386 kernel with a 686-smp one that recognizes both processesors, recognizes the Intel hyperthreading, and the full 2 gig of RAM. Rumor has it, that this should make things faster. - Sam Ruby - To

Re: Brutus new schedule

2004-05-11 Thread Sam Ruby
Adam R. B. Jack wrote: 0 0,3,6,12,14,15,18,21 * * * cd /usr/local/gump/public/gump; /bin/bash gumpy.sh Is the 14 intentional? - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: cron on brutus

2004-05-06 Thread Sam Ruby
gump; /bin/bash gumpy.sh >/home/gump/CRON_DID_THIS 2>&1" I think it is because redirection is a shell function. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cron on brutus

2004-05-06 Thread Sam Ruby
Nick Chalko wrote: Can't send mail: sendmail process failed with error code 1 Any ideas what is wrong Um, perhaps that sendmail isn't installed on the machine: [EMAIL PROTECTED]:~$ sendmail -bash: sendmail: command not found

Re: HTTPD down on Brutus?

2004-05-05 Thread Sam Ruby
Adam R. B. Jack wrote: I can't seem to get to Brutus via HTTP: http://brutus.apache.org/gump/public/ nor can W3. From what I can tell, httpd was up and crashed, without leaving anything in the error log. I restarted httpd, and now I am doing a dist-upgrade to get the latest maintenance.

Re: Running Gump (public) on Hermes/Brutus N times a day.

2004-05-04 Thread Sam Ruby
idea. Perhaps using some code like this: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65203 - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: status blogging

2004-04-14 Thread Sam Ruby
Anything you can do from python can be done via CGI. Anything. Below is the source. Note output is declared as text/plain, but text/html, or even application/atom+xml are possible. I did say "downright trivial". - Sam Ruby - #!/usr/bin/py

Re: running gump (again)

2004-04-14 Thread Sam Ruby
t the following: http://wiki.apache.org/gump/BrutusConfig - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PMC-VOTE] Bylaws

2004-04-14 Thread Sam Ruby
Stefan Bodewig wrote: On Tue, 13 Apr 2004, Sam Ruby <[EMAIL PROTECTED]> wrote: I'm uncomfortable with the two places where the bylaws talk about requiring unanimous votes. Both talk about the extremely rare case of removing a committer and/or PMC member. Particularly in the case

Re: headless java question

2004-04-14 Thread Sam Ruby
Stefan Bodewig wrote: On Tue, 13 Apr 2004, Sam Ruby <[EMAIL PROTECTED]> wrote: Is there a small, standalone testcase for proper headless java operations? Not that I'd have one. A simple test would probably be something that just opens a java.awt.Frame and does nothing else. Found

Re: [PMC-VOTE] Bylaws

2004-04-13 Thread Sam Ruby
he board would simply replace the chair. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: status blogging

2004-04-13 Thread Sam Ruby
spacer gifs and nested tables), then building CGIs is downright trivial. If we can settle on an authentication mechanism, and agree to not worry about Windows initially, and get a clean CSS-based skin for gump pages, I can start picking off tasks from Adam

headless java question (was: jira GUMP-45)

2004-04-13 Thread Sam Ruby
blindly installing what people tell me might work, and waiting for a run to complete. I could iterate faster with a testcase, and I presume that this would be a fairly trivial thing to recreate, but I don't know enough to create this myself. Any takers? - Sam

Re: gumpy.lock (was Re: Server Times (UTC) and Differences)

2004-04-13 Thread Sam Ruby
Adam R. B. Jack wrote: I'll enter a JIRA entry to look into a real locking mechanism, one where the OS cleans up upon process termination. [Probably something to do with lockf().] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65203 - Sam

Re: timeout

2004-04-06 Thread Sam Ruby
tory if it doesn't exist (and updating the symbolic link as required), and to delete all but the last "n" directories that may exist. Anyway, my suggestion is that if you can get something which approximately works, I can help complete it. And we can clearly leave the static forr

Re: timeout

2004-04-05 Thread Sam Ruby
that the best way to get from here to there is to try to do both. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: timeout

2004-04-05 Thread Sam Ruby
I assume) is still in an uncomfortable situation of having a rogue child.] I see no evidence of a rogue child. What leads you to this conclusion? Note: hermes was down for a number of hours yesterday due to an operator error. - Sam Ruby

Re: AWT on Brutus

2004-04-05 Thread Sam Ruby
ibxp6: /usr/X11R6/lib/libXp.so.6 Installed! - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: System Info

2004-04-04 Thread Sam Ruby
solution. When things aren't equal, I would tend to yeild first on the language before yielding on bootstrappability. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Indentation

2004-04-04 Thread Sam Ruby
re any in there, it was because he was editing the files on a machine where he had neglected to set up vim properly. I'll try to be more careful in the future. My policy is to emulate the number of spaces that I see in the exi

Re: Hermes status

2004-04-02 Thread Sam Ruby
pendencies. Why not put 'timeout' in the box? - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

System Info (was: Speed of brutus)

2004-04-02 Thread Sam Ruby
27; '.join(properties) properties = dict(re.findall('(.*?): (.*)', commands.getoutput(cmd))) os.unlink(JAVA_SOURCE.replace('.java','.class')) for (key,value) in properties.items(): print key, "=>", value - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hermes status

2004-04-02 Thread Sam Ruby
ot;/home/rubys/bin/timeout 1200" Where "cp" is the desired "command prefix". - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hermes status

2004-04-01 Thread Sam Ruby
It seems that pstat doesn't exist on FreeBSD. The web site started to materialize once I manually killed the java step that was running. We'll see what happens tonight. - Sam Ruby - To unsubscribe, e-mail: [EMAIL

Re: Hermes status

2004-04-01 Thread Sam Ruby
Sam Ruby wrote: A gump run has started on Hermes (FreeBSD). This one is configured for ... 2G RAM, Dual Processors, and mirrored RAID0. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Hermes status

2004-04-01 Thread Sam Ruby
what we are seeing on Brutus (Debian), then the plan will be to wipe Brutus and install FreeBSD on it (reducing the number of OSs the infrastructure team has to maintain). Meanwhile, for a while we will have two xSeries 345s to play with. - Sam Ruby

Re: brutus config -> lsd config

2004-04-01 Thread Sam Ruby
ts are served from a different URL than incomplete or testing outputs. 3) official runs start by cleaning up the work area. This was done by rsync in "classic" gump. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: brutus config -> lsd config

2004-04-01 Thread Sam Ruby
often do testing.) Can I suggest a different approach? What I used to do with classic gump was to capture and datestamp the outputs of the "official" runs, keeping a fixed number live. This is a simple matter of copying a few directories at the end of the run. - Sam Ruby --

Re: brutus config -> lsd config

2004-04-01 Thread Sam Ruby
larly hard, but if you give me an account, I would be willing to help set things up. The differences between debian and fedora primarily involve how you install of apache, cvs, python, and subversion. Oh, and java can be installed as an RPM.

Re: Wiki Editor? (was Re: [Gump Wiki] Updated: BrutusConfig)

2004-03-31 Thread Sam Ruby
ered to create a user and login. I have now done so. Note: there is no real security in a wiki. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java 1.4.2p5 installed on hermes; a few other ports too

2004-03-31 Thread Sam Ruby
Aaron Bannert wrote: [EMAIL PROTECTED] /usr/local/jdk1.4.2/bin/java -version java version "1.4.2-p5" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p5-aaron_30_mar_2004_16_59) Java HotSpot(TM) Client VM (build 1.4.2-p5-aaron_30_mar_2004_16_59, mixed mode) I haven'

Re: Two new pages...

2004-03-30 Thread Sam Ruby
vanced -> Cache. The section to look for is entited "Compare the page in the cache to the page on the network". "When the page is out of date" is a good answer here. - Sam Ruby - To unsubscribe, e-mail: [EMAI

Re:

2004-03-30 Thread Sam Ruby
ou details on how to login, after which point you can update the authorized_keys2 file yourself. Let me know if you would prefer a separate account... - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[Fwd: Re: /tmp full on jdom server?]

2004-03-29 Thread Sam Ruby
All better now. Original Message Subject: Re: /tmp full on jdom server? Date: Mon, 29 Mar 2004 13:08:50 -0800 From: Jason Hunter <[EMAIL PROTECTED]> To: Sam Ruby <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Thanks. Freed some space. Will look into th

Re: run gump 4 times a day (Re: Speed of brutus)

2004-03-29 Thread Sam Ruby
S update of self in there]? My recommendation is that we first figure out how often we want to nag, and work backwards from that. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Speed of brutus

2004-03-29 Thread Sam Ruby
is a problem on the cvs server end. I'll send a note to Jason and Brett to see what's up... - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RT] Generator vs Serializer

2004-03-29 Thread Sam Ruby
give me a "bill of materials" (preferably in the form of a list of URLs of installation instructions), I'll take care of this on Brutus. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Gump on FreeBSD?

2004-03-29 Thread Sam Ruby
ed to gump. And for an Apache alias to be set up as follows: Alias /gump/public /usr/local/gump/public/results More specifics on how exactly the Debian machine were set up can be found here: http://wiki.apache.org/gump/BrutusConfig

Speed of brutus

2004-03-29 Thread Sam Ruby
java command ("java") and the Operating System ("posix"), but I don't see the values of System.getProperties which contains values such as: java.vm.version=1.4.2_04-b05 java.vm.vendor=Sun Microsystems Inc. os.arch=i386 os.name=Linux Are these av

Re: [RT] Gump GUI development parallel to Gump Remote Agents (Sites)

2004-03-29 Thread Sam Ruby
ument.* classes, but start to augment the other classes to produce the specified data. Once this reaches a critical mass, a dynamic Forrest implementation could be initiated, and only after it gets to the point where it is deployable would the document.* classes get deprecated. - Sam Ruby -

Re: Downloading Maven to brutus

2004-03-29 Thread Sam Ruby
uld like to plan on it being wiped periodically if possible. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Downloading Maven to brutus

2004-03-29 Thread Sam Ruby
page telling you where you can download maven from, not the tar.gz file itself. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Gump docs solution, makes everyone happy (Re: Gump Thrashing/Spinning...)

2004-03-29 Thread Sam Ruby
for any hope of there ever being personal usage of gump. Beyond that, I would like to reiterate the point that there is value in keeping true to the original design where Gump bootstraps its own dependencies. - Sam Ruby - To unsu

Re: brutus.apache.org status

2004-03-28 Thread Sam Ruby
the last root/admin task we need (which I'd forgotten earlier, sorry) is for the 'svn' client to be installed/available. Done. - Sam Ruby P.S. Capturing for posterity (don't worry if it doesn't make sense to you) apt-get in

Re: cvs commit: gump/profile gump.xml

2004-03-28 Thread Sam Ruby
[EMAIL PROTECTED] wrote: Apache Organization Brutus http://brutus.apache.org/gump/public http://gump.apache.org This answers the question I just asked... and even uses the same URL. :-) - Sam Ruby - To

Re: brutus.apache.org status

2004-03-28 Thread Sam Ruby
ove all works) ought be to modify HTTPD configuration to point to the results in /usr/local/gump/public/results. Anybody game to take these on? What url do you want to map to that directory? For now, I've mapped http://brutus.apache.org/gump/public/ But t

Re: [RT] Generator vs Serializer

2004-03-28 Thread Sam Ruby
every couple of weeks. For us to get to the point where others are interested in personal gumps, we need to make it easier to build profiles which use repositories for components that an individual is not interested in rebuilding for themselves. - Sam Ruby -

[RT] Generator vs Serializer

2004-03-28 Thread Sam Ruby
tter to real people. In this case, it is clear that Gump is expected to run for a long period of time, and I view not having ANY output until EVERYTHING is done as something less than ideal. Producing output as the information becomes available can also dramatically reduce workin

Re: [RT] Let each project run using the last successfull jar from each dependency

2004-03-28 Thread Sam Ruby
One way to mitigate this would be to place an upper bound on how long old builds may be used. Three days old may be fine, but three weeks old is probably not. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Gump Thrashing/Spinning...

2004-03-27 Thread Sam Ruby
s produced. Is this the case for gumppy w/ forrest? - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

brutus.apache.org status

2004-03-27 Thread Sam Ruby
ld be to add "key=str(key)" immediately before this line, and in other similar methods. It might be preferable to do this upstream (like when the string is read). I have not yet proceeded to step 8 which involves forrest. If the consensus is that we want to replace this with a Python

Re: [RT] Gump Architecture

2004-03-27 Thread Sam Ruby
hatever penalty overlapping the I/O with the builds adds. 2) Slow network, fast CPU. Essentially the reverse of the above, whereby the overall time is the time of checkouts plus a small delta. - Sam Ruby - To unsubscribe, e-mail: [EMAIL

Re: Gump Thrashing/Spinning...

2004-03-25 Thread Sam Ruby
Leo Simons wrote: We should probably use a template engine. I'm sure there's a python equivalent for something like velocity (or smarty). http://www.cheetahtemplate.org/ I use it in my weblogging software. - Sam Ruby --

Re: Which gump on the new machines?

2004-03-25 Thread Sam Ruby
use the shared 'gump' account we've been discussing, that'd be good for a common place for the cronjob, etc. My guess is that real work won't start until tomorrow. A shared gump is OK with me. regards, Adam - Sam Ruby ---

Re: nagoya much slower again...

2004-03-25 Thread Sam Ruby
. In any case, I've commented this entry out of my crontab for now. Hopefully we will be seeing a new installation of Gump on separate hardware shortly. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Which gump on the new machines?

2004-03-25 Thread Sam Ruby
p and running, it is my intent that this be a public resource Gump participants. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Gump nag mails (was Re: STANDARD_1_0_BRANCH doesn't build)

2004-03-23 Thread Sam Ruby
Ted Husted unsubscribed from taglibs-dev on 31 Mar 2003. taglibs-dev has one moderator defined: [EMAIL PROTECTED] As a temporary fix, I added [EMAIL PROTECTED] to the 'allow' list for this mailing list. - Sam Ruby Two questions: (1) Dear moderator, why didn't you accept/allow th

Re: [VOTE] which OS for new gump machine?

2004-03-21 Thread Sam Ruby
ell in love with apt-get. If any help is needed administering this box, count me in. I have some prior experience in configuring Gump boxes, and would like to become reacquainted with the Python branch. ;-) - Sam Ruby - To