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

[jira] Created: (MNG-1029) Sending wrong parameters to -bottom

Sending wrong parameters to -bottom
-----------------------------------

         Key: MNG-1029
         URL: http://jira.codehaus.org/browse/MNG-1029
     Project: Maven 2
        Type: Bug
  Components: maven-javadoc-plugin  
    Versions: 2.0-beta-2    
 Reporter: Matthew Beermann
    Priority: Minor


My POM has <inceptionYear>2004</inceptionYear>, yet the generated Javadoc has the following footer: "Copyright null MyTeamName. All Rights Reserved."

It could have something to do with the stated default for the plugin's "bottom" parameter: "Copyright ${project.inceptionYear-currentYear} ${project.organization.name}. All Rights Reserved." I could be imagining it, but doesn't the dash belong outside the braces?

-- 
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: (MNG-1029) Sending wrong parameters to -bottom

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1029?page=all ]
     
Brett Porter closed MNG-1029:
-----------------------------

      Assign To: Brett Porter
     Resolution: Fixed
    Fix Version: 2.0-beta-2

I fixed this the other day. Have not yet released beta-2 of the plugin however.

> Sending wrong parameters to -bottom
> -----------------------------------
>
>          Key: MNG-1029
>          URL: http://jira.codehaus.org/browse/MNG-1029
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Versions: 2.0-beta-2
>     Reporter: Matthew Beermann
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-2

>
>
> My POM has <inceptionYear>2004</inceptionYear>, yet the generated Javadoc has the following footer: "Copyright null MyTeamName. All Rights Reserved."
> It could have something to do with the stated default for the plugin's "bottom" parameter: "Copyright ${project.inceptionYear-currentYear} ${project.organization.name}. All Rights Reserved." I could be imagining it, but doesn't the dash belong outside the braces?

-- 
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: (MNG-1029) Sending wrong parameters to -bottom

Posted by "Dave Sag (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1029?page=comments#action_48097 ] 

Dave Sag commented on MNG-1029:
-------------------------------

i am still gettting this.  

also as of beta3 running

%m2 javadoc:javadoc

fails with the message 

[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Diagnosis: An error has occurred in JavaDocs report generation.

but with no more detail than that. and an empty index.html document in target/javadoc/apidocs

any idea when you'll release the updated plugin?


> Sending wrong parameters to -bottom
> -----------------------------------
>
>          Key: MNG-1029
>          URL: http://jira.codehaus.org/browse/MNG-1029
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Versions: 2.0-beta-2
>     Reporter: Matthew Beermann
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-2

>
>
> My POM has <inceptionYear>2004</inceptionYear>, yet the generated Javadoc has the following footer: "Copyright null MyTeamName. All Rights Reserved."
> It could have something to do with the stated default for the plugin's "bottom" parameter: "Copyright ${project.inceptionYear-currentYear} ${project.organization.name}. All Rights Reserved." I could be imagining it, but doesn't the dash belong outside the braces?

-- 
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