Re: [POLL] Documentation in Docbook

2001-09-06 Thread Ceki Gülcü
At 15:07 07.09.2001 +1000, Jeff Turner wrote: >On Thu, Sep 06, 2001 at 10:28:15PM +0200, Bernard D'Have wrote: >> I think that jakarta Avalon project use cocoon dor Html generation from >> Docbook > >Avalon does this. But it's not as simple as "hooray, let's use docbook", >because it needs to gene

Re: [POLL] Documentation in Docbook

2001-09-06 Thread Nicolas Marchildon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On September 7, 2001 01:07 am, you wrote: > The problem with using Cocoon is that it's an > addition 2.4mb of jars to download, and it's probably using a > sledgehammer to crack a nut. This is not really an issue, since the doc will be distributed a

Re: [POLL] Documentation in Docbook

2001-09-06 Thread Jeff Turner
On Thu, Sep 06, 2001 at 10:28:15PM +0200, Bernard D'Have wrote: > I think that jakarta Avalon project use cocoon dor Html generation from > Docbook Avalon does this. But it's not as simple as "hooray, let's use docbook", because it needs to generate a *jakarta* site, not any random HTML. Avalon

RE: relative path for properties file

2001-09-06 Thread Jon Skeet
> I was wondering if anyone had experience initilizing their properity > configurators. I code that looks like: > > private static final String logFile = "c://xmlparser.properties"; > > static { > try { > //read config for log4j webct logging > PropertyCon

cvs commit: jakarta-log4j/src/sgml intro.sgml

2001-09-06 Thread ceki
ceki01/09/06 15:50:42 Modified:src/sgml intro.sgml Log: Small typo correction. Revision ChangesPath 1.3 +1 -1 jakarta-log4j/src/sgml/intro.sgml Index: intro.sgml === RCS file: /home/c

cvs commit: jakarta-log4j/src/sgml intro.sgml manual.sgml

2001-09-06 Thread ceki
ceki01/09/06 15:40:39 Modified:src/java/org/apache/log4j Category.java Hierarchy.java Logger.java MDC.java PropertyConfigurator.java src/java/org/apache/log4j/xml DOMConfigurator.java src/sgml intro.sgml manual.sgml Log: - Ad

relative path for properties file

2001-09-06 Thread flyguy
Hi, I was wondering if anyone had experience initilizing their properity configurators. I code that looks like: private static final String logFile = "c://xmlparser.properties"; static { try { //read config for log4j webct logging PropertyConfigurator.con

cvs commit: jakarta-log4j/src/sgml intro.sgml manual.sgml

2001-09-06 Thread ceki
ceki01/09/06 14:09:00 Modified:src/sgml manual.sgml Added: src/sgml intro.sgml Log: More documentation. Revision ChangesPath 1.2 +4 -96 jakarta-log4j/src/sgml/manual.sgml Index: manual.sgml

RE: [POLL] Documentation in Docbook

2001-09-06 Thread Bernard D'Have
I think that jakarta Avalon project use cocoon dor Html generation from Docbook Bernard > -Original Message- > From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] > Sent: 06 September, 2001 8:57 > To: LOG4J Developers Mailing List > Subject: RE: [POLL] Documentation in Docbook > > > At 07:07 06.

Re: [POLL] Documentation in Docbook

2001-09-06 Thread Ceki Gülcü
At 15:21 06.09.2001 -0400, Jason van Zyl wrote: >On 9/6/01 12:05 PM, "Jim Moore" <[EMAIL PROTECTED]> wrote: > >> Is there an ant target for building the docs? > >If you are going to use DocBook which is what Avalon uses for it's docs than >you can use Cocoon2 to transform your documents and you co

Re: [POLL] Documentation in Docbook

2001-09-06 Thread Jason van Zyl
On 9/6/01 12:05 PM, "Jim Moore" <[EMAIL PROTECTED]> wrote: > Is there an ant target for building the docs? If you are going to use DocBook which is what Avalon uses for it's docs than you can use Cocoon2 to transform your documents and you could probably make a simple Ant task if there isn't alr

RE: [POLL] Documentation in Docbook

2001-09-06 Thread Ceki Gülcü
No, jade (the Docbook renderer) is a tool written in C. At 12:05 06.09.2001 -0400, Jim Moore wrote: >Is there an ant target for building the docs? > > >-Original Message- >From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] >Sent: Thursday, September 06, 2001 2:52 AM >To: LOG4J Developers Mailin

RE: [POLL] Documentation in Docbook

2001-09-06 Thread Jim Moore
Is there an ant target for building the docs? -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 2:52 AM To: LOG4J Developers Mailing List Subject: Re: [POLL] Documentation in Docbook Paul, I checked in my very early draft. It contains a

Re: Revised API Proposal

2001-09-06 Thread Ceki Gulcu
Nicholas, As you are probably aware, the recently checked in code follows your proposal even if hours of previous work had to be thrown out to get there. Your scheme is less intuitive then my initial proposal where Category extends Logger Category. However, it has the distinct advantage of ful