cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java

2004-04-18 Thread gmazza
gmazza 2004/04/18 15:39:02 Modified:.fop.bat fop.sh src/java/org/apache/fop/apps CommandLineOptions.java Log: Remaining changes done with Avalon->Commons Logging conversion. (Bug 28237) Revision ChangesPath 1.19 +16 -1 xml-fop/fop.bat

Re: [Fwd: Re: cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java]

2004-04-12 Thread Peter B. West
John Austin wrote: On Mon, 2004-04-12 at 04:33, Peter B. West wrote: Glen, I put in a vote for Simon. The language thing is confusing, I know. There have been occasions on which the Austrian flag has been flown, or the Austrian National Anthem been played, somewhat inappropriately. But it's

Re: [Fwd: Re: cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java]

2004-04-12 Thread John Austin
On Mon, 2004-04-12 at 04:33, Peter B. West wrote: > Glen, > > I put in a vote for Simon. The language thing is confusing, I know. > There have been occasions on which the Austrian flag has been flown, or > the Austrian National Anthem been played, somewhat inappropriately. But > it's en_AU ov

Re: [Fwd: Re: cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java]

2004-04-12 Thread Peter B. West
Glen, I put in a vote for Simon. The language thing is confusing, I know. There have been occasions on which the Austrian flag has been flown, or the Austrian National Anthem been played, somewhat inappropriately. But it's en_AU over here; AU because we got in first. Peter Glen Mazza wrote:

Re: [Fwd: Re: cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java]

2004-04-11 Thread Glen Mazza
Not to worry--this is just a switch from Avalon Logging to Commons Logging within HEAD [1]. The conversion required 100's of changes, I did the bulk grunt work, and then both Jeremias and Simon corrected the implementation and did some specialty conversions that were outside my knowledge. I h

[Fwd: Re: cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java]

2004-04-10 Thread Peter B. West
Resending, as I had been un-subscribed due to mail bounces. Glen et al, I have been severely distracted over the past couple of weeks, and I seem to have lost a good deal of mail in the process. Can you give me a reference to the patch. Sorry I didn't get around to replying to a question of you

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java

2004-04-08 Thread gmazza
gmazza 2004/04/08 20:05:40 Modified:src/java/org/apache/fop/apps CommandLineOptions.java Fop.java Log: 3/4ths of Simon's patch committed at the moment, with minor changes made. Revision ChangesPath 1.17 +19 -37xml-fop/src/java/org/apach

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Document.java Driver.java FOFileHandler.java FOPException.java FOUserAgent.java Fop.java InputHandler.java Version.java XSLTInputHandler.java

2004-02-27 Thread jeremias
jeremias2004/02/27 09:39:05 Modified:src/java/org/apache/fop/apps CommandLineOptions.java Document.java Driver.java FOFileHandler.java FOPException.java FOUserAgent.java Fop.java InputHandler.java Version.java

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Document.java FOPException.java FOUserAgent.java InputHandler.java

2003-09-01 Thread vmote
vmote 2003/09/01 06:31:24 Modified:src/java/org/apache/fop/apps CommandLineOptions.java Document.java FOPException.java FOUserAgent.java InputHandler.java Log: style/javadoc changes only Revision ChangesPath 1.13 +13

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java CommandLineStarter.java

2003-08-14 Thread gmazza
gmazza 2003/08/12 15:40:49 Modified:src/java/org/apache/fop/apps CommandLineOptions.java Fop.java Removed: src/java/org/apache/fop/apps CommandLineStarter.java Log: 1.) CommandLineStarter removed, its functionality placed directly into Fop.main(). Fop

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java Fop.java

2003-07-29 Thread gmazza
gmazza 2003/07/29 15:08:54 Modified:src/java/org/apache/fop/apps CommandLineOptions.java Fop.java Log: 1.) Moved the business logic for determining which starter to create from apps.CommandLineOptions to apps.Fop; CLO is now Starter-free. 2.) Made the i

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java

2003-07-05 Thread vmote
vmote 2003/07/05 02:26:55 Modified:src/java/org/apache/fop/apps CommandLineOptions.java Log: extract a bunch of methods out of parseOptions(), mostly to satisfy checkstyle method size requirements Revision ChangesPath 1.6 +196 -129 xml-fop/src/java/org/apache/fo

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineOptions.java

2003-06-20 Thread pbwest
pbwest 2003/06/20 03:25:32 Modified:src/java/org/apache/fop/apps CommandLineOptions.java Log: Array brackets moved Revision ChangesPath 1.5 +1 -1 xml-fop/src/java/org/apache/fop/apps/CommandLineOptions.java Index: CommandLineOptions.java ===