RE: faq & xdoc-SNAPSHOT

2005-09-12 Thread Arnaud HERITIER
release it before the m1.1 final release. Arnaud _ De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : lundi 12 septembre 2005 14:24 À : Maven Developers List Objet : Re: faq & xdoc-SNAPSHOT On 9/12/05, Brett Porter <[EMAIL PROTECTED]> wrote: Arnaud HERITIER wrot

Re: faq & xdoc-SNAPSHOT

2005-09-12 Thread Arnaud HERITIER
On 9/12/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > Arnaud HERITIER wrote: > > >WDYT ?? > > > > > I think you are best to restrict it to Jelly, and just copy the logic > around. We're really into the stopgaps now anyway. I'll try but I'm not sure to succeed :-( In Jelly it's not really easy

Re: faq & xdoc-SNAPSHOT

2005-09-12 Thread Brett Porter
Arnaud HERITIER wrote: >WDYT ?? > > I think you are best to restrict it to Jelly, and just copy the logic around. We're really into the stopgaps now anyway. >How are managed dependencies between plugins and their releases in m2 ? > > All as special dependencies. It's completely different. Ver

Re: faq & xdoc-SNAPSHOT

2005-09-12 Thread Arnaud HERITIER
Concerning this issue, I wanted to create a new Jelly tag developped in Java to compare two releases number. For example : 1.10-SNAPSHOT > 1.9 The problem is where can I put it ? This tag will be used in several plugins. I thought to put it in the plugin plugin so it could be used in maven 1.0.X

Re: faq & xdoc-SNAPSHOT

2005-09-08 Thread Lukas Theussl
I'm not sure fop will be the best candidate for this. It will be the most simple because we already have templates but I'm not sure it's the most simple to use. There are some libraries on the net for read/write pdf with java code, I don't know if there are some with Apache compatible lice

Re: faq & xdoc-SNAPSHOT

2005-09-08 Thread Emmanuel Venisse
Henning P. Schmiedehausen wrote: Brett Porter <[EMAIL PROTECTED]> writes: Lukas Theussl wrote: But then I'd be interested in writing a pdf plugin for m2, which should be a 'doxia sink' (from the plugin matrix, what does that mean?), Basically, doxia works on a sink architecture - i

Re: faq & xdoc-SNAPSHOT

2005-09-08 Thread Henning P. Schmiedehausen
Brett Porter <[EMAIL PROTECTED]> writes: >Lukas Theussl wrote: >> But then I'd be interested in writing a pdf plugin for m2, which should >> be a 'doxia sink' (from the plugin matrix, what does that mean?), >Basically, doxia works on a sink architecture - it takes a varierty of >input formats

Re: faq & xdoc-SNAPSHOT

2005-09-08 Thread Emmanuel Venisse
Brett Porter wrote: Lukas Theussl wrote: But then I'd be interested in writing a pdf plugin for m2, which should be a 'doxia sink' (from the plugin matrix, what does that mean?), Basically, doxia works on a sink architecture - it takes a varierty of input formats (html, xdoc, apt, docboo

Re: faq & xdoc-SNAPSHOT

2005-09-07 Thread Brett Porter
Lukas Theussl wrote: > But then I'd be interested in writing a pdf plugin for m2, which should > be a 'doxia sink' (from the plugin matrix, what does that mean?), Basically, doxia works on a sink architecture - it takes a varierty of input formats (html, xdoc, apt, docbook) parses them and sends

Re: faq & xdoc-SNAPSHOT

2005-09-07 Thread Lukas Theussl
I've mentioned this before, but I think it is time to start version 2.0 of this plugin and incorporate some of the m2 technology (doxia) instead of using JSL. Thoughts? Don't expect anything from me there, I have zero experience with m2 so far. I wanted to get rid of a bunch of trivial JIRA i

Re: faq & xdoc-SNAPSHOT

2005-09-07 Thread Brett Porter
I think it's because 10 < 9 when doing a string comparison. I've mentioned this before, but I think it is time to start version 2.0 of this plugin and incorporate some of the m2 technology (doxia) instead of using JSL. Thoughts? - Brett Lukas Theussl wrote: > > Hi, > > A question to Arnaud or a