Hi guys, I published a new snapshot which fixe incompatibilities with maven 1.0 and some jdk. I tested it on windows XP with : Maven 1.0.2 + JDK 1.3 Maven 1.0.2 + JDK 1.4 Maven 1.0.2 + JDK 1.5 Maven 1.1 + JDK 1.4 Maven 1.1 + JDK 1.5
This new snapshot has a new bug I didn't fixed actually : SVG support is broken (again :-( ) You can download it with this command : maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository/-DgroupId=maven -DartifactId=maven-pdf-plugin -Dversion= 2.3.1-SNAPSHOT Let us know what you think about it. Thx Arnaud On 8/15/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Hi Maven users, > > I applied a lot of patchs on the PDF plugin. > Thanks a lot to all contributors and particularly to Lukas Theussl. > > I published the snapshot and the documentation. > > To automatically install the plugin, type the following on a single line: > > maven plugin:download - > Dmaven.repo.remote=http://cvs.apache.org/repository/ -DgroupId=maven > -DartifactId=maven-pdf-plugin > -Dversion=SNAPSHOT > > The documentation is available here : > > http://people.apache.org/~brett/maven-stage-site/reference/plugins/pdf/ > > Here is the list of changes since the last release : > > New Features: > > o Allow the pdf plugin to be added as a project's report. Issue: MPPDF-9. > Thanks to Fabrizio Giustina. > > Fixed bugs: > > o sub-/superscripts do not work. Issue: MPPDF-43. Thanks to Lukas Theussl. > o Error when logo locations are not set. Issue: MPPDF-42. Thanks to Lukas > Theussl. > o Suppress verbose output by default. Issue: MPPDF-41. Thanks to Lukas > Theussl. > o Missing patch for MPPDF-24 ( it defines a missing attribute for > &lt;code > style="indent"&gt; tags and cleans up some layout issues with > definition > lists). Issue: MPPDF-39. Thanks to Lukas Theussl. > o Standardize copyright notices. Issue: MPPDF-35. Thanks to Lukas Theussl. > o Fix some "contents overflows area" errors. Issue: MPPDF-33. Thanks to > Valerie Nyre. > o Cannot use SVG images. batik: java.lang.NoSuchMethodError. Issue: > MPPDF-32. > Thanks to Lukas Theussl. > o Can't insert the logo image described in the POM if its path begins with > a > slash (as it works for the xdoc plugin). Issue: MPPDF-31. Thanks to Lukas > Theussl. > o Allow copy and paste from pdf to text editor. Issue: MPPDF-22. Thanks to > Lukas Theussl. > o Add support for external imaging libraries like jimi and jai to use PNG > images in generated pdf files. Issue: MPPDF-8. Thanks to Fabio Franco > Uechi. > > Give us your opinion and we'll release it as soon as possible. > > Arnaud > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
