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.
Anyone has a solution for this? (/me downloading and installing the 1.3 release...) Jacek
