Re: pdf plugin: xsl transformation

2005-06-09 Thread Lukas Theussl
Still getting the same error as above (javax.xml.transform.TransformerFactory cannot be found). However, it works if I put a xalan jar into $MAVEN_HOME/lib/endorsed ??? Arnaud HERITIER wrote: I published a snapshot. You'll be able to test it with : maven plugin:download

RE: pdf plugin: xsl transformation

2005-06-09 Thread Arnaud HERITIER
] Envoyé : jeudi 9 juin 2005 17:29 À : Maven Developers List Objet : Re: pdf plugin: xsl transformation Still getting the same error as above (javax.xml.transform.TransformerFactory cannot be found). However, it works if I put a xalan jar into $MAVEN_HOME/lib/endorsed ??? Arnaud

Re: pdf plugin: xsl transformation

2005-06-09 Thread Lukas Theussl
Arnaud HERITIER wrote: You are using maven 1.1 ??? No, that was with maven 1.0.2. It does work with maven 1.1 (without the xalan jar in endorsed). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: pdf plugin: xsl transformation

2005-06-09 Thread Arnaud HERITIER
We are damned. Thanks for the info. We must do some additional tests :-( Arnaud -Message d'origine- De : Lukas Theussl [mailto:[EMAIL PROTECTED] Envoyé : vendredi 10 juin 2005 00:49 À : Maven Developers List Objet : Re: pdf plugin: xsl transformation Arnaud HERITIER wrote

Re: pdf plugin: xsl transformation

2005-06-09 Thread Brett Porter
I thought the assumption in going back to the Ant tasks was that it would become a 1.1 only plugin (or 1.0.2 with appropriate enhancements :) http://mail-archives.apache.org/mod_mbox/maven-dev/200505.mbox/[EMAIL PROTECTED] - Brett Arnaud HERITIER wrote: We are damned. Thanks for the info.

RE: pdf plugin: xsl transformation

2005-06-09 Thread Arnaud HERITIER
: vendredi 10 juin 2005 01:03 À : Maven Developers List Objet : Re: pdf plugin: xsl transformation I thought the assumption in going back to the Ant tasks was that it would become a 1.1 only plugin (or 1.0.2 with appropriate enhancements :) http://mail-archives.apache.org/mod_mbox/maven

Re: pdf plugin: xsl transformation

2005-06-09 Thread Lukas Theussl
Arnaud HERITIER wrote: Lukas, are you using jdk 1.5 ? No, I have only 1.4.2 installed. I don't have enough background information to understand what is going on, but I am pretty sure it is a maven problem because I can generate all my pdf's directly from ant, using the same syntax for

Re: pdf plugin: xsl transformation

2005-06-08 Thread Lukas Theussl
Arnaud HERITIER wrote: It will still be compatible with Maven 1.0 on JDK 1.4, though? Yes I think. With this latest version of plugin.jelly fron svn I get the following error when running fo:fo: BUILD FAILED File.. /home/lukas/.maven/cache/maven-pdf-plugin-2.2.1/plugin.jelly

RE: pdf plugin: xsl transformation

2005-06-08 Thread Arnaud HERITIER
. Arnaud -Message d'origine- De : Lukas Theussl [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8 juin 2005 21:53 À : Maven Developers List Objet : Re: pdf plugin: xsl transformation Arnaud HERITIER wrote: It will still be compatible with Maven 1.0 on JDK 1.4, though? Yes I think

RE: pdf plugin: xsl transformation

2005-06-08 Thread Arnaud HERITIER
PROTECTED] Envoyé : jeudi 9 juin 2005 07:55 À : 'Maven Developers List' Objet : RE: pdf plugin: xsl transformation You're right. I fixed this problem of dependencies. I also opened an issue to fix the navigation-pdf.xml file in maven. ( http://jira.codehaus.org/browse/MAVEN-1615

RE: pdf plugin: xsl transformation

2005-05-30 Thread Arnaud HERITIER
' Objet : RE: pdf plugin: xsl transformation It will still be compatible with Maven 1.0 on JDK 1.4, though? Yes I think. That way the release notes could easily just say that JDK5 users on Maven 1.0 must stick with the previous version. It's good for me. I think it will satisfy our

Re: pdf plugin: xsl transformation

2005-05-30 Thread Brett Porter
Arnaud HERITIER wrote: Hi Brett, It's fixed if you want to re-add the pdf goal after the site generation. Thanks! Already fixed the other problem, probably haven't remembered to commit it. - To unsubscribe, e-mail:

Re: pdf plugin: xsl transformation

2005-05-24 Thread Brett Porter
find a solution with maven 1.0 and ant 1.5.X Cheers, Arnaud -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : mardi 24 mai 2005 07:19 À : Maven Developers List Objet : pdf plugin: xsl transformation Hi, Question for Arnaud or others

RE: pdf plugin: xsl transformation

2005-05-24 Thread Arnaud HERITIER
:42 À : Maven Developers List Objet : Re: pdf plugin: xsl transformation Heh. I don't quite understand why this used to work, and doesn't since removing the xerces libraries, but perhaps the next PDF plugin release could be for 1.1 only, and go back to the ant task? That should work

Re: pdf plugin: xsl transformation

2005-05-24 Thread Brett Porter
for this plugin (I think that it will not the only one). I'll try to test it and commit it this week. Arnaud -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : mercredi 25 mai 2005 06:42 À : Maven Developers List Objet : Re: pdf plugin: xsl transformation

RE: pdf plugin: xsl transformation

2005-05-24 Thread Arnaud HERITIER
: mercredi 25 mai 2005 06:42 À : Maven Developers List Objet : Re: pdf plugin: xsl transformation Heh. I don't quite understand why this used to work, and doesn't since removing the xerces libraries, but perhaps the next PDF plugin release could be for 1.1 only, and go back

pdf plugin: xsl transformation

2005-05-23 Thread Brett Porter
Hi, Question for Arnaud or others in the know: can the XSL transformation in the PDF plugin be changed to use the ant:xslt task? This seems to be working in Maven 1.1 with JDK 5.0, but the PDF plugin is not due to a bug in Xalan (http://issues.apache.org/jira/browse/XALANJ-1978). I would