Hi Wendy, I'm deploying all plugins snapshots.
What you can try is to upgrade this set of plugins : maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-plugin-plugin -Dversion=1.7-SNAPSHOT maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-xdoc-plugin -Dversion=1.10-SNAPSHOT maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-pdf-plugin -Dversion=2.5-SNAPSHOT maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-multiproject-plugin -Dversion=1.5-SNAPSHOT But I'm not sure it'll fix your problem. It seems that there's an incompability between Jelly tags used in maven 1.0 and 1.1. Our priority is actually to provide a new release (1.1) for maven 1.X with a completely new set of plugins. Our goal is that maven 1.1 will be compatible (at least at 99%) with build done with maven 1.0. Because of the incompabilities in librairies bundled (Jelly especially) in maven 1.0 and 1.1, we don't yet spend a lot of time to make new plugins compatible with maven 1.0 and with maven 1.1. If you have always some errors with these new plugins and maven 1.0.2, warn us and we'll try to find (if possible) a solution to make them work with the two releases. Arnaud > -----Message d'origine----- > De : Lukas Theussl [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 30 octobre 2005 20:16 > À : Maven Developers List > Objet : Re: [m1] Using the latest xdoc and multiproject > plugins together > > Hi Wendy, > > Sorry for all that inconvenience, we are having a hard time > right now making the plugins compatible with m1.0 and 1.1. > > I take it from your mail that it's only the multiproject+site > combination that fails, ie running site alone works? In that > case, I suspect that you need to upgrade some other plugins > as well, but I'm not really up to date about dependencies > right now, Arnaud should be able to tell you more. > > However, for the first error, since you installed the latest > version of xdoc, you might try to remove the asString="true" > attribute on line 75 of src/plugin-resources/sitemap.jsl. I > don't think it is needed. No guarantee that it solves your > problem though. > > Let's wait for an answer from Arnaud to see if we should open > a JIRA issue for that. > > -Lukas > > > Wendy Smoak wrote: > > I'm trying to generate a PDF of the Struts site. > > > > Because there hasn't yet been a 1.10 release of the Xdoc plugin > > including the fix for http://jira.codehaus.org/browse/MPXDOC-158 I > > checked out the source and did plugin:install. > > > > Then 'maven multiproject:site' failed: > > > > BUILD FAILED > > File...... > > > C:\cygwin\home\wendy\.maven\cache\maven-multiproject-plugin-1.4.1\plu > > gin.jelly > > Element... maven:reactor > > Line...... 104 > > Column.... 9 > > Unable to obtain goal [site] -- > > C:\cygwin\home\wendy\.maven\cache\maven-xdoc-plu > > gin-1.10-SNAPSHOT\plugin.jelly:133:55: <j:include> could > not include > > jelly scrip > > t: > > > file:C:\cygwin\home\wendy\.maven\cache\maven-xdoc-plugin-1.10-SNAPSHOT > > \plugin > > > > -resources/sitemap.jsl. Reason: > > org.apache.commons.jelly.JellyTagException: file > > > :C:/cygwin/home/wendy/.maven/cache/maven-xdoc-plugin-1.10-SNAPSHOT/plu > > gin-resour > > > > ces/sitemap.jsl:28:32: <jsl:stylesheet> > > file:C:/cygwin/home/wendy/.maven/cache/m > > aven-xdoc-plugin-1.10-SNAPSHOT/plugin-resources/sitemap.jsl:44:61: > > <jsl:applyTem > > plates> > > > file:C:/cygwin/home/wendy/.maven/cache/maven-xdoc-plugin-1.10-SNAPSHOT > > /p > > lugin-resources/sitemap.jsl:69:49: <jsl:applyTemplates> null:-1:-1: > > <null> file: > > > C:/cygwin/home/wendy/.maven/cache/maven-xdoc-plugin-1.10-SNAPSHOT/plug > > in-resourc > > > > es/sitemap.jsl:75:63: <x:set> This tag does not understand the > > 'asString' attrib ute Total time: 33 seconds Finished at: > Sun Oct 30 > > 10:40:02 MST 2005 > > > > So I built multiproject from svn and 'maven > multiproject:site' failed > > again with: > > > > BUILD FAILED > > File...... > > > C:\cygwin\home\wendy\.maven\cache\maven-multiproject-plugin-1.5-SNAPS > > HOT\plugin.jelly > > Element... maven:reactor > > Line...... 103 > > Column.... 9 > > Unable to obtain goal [site] -- > > C:\cygwin\home\wendy\.maven\cache\maven-xdoc-plu > > gin-1.10-SNAPSHOT\plugin.jelly:707:13: <velocity:merge> > Invocation of > > method 'ge tPluginContext' in class > org.apache.maven.project.Project > > threw exception class > org.apache.maven.plugin.UnknownPluginException : > > Unknown plugin "maven-xdoc-plu gin" > > Total time: 12 seconds > > Finished at: Sun Oct 30 10:22:44 MST 2005 > > > > Any advice? I can go back to the released versions of xdoc and > > multiproject, and the site will build, but then I can't use the pdf > > plugin due to duplicate ids in the site content. > > > > Struts will be on 1.0.2 for a while longer, so I'd like to > be able to > > create PDFs with m1 if at all possible. > > > > Thanks! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
