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. But I have a problem with the bootstrap because we use the plugin:install goal for each plugin so the plugin plugin is loaded first but the java code isn't built. Thus I have a ClassNotFound :-( If I add this tag in the core, plugins will become incompatible with maven 1.0.X for a silly thing !! WDYT ?? How are managed dependencies between plugins and their releases in m2 ? Arnaud On 9/8/05, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > > > > > 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 license. > > I am familiar with embedding fop in Java so that's something I would try > first. The fop team expects (unofficially) another release 'in the > second half of 2005', I am eagerly awaiting that. > > As alternative, iText comes to mind ( http://www.lowagie.com/iText/ ), > it has a dual MPL / LGPL license. It looks good but I have never used it > myself. > > > > > > > Lukas, I'll can help you (when you'll start) with doxia if you have some > > difficulties. > > Thanks a lot Emmanuel, I'll let you know when I'm ready. > > - Lukas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
