The following comment has been added to this issue:

     Author: Kristian Mandrup
    Created: Fri, 15 Oct 2004 2:46 PM
       Body:
Downloaded maven-pdf-plugin-2.2 using:

maven plugin:download -DgroupId=maven -DartifactId=maven-pdf-plugin -Dversion=2.2

Now I get the following error instead:

Plugin 'maven-xdoc-plugin' in project 'CMSX' is not available
Plugin 'maven-xdoc-plugin' in project 'CMSX' is not available
Plugin 'maven-xdoc-plugin' in project 'CMSX' is not available
Plugin 'maven-xdoc-plugin' in project 'CMSX' is not available
Plugin 'maven-xdoc-plugin' in project 'CMSX' is not available
build:start:

xdoc:init:

pdf:init:

pdf:prepare:
    [copy] Copying 341 files to C:\IDE\eclipse\workspace\CMSX\target\pdf
    [copy] Copying 682 files to C:\IDE\eclipse\workspace\CMSX\target\pdf
    [copy] Copying 293 files to C:\IDE\eclipse\workspace\CMSX\target\pdf

fo:fo:
    [echo] Generating /project.fo from /navigation.xml ...

BUILD FAILED
File...... C:\Documents and Settings\Me\.maven\cache\maven-pdf-plugin-2.2\plugin.jelly
Element... fail
Line...... 122
Column.... 47
PDF generation cannot complete as /navigation.xml is missing
Total time: 28 seconds
Finished at: Fri Oct 15 20:24:57 CEST 2004

Then I looked tried to be explicit about the file location in the project.properties 
file:
maven.xdoc.src=xdoc

Then tried running "maven fo:fo" again...

build:start:

xdoc:init:

pdf:init:

pdf:prepare:
    [copy] Copying 12 files to C:\IDE\eclipse\workspace\CMSX\target\pdf

fo:fo:
    [echo] Generating C:\IDE\eclipse\workspace\CMSX/target/docs/project.fo from 
C:\IDE\eclipse\workspace\CMSX/xdocs/navigation.xml ...

    
    
        [style] Processing C:\IDE\eclipse\workspace\CMSX\xdocs\navigation.xml to 
C:\IDE\eclipse\workspace\CMSX\target\pdf\project.fo
    [style] Loading stylesheet C:\Documents and 
Settings\Me\.maven\cache\maven-pdf-plugin-2.2\plugin-resources\project2fo.xslt

BUILD FAILED
File...... C:\Documents and Settings\Me\.maven\cache\maven-pdf-plugin-2.2\plugin.jelly
Element... style
Line...... 130
Column.... 20
Provider org.apache.xalan.processor.TransformerFactoryImpl not found
Total time: 4 seconds
Finished at: Fri Oct 15 20:40:07 CEST 2004

Guess it's back to square one, trying to patch plugin.jelly ?
Can you patch the maven cache file or do you have to fix the repository jar?

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPDF-16?page=comments#action_25438

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPDF-16

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPDF-16
    Summary: Maven PDF fails
       Type: Bug

     Status: Closed
   Priority: Blocker
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Fix Fors:
             2.3
   Versions:
             2.0
             2.1
             2.2

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Fri, 15 Oct 2004 2:46 PM
Environment: Maven 1.0, Linux.

Description:
>maven pdf
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0

Plugin cache will be regenerated
build:start:

xdoc:init:

pdf:init:

pdf:prepare:
    [copy] Copying 14 files to /data/projects/jajuk/maven_rep/target/pdf

fo:fo:
    [echo] Generating /data/projects/jajuk/maven_rep/target/docs/project.fo ...



        [style] Processing /data/projects/jajuk/maven_rep/xdocs/navigation.xml to 
/data/projects/jajuk/maven_rep/target/pdf/project.fo
    [style] Loading stylesheet 
/home/bflorat/.maven/cache/maven-pdf-plugin-2.1/plugin-resources/project2fo.xslt

BUILD FAILED
File...... /home/bflorat/.maven/cache/maven-pdf-plugin-2.1/plugin.jelly
Element... style
Line...... 70
Column.... 113
Provider org.apache.xalan.processor.TransformerFactoryImpl not found
Total time: 14 seconds
Finished at: Fri Oct 08 21:17:20 CEST 2004



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to