On Fri, Jul 01, 2005 at 12:51:54AM +0200, Jacek Laskowski wrote: > Jacek Laskowski wrote: > > >There's a maven goal - openejb:release that cuts a release. (I've > >recently seen another maven goal - release - what a coincidene! - that > >could be used, but haven't yet looked at it in details) Should the > >openejb:release goal check out the openejb-website module and build it > >or is there a better way to work it out? > > Still working on the fix which takes more time than I thought at the > first time. Anyway, I tried many approaches to implement it and can't > work it out. The problem is with executing Ant docs target of the > OpenEJB website module from within Maven 1.0.2. I can't figure out why > the style (aka xslt) task keeps complaining about the > TransformerFactoryImpl class. I saw some threads about it, but they > don't provide any solutions. When the website module is built alone it > works fine. The trouble arises when it's called from within Maven. It > happens on Java 1.4, which I think shouldn't be used yet to build release.
Not sure what you mean by java 1.4 shouldn't be used to build the release? > > Anyone has a solution for this? I've ran into that before, i don't remember getting around it. Bug the guys on the #maven channel in irc.codehaus.org > (/me downloading and installing the 1.3 release...) > > Jacek >
