You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/08 21:37:02 UTC

[jira] Created: (MPPDF-16) Maven PDF fails

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Versions:
             2.1

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Fri, 8 Oct 2004 3:36 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Archimedes Trajano (mailto:trajano@yahoo.com)
       Date: Thu, 14 Oct 2004 5:20 AM
    Comment:
This patch file provides the fix for the issue.  It uses Jelly to perform the transformation rather than relying on ant:style.  This does not require the "hack" that was from latka plugin anymore, but the Xalan XSLT processor is hardcoded (though the original one also had it hardcoded).

I added my name contributors on the project.xml

This has been tested on JDK 1.5 on Windows.
    Changes:
             Attachment changed to pdf.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPPDF-16?page=history

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Versions:
             2.1

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Thu, 14 Oct 2004 5:20 AM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Archimedes Trajano
    Created: Thu, 14 Oct 2004 4:02 AM
       Body:
I'm using JDK1.5 which might be causing the issue since org.apache.xalan.processor.TransformerFactoryImpl does not look like its available in 1.5.  It seems to be using "trax", but I am not 100% sure.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPDF-16?page=comments#action_25350

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Versions:
             2.1

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Thu, 14 Oct 2004 4:02 AM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Arnaud HERITIER (mailto:aheritier@gmail.com)
       Date: Thu, 14 Oct 2004 3:09 PM
    Changes:
             Version changed to 2.2
             Version changed to 2.0
             Fix Version changed to 2.3
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPPDF-16?page=history

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 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: Thu, 14 Oct 2004 3:09 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MPPDF-16) Maven PDF fails

Posted by "Arnaud HERITIER (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPPDF-16?page=history ]
     
Arnaud HERITIER reopened MPPDF-16:
----------------------------------


reopen to change fixed release

> Maven PDF fails
> ---------------
>
>          Key: MPPDF-16
>          URL: http://jira.codehaus.org/browse/MPPDF-16
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.0, 2.2, 2.1
>  Environment: Maven 1.0, Linux.
>     Reporter: bflorat
>     Assignee: Arnaud HERITIER
>     Priority: Blocker
>      Fix For: 2.2.1
>  Attachments: pdf.patch
>
>
> >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

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Archimedes Trajano
    Created: Thu, 14 Oct 2004 3:50 AM
       Body:
Same problem on windows as well
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPDF-16?page=comments#action_25348

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Versions:
             2.1

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Thu, 14 Oct 2004 3:50 AM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Kristian Mandrup
    Created: Fri, 15 Oct 2004 1:19 PM
       Body:
Sadly not a Maven/Jelly expert.

Using MevenIDE 0.3.0 for Eclipse 3.1M1.

File...... C:\Documents and Settings\Me\.maven\cache\maven-pdf-plugin-2.1\plugin.jelly
Element... style
Line...... 70
Column.... 113
Provider org.apache.xalan.processor.TransformerFactoryImpl not found

Downloaded maven-pdf-plugin-2.2, put in maven/cache but mevenIDE configured to use 2.1 version...

Tried applying the patch, assumed "-" meant lines to be removed, "+" lines to be added...

Then executed fo:fo again from within Eclipse:

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

BUILD FAILED
File...... C:\Documents and Settings\ME\.maven\cache\maven-pdf-plugin-2.1\plugin.jelly
Element... j:invoke
Line...... 121
Column.... 52
java.lang.reflect.InvocationTargetException

The offending line 121:

		<j:invoke on="${transformer}" method="transform">
			<j:arg value="${source}" />
			<j:arg value="${result}" />
		</j:invoke>

Any ideas?

Could you please post the patched plugin.jelly file instead?

Or is there a better way out of this mess?

Thanx ;-)
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPDF-16?page=comments#action_25434

---------------------------------------------------------------------
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 1:19 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Sat, 9 Oct 2004 2:52 AM
       Body:
Can you send us the debug log please ?
maven -Dmaven.pdf.debug=true pdf
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPDF-16?page=comments#action_25136

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Versions:
             2.1

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Sat, 9 Oct 2004 2:52 AM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPPDF-16) Maven PDF fails

Posted by "Arnaud HERITIER (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPPDF-16?page=history ]
     
Arnaud HERITIER closed MPPDF-16:
--------------------------------

    Fix Version:     (was: 2.3)
                 2.2.1
     Resolution: Fixed

Fixed in 2.2.1

> Maven PDF fails
> ---------------
>
>          Key: MPPDF-16
>          URL: http://jira.codehaus.org/browse/MPPDF-16
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.0, 2.2, 2.1
>  Environment: Maven 1.0, Linux.
>     Reporter: bflorat
>     Assignee: Arnaud HERITIER
>     Priority: Blocker
>      Fix For: 2.2.1
>  Attachments: pdf.patch
>
>
> >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

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Arnaud HERITIER
       Date: Thu, 14 Oct 2004 4:04 PM

Thanks  Archimedes.
A snapshot is available here :
http://cvs.apache.org/repository/maven/plugins/
---------------------------------------------------------------------
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: Thu, 14 Oct 2004 4:04 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: bflorat
    Created: Sat, 9 Oct 2004 6:40 AM
       Body:
> maven -Dmaven.pdf.debug=true pdf
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0

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: 4 seconds
Finished at: Sat Oct 09 12:36:22 CEST 2004

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

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Versions:
             2.1

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Sat, 9 Oct 2004 6:40 AM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Fri, 15 Oct 2004 2:46 PM
       Body:
you can download it with this command :

maven plugin:download 
    -Dmaven.repo.remote=http://cvs.apache.org/repository 
    -DgroupId=maven 
    -DartifactId=maven-pdf-plugin 
    -Dversion=SNAPSHOT
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPDF-16?page=comments#action_25439

---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPPDF-16) Maven PDF fails

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Thu, 14 Oct 2004 5:50 AM
       Body:
Ok it works for me.
Thanks Archimed.
I'll apply it tonight.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPDF-16?page=comments#action_25358

---------------------------------------------------------------------
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: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin
   Versions:
             2.1

   Assignee: Arnaud HERITIER
   Reporter: bflorat

    Created: Fri, 8 Oct 2004 3:36 PM
    Updated: Thu, 14 Oct 2004 5:50 AM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org