RE: New PDF plugin SNAPSHOT

2005-08-22 Thread Arnaud HERITIER
> > I found the solution by accident: you just have to remove the > 'dir="${internal_pdf_workingDir}"' option when you call fop > in plugin.jelly. > Apparently a problem of relative url resolution (it only > failed for svgs containing relative url links within the same > document, ie starting

Re: New PDF plugin SNAPSHOT

2005-08-22 Thread Lukas Theussl
I found the solution by accident: you just have to remove the 'dir="${internal_pdf_workingDir}"' option when you call fop in plugin.jelly. Apparently a problem of relative url resolution (it only failed for svgs containing relative url links within the same document, ie starting with #, and only

RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
Yes, I didn't have the time to do it but we must open an issue for this new problem. We'll try to fix it later. We'll document that, for now, some svg graphics aren't supported. Arnaud > > > >It's weird because I downloaded the fop 0.25 distrib used in this > >plugin and I successfully create

Re: New PDF plugin SNAPSHOT

2005-08-21 Thread Lukas Theussl
It's weird because I downloaded the fop 0.25 distrib used in this plugin and I successfully created the pdf from our project.fo generated in our test n°2 :-( You're right, this is very puzzling - I did the same with only the jars in my local repository in the classpath and it worked too!

RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
; Envoyé : dimanche 21 août 2005 08:20 > À : Maven Users List > Objet : Re: New PDF plugin SNAPSHOT > > From: "Arnaud HERITIER" <[EMAIL PROTECTED]> > > > I published a new snapshot which fixe incompatibilities > with maven 1.0 > > and some jdk. >

RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
Hi Lukas, It's weird because I downloaded the fop 0.25 distrib used in this plugin and I successfully created the pdf from our project.fo generated in our test n°2 :-( Arnaud > > > >This new snapshot has a new bug I didn't fixed actually : > SVG support > >is broken (again :-( ) > > > >

Re: New PDF plugin SNAPSHOT

2005-08-20 Thread Wendy Smoak
From: "Arnaud HERITIER" <[EMAIL PROTECTED]> I published a new snapshot which fixe incompatibilities with maven 1.0 and some jdk. ... Let us know what you think about it. I'm still getting: [java] [ERROR] file:/e:/svn/struts/current/site/target/pdf/project.fo:198:168 The id "#" already exists

Re: New PDF plugin SNAPSHOT

2005-08-20 Thread Lukas Theussl
This new snapshot has a new bug I didn't fixed actually : SVG support is broken (again :-( ) As far as I can tell, SVG is working fine really, - just not with the .svg samples I included for the test cases :-P . For them, batik fails due to a bug that has apparently only been fixed in a l

Re: New PDF plugin SNAPSHOT

2005-08-19 Thread Arnaud HERITIER
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 s

Re: New PDF plugin SNAPSHOT

2005-08-15 Thread Lukas Theussl
Thanks, that was it. Now I'm down to a duplicate id problem, which I see is a known issue. That will take a little longer to clean up. :) Yes, we are working on that right now (MPPDF-40). Currently you have to avoid identical name and id tags within one source document (which you shoul

Re: New PDF plugin SNAPSHOT

2005-08-15 Thread Wendy Smoak
From: "Lukas Theussl" <[EMAIL PROTECTED]> Arnaud should have specified further that this plugin is for maven 1.1 only (I don't think the restriction to java 5 is correct). Maven 1.0.2 users will have to put a xalan jar into $MAVEN_HOME/lib/endorsed. Thanks, that was it. Now I'm down to a dupl

Re: New PDF plugin SNAPSHOT

2005-08-14 Thread Lukas Theussl
Arnaud should have specified further that this plugin is for maven 1.1 only (I don't think the restriction to java 5 is correct). Maven 1.0.2 users will have to put a xalan jar into $MAVEN_HOME/lib/endorsed. Lukas - To unsubsc

Re: New PDF plugin SNAPSHOT

2005-08-14 Thread Wendy Smoak
From: "Arnaud HERITIER" <[EMAIL PROTECTED]> http://people.apache.org/~brett/maven-stage-site/reference/plugins/pdf/ Give us your opinion and we'll release it as soon as possible. With Maven 1.0.2, JDK 1.4.2, I'm getting: BUILD FAILED File.. C:\Documents and Settings\wendy\.maven\cache\ma

RE: [M1] New PDF plugin SNAPSHOT

2005-08-14 Thread Arnaud HERITIER
I forgot to clarify that it's the pdf plugin for maven 1. Arnaud > -Message d'origine- > De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Envoyé : lundi 15 août 2005 04:48 > À : 'Maven Users List' > Objet : New PDF plugin SNAPSHOT > > Hi Maven

New PDF plugin SNAPSHOT

2005-08-14 Thread Arnaud HERITIER
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.