RE: cvs commit: jakarta-alexandria/proposal/gump/stylesheet jakarta.xsl

2001-03-07 Thread Morrison, John
You need to add the alteration to bash.xsl as well - # needs escaping (line 600 ish). Do I need to alter win2k.xsl too? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 07 March 2001 2:28 pm To: [EMAIL PROTECTED] Subject: cvs commit:

RE: Alexandria project defs

2001-03-12 Thread Morrison, John
-Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: 11 March 2001 8:09 pm To: [EMAIL PROTECTED] Subject: Re: Alexandria project defs Jeff Martin wrote: What's the directory for? Perhaps best explained by example: cvs repository="working-dogs"

RE: [GUMP] Progressive build

2001-04-04 Thread Morrison, John
OK, but Sam appears to prefer not to use caps to separate words so I'll use build-sequence. Would 'bulk' be better than all? Ie (bulk) remove all projects, (bulk) copy all projects, (bulk) build all projects? John. -Original Message- From: Nick Chalko [mailto:[EMAIL PROTECTED]]

RE: [GUMP] Changes ahead...

2001-04-11 Thread Morrison, John
Doesn't the xml-cocoon2.xml file define it's dependencies... project name="xml-cocoon2" depend project="jakarta-ant"/ depend project="xml-xerces"/ depend project="xml-xalan2"/ depend project="xml-batik"/ depend project="jakarta-servletapi-4"/ depend project="jakarta-avalon-logkit"/

RE: [GUMP] Changes ahead...

2001-04-11 Thread Morrison, John
) -Original Message- From: Morrison, John [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 15:44 To: '[EMAIL PROTECTED]' Subject: RE: [GUMP] Changes ahead... Doesn't the xml-cocoon2.xml file define it's dependencies... project name="xml-cocoon2" depend project=&q

RE: Problem with bootstrap-ant and ant building...

2001-04-23 Thread Morrison, John
-Original Message- From: Scott Sanders [mailto:[EMAIL PROTECTED]] Sent: 23 April 2001 4:20 pm To: [EMAIL PROTECTED] Subject: Re: Problem with bootstrap-ant and ant building... Morrison, John wrote: Huh, good call. I'll hunt in that area. I'm just starting to catch up

jakarta-jmeter and pngencoder

2001-04-27 Thread Morrison, John
Question... jmeter needs pngencoder. pngencoder uses path-to-jmeter/lib/util.jar. util.jar is part of jmeter. If jmeter check's it's dependencies _prior_ to copying the jmeter files it's always going to fail with dependency not found. Should the order of dependency tests and the cp

RE: jakarta-avalon-logkit

2001-05-09 Thread Morrison, John
I've had a word with Peter, this should be rolled back tonight. -Original Message- From: Morrison, John [mailto:[EMAIL PROTECTED]] Sent: 09 May 2001 10:04 am To: '[EMAIL PROTECTED]' Subject: jakarta-avalon-logkit There's been a change in the code for src\java\org\apache\log

RE: Long live gump

2001-05-31 Thread Morrison, John
gump on 5/30/01 12:48 AM, Morrison, John [EMAIL PROTECTED] wrote: Eh? I'm sorry - I don't follow...? http://jakarta.apache.org/builds/gump/latest/ Build status - Wed 05/23/01 In case you missed it, today is 5-30-01 -jon

RE: [gump] normalizing project descriptors

2001-08-09 Thread Morrison, John
I think that getting all the projects to conform would be an impossible task. People just don't like having this sort of thing imposed on them - even if it is 'the best' and, for want of a better term, 'standard'. Good luck if you try to persue it though - it would make life easier! ;)

RE: [gump] normalizing project descriptors

2001-08-09 Thread Morrison, John
-Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, 09 August 2001 3:05 pm To: [EMAIL PROTECTED] Subject: Re: [gump] normalizing project descriptors Morrison, John wrote: I think that getting all the projects to conform would

RE: [gump] normalizing project descriptors

2001-08-09 Thread Morrison, John
-Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, 09 August 2001 3:56 pm To: [EMAIL PROTECTED] Subject: Re: [gump] normalizing project descriptors Morrison, John wrote: I'm definitely interested, but I'd need to resolve my lack

RE: cvs commit: jakarta-alexandria/proposal/gump/project dom4j.xml

2001-08-15 Thread Morrison, John
Sam, Are these intentional or spelling errors... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 August 2001 2:02 pm To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-alexandria/proposal/gump/project dom4j.xml +description +

GUMP errors

2001-09-12 Thread Morrison, John
Sam, I'm getting the following errors when running GUMP: - project/jakarta-tomcat-4.0.xml publish.sh: ../project/jakarta-tomcat-4.0.xml: No such file or directory - project/jaxp1.1.xml publish.sh: ../project/jaxp1.1.xml: No such file or directory it's quite correct, the files are:

RE: Build.xml standardization

2001-10-01 Thread Morrison, John
THANKS! Is this better...? -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent: Monday, 01 October 2001 2:00 am To: [EMAIL PROTECTED] Subject: Re: Build.xml standardization I've been following this thread eagerly as I'm very interested in build

RE: Build.xml standardization

2001-10-01 Thread Morrison, John
What about jar files you need to compile against and jars needed for distribution. Should there be properties for these? Is the aim _not_ to have an encapsulating build.[sh|bat] file? (hope so... :) J. === Information in

RE: Build.xml standardization

2001-10-01 Thread Morrison, John
- Original Message - From: Morrison, John [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 01, 2001 12:28 AM Subject: RE: Build.xml standardization THANKS! Is this better...? -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent

RE: Build.xml standardization

2001-10-01 Thread Morrison, John
No, I mean - should we specify that the project tag has to (or not) have a name attribute? -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Monday, 01 October 2001 2:41 pm To: [EMAIL PROTECTED] Subject: Re: Build.xml standardization Morrison, John wrote

RE: Build.xml standardization

2001-10-18 Thread Morrison, John
Hi All. I've been playing with the build file I've been generating on a new project and have a question and a new version for people to destroy ;) Question/problem. It was decided to recommend that build.dir=${tmp.dir}/${project.name}/build Which is fine, under Linux tmp.dir = /tmp. Under M$

RE: Build.xml standardization

2001-10-18 Thread Morrison, John
-Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Thursday, 18 October 2001 2:13 pm To: [EMAIL PROTECTED] Subject: Re: Build.xml standardization Morrison, John wrote: Hi All. I've been playing with the build file I've been generating on a new

RE: cvs commit: jakarta-alexandria/proposal/gump gen.sh

2001-11-01 Thread Morrison, John
Nice try Sam, but it's only required for the javac instruction. publish can't cope with the windows path, the symbolic(/linux) one was fine. I haven't time to correct this now, will *try* and do it at the weekend, more likely it won't be until Monday. J. -Original Message- From:

RE: Web server vs IIS

2001-11-16 Thread Morrison, John
Is there any reason you sent this to Alexandria? You need the mail lists specific to the Apache WEB server. J. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, 16 November 2001 1:57 pm To: [EMAIL PROTECTED] Subject: Web server vs IIS We are

RE: Build.xml standardization

2001-09-28 Thread Morrison, John
-Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Friday, 28 September 2001 2:23 pm To: [EMAIL PROTECTED] Subject: Re: Build.xml standardization Morrison, John wrote: Update... I really like this. It is pretty much what I envisioned. Enclosed

RE: cvs commit: jakarta-alexandria/proposal/gump/perl cvslogin.pl

2001-10-09 Thread Morrison, John
-Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 09 October 2001 4:01 am To: [EMAIL PROTECTED] Subject: RE: cvs commit: jakarta-alexandria/proposal/gump/perl cvslogin.pl John Morrison wrote: Well, that saves me the effort of doing it ;) Guess

RE: gen.sh, cygwin and bash

2001-12-03 Thread Morrison, John
Doesn't work with sh. Bash is already assumed; see line 123 (ish ;) -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Monday, 03 December 2001 4:09 pm To: Alexandria Developers List Subject: Re: gen.sh, cygwin and bash Morrison, John wrote: Hi folks

RE: [VOTE] Peter Donald as committer to Alexandria

2002-02-11 Thread Morrison, John
+1 :) -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Monday, 11 February 2002 12:11 pm To: Alexandria Developers List Subject: [VOTE] Peter Donald as committer to Alexandria It is now clear that Peter knows how to run the Gump tool and has been submitting a

RE: Some download stats to play with

2002-02-14 Thread Morrison, John
Thanks Sam, but isn't this the wrong list ;) J. -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Thursday, 14 February 2002 2:42 pm To: Alexandria Developers List Subject: Some download stats to play with http://www.apache.org/~rubys/stats/xml.apache.org/

RE: [VOTE] Conor MacNeill as a committer to alexandria

2002-03-06 Thread Morrison, John
+1 -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 06 March 2002 12:23 pm To: Alexandria Developers List Subject: [VOTE] Conor MacNeill as a committer to alexandria Standard reasons. ;-) He's been submitting a stream of patches, he's a

RE: cvs commit: jakarta-alexandria/proposal/gump/project jakarta-avalon-phoenix.xml

2002-05-20 Thread Morrison, John
*Please* don't fail a gump build on style. If you want to restrict release builds on it fine :) but I(/we?) get enough projects failing without not passing a style test! J. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Log: Fail on checkstyle errors.

RE: cvs commit: jakarta-alexandria/proposal/gump/project jakarta- avalon-phoenix.xml

2002-05-20 Thread Morrison, John
From: Peter Donald [mailto:[EMAIL PROTECTED]] On Mon, 20 May 2002 22:24, Morrison, John wrote: *Please* don't fail a gump build on style. If you want to restrict release builds on it fine :) but I(/we?) get enough projects failing without not passing a style test! it wont effect other

RE: [VOTE] Costin Manolache for committer

2002-11-22 Thread Morrison, John
From: Sam Ruby [mailto:[EMAIL PROTECTED]] Costin is a PMC member, clearly a long standing contributor to the Jakarta community, has recently contributed a patch to the core logic of Gump, and unquestionably will stand behind his contributions. Let me start with my +1. +1 - the more

RE: [VOTE] Martin van den Bemt as committer [was: PATCH]

2002-12-20 Thread Morrison, John
Oooh, nearly missed this one! +1 :) J. I hereby propose Martin van den Bemt (mvdb) as a commiter. - Sam Ruby === Information in this email and any attachments are confidential, and may not be copied or used by