You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tim Dyck <Ti...@attachmatewrq.com> on 2005/07/21 23:53:56 UTC

[m1] PDF Plugin help / question

I am getting the following error when trying to run the PDF plugin in maven:

BUILD FAILED
File...... C:\Documents and Settings\TimDy.AMERICA\.maven\cache\maven-pdf-plugin
-2.3\plugin.jelly
Element... xslt
Line...... 128
Column.... 20
Provider for javax.xml.transform.TransformerFactory cannot be found
Total time: 4 seconds
Finished at: Thu Jul 21 14:51:05 PDT 2005

Any ideas?  Tried running with both JDK 1.5.0_03 and JDK 1.4.2_03

Thanks,

Tim.

-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com]
Sent: Thursday, July 21, 2005 2:49 PM
To: Maven Users List
Subject: Re: [M2] Manifest.mf


While we may change it, currently Maven uses private field injection
of configuration, so it is still set.

- Brett

On 7/22/05, Bennett, Timothy (JIS - Applications)
<Ti...@jis.nashville.org> wrote:
> 
> 
> > -----Original Message-----
> > From: Brett Porter [mailto:brett.porter@gmail.com]
> > Sent: Friday, July 15, 2005 11:55 PM
> > To: Maven Users List
> > Subject: Re: [M2] Manifest.mf
> >
> > I'd be interested to see what you are doing here, and whether
> > an osgi-bundle plugin could be created to assist in this.
> >
> > Unfortunately the JAR plugin documentation does not yet go
> > deep enough into the manifest element, but it's fields are seen here:
> >
> > http://maven.apache.org/maven2/plugins/maven-jar-plugin/jar-mojo.html
> >
> > <archive> is:
> > http://svn.apache.org/repos/asf/maven/components/trunk/maven-a
> rchiver/src/main/java/org/apache/maven/archiver/MavenArchiveConfiguratio
> n.java
> >
>  MavenArchiveConfiguration has getManifest() method, but no
> setManifest() method???
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m1] PDF Plugin help / question

Posted by Lukas Theussl <tr...@triumf.ca>.
We discussed that problem shortly before the pdf-plugin-2.3 release on 
the devel list (check 
http://mail-archives.apache.org/mod_mbox/maven-dev/200506.mbox/%3c42A74C91.8030600@triumf.ca%3e 
and follow-ups) but I don't know exactly what the status is right now.

I suppose you are using maven-1.0.2 ?
FWIK, you cannot use the pdf-plugin-2.3 with maven-1.0.2, either you 
downgrade to pdf-plugin-2.2.x, or you use maven-1.1-beta-x.

However, as a workaround you can just put a xalan jar into 
$MAVEN_HOME/lib/endorsed.

HTH
Lukas


Tim Dyck wrote:
> I am getting the following error when trying to run the PDF plugin in maven:
> 
> BUILD FAILED
> File...... C:\Documents and Settings\TimDy.AMERICA\.maven\cache\maven-pdf-plugin
> -2.3\plugin.jelly
> Element... xslt
> Line...... 128
> Column.... 20
> Provider for javax.xml.transform.TransformerFactory cannot be found
> Total time: 4 seconds
> Finished at: Thu Jul 21 14:51:05 PDT 2005
> 
> Any ideas?  Tried running with both JDK 1.5.0_03 and JDK 1.4.2_03
> 
> Thanks,
> 
> Tim.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org