Building xjavadoc with maven
Andrew Stevens <[email protected]> Sat, 17 Jun 2006 18:04:31 +0100
| Newsgroups | gmane.comp.java.xdoclet.devel |
|---|---|
| Message-ID | <[email protected]> |
Does the maven build for xjavadoc currently work for anyone else? I notice the javacc version has been upgraded to 3.2, and discovered it no longer builds with Ant 1.5.3 as that appears to still look for JavaCC.zip when it's now a jar. So I switched to Ant 1.6.5 and the Ant build works again. However, that doesn't generate the reports & web site. Unfortunately, I've had less luck with the Maven build :-( Even after changing the Ant dependency in project.xml to specify 1.6.5, I still get an error message about JavaCC.zip not being found. I wondered if a newer version of Maven was needed, but 1.0.2 (that I'm using) appears to be the current stable 1.x version, and Maven 2.x needs totally different configuration files, so I don't suppose that'll work. Anyone else managed to build it successfully recently? Andrew.