You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jeff Jensen (JIRA)" <ji...@codehaus.org> on 2005/09/20 16:53:11 UTC

[jira] Created: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

maven.pdf.cover.projectCompany is always "Apache Software Foundation"
---------------------------------------------------------------------

         Key: MPPDF-50
         URL: http://jira.codehaus.org/browse/MPPDF-50
     Project: maven-pdf-plugin
        Type: Bug
    Versions: 2.4    
 Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
 Reporter: Jeff Jensen


maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46772 ] 

Arnaud Heritier commented on MPPDF-50:
--------------------------------------

maven is magic :-)

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>     Assignee: Arnaud Heritier
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46745 ] 

Arnaud Heritier commented on MPPDF-50:
--------------------------------------

You can test it :
maven plugin:download -Dmaven.repo.remote=http:www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-pdf-plugin -Dversion=2.5-SNAPSHOT

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>     Assignee: Arnaud Heritier
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46751 ] 

Jeff Jensen commented on MPPDF-50:
----------------------------------

Great turnaround, thanks a ton!

This new version does not find the nav.xml file though...appears relative to a root path.  These values are now blank, and they were populated before.  I think this is the hint to the cause.
maven.docs.src                  = []
maven.docs.dest                 = []
maven.gen.docs                  = []

fo:fo:
    [echo] Generating c:/devroot/healthmatch/builds/healthmatchmultiproject/pdf/project.fo from /navigation-pdf-perforce.xml ...

BUILD FAILED
File...... C:\Documents and Settings\pwjjj69\.maven\cache\maven-pdf-plugin-2.5-SNAPSHOT\plugin.jelly
Element... fail
Line...... 122
Column.... -1
PDF generation cannot complete as /navigation-pdf-perforce.xml is missing
Total time   : 8 seconds
Finished at  : Tuesday, September 20, 2005 1:51:09 PM CDT


> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>     Assignee: Arnaud Heritier
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46776 ] 

Jeff Jensen commented on MPPDF-50:
----------------------------------

Perhaps, but sorry, I think instead you missed your opportunity to say "See how good I am!  I fixed it without you noticing"  ;-)  LOL!


> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>     Assignee: Arnaud Heritier
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46770 ] 

Jeff Jensen commented on MPPDF-50:
----------------------------------

This is how I run it:
set MAVEN_OPTS=-Xmx1024m
call maven -p projectperforcefaq.xml -Dmaven.pdf.navigationFile=navigation-pdf-perforce.xml pdf

I run it this way because I already have a PDF defined for the project, and need a PDF of only this FAQ (actually that is an enhancement request - allow config of multiple PDFs per project!).

I will attach a log run and my config files.

WOW - I just ran it again to get a complete log for you, and it worked this time!  I have no idea why - I ran it a number of times prior, and it failed each time.

Consider it closed.  Fantastic!  Thanks a again!

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>     Assignee: Arnaud Heritier
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46777 ] 

Arnaud Heritier commented on MPPDF-50:
--------------------------------------

It could be possible.
You're using a SNAPSHOT, thus I could update it on the server and your maven could download it ;-)

But it wasn't the case ;-)

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>     Assignee: Arnaud Heritier
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46758 ] 

Arnaud Heritier commented on MPPDF-50:
--------------------------------------

Can you give us more informations about your project, your environment, the log....
We don't succeed to reproduce your problem.
It seems you use a multiproject.
We have actually some problems with multiproject so it can be a problem in maven's core and not in the pdf plugin.
Can you try to create the pdf directly in your subproject to test if it works.

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>     Assignee: Arnaud Heritier
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPPDF-50?page=all ]
     
Lukas Theussl closed MPPDF-50:
------------------------------

     Resolution: Fixed
    Fix Version: 2.5

A simple bug in the jelly script, its fixed. Thanks!

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> ---------------------------------------------------------------------
>
>          Key: MPPDF-50
>          URL: http://jira.codehaus.org/browse/MPPDF-50
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 2K
>     Reporter: Jeff Jensen
>      Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to "${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at the bottom of the cover page.   "Apache Software Foundation" is always printed there.

-- 
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
-
For more information on JIRA, 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