You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brian S O'Neill (JIRA)" <ji...@codehaus.org> on 2006/03/04 17:20:17 UTC

[jira] Reopened: (MJAVADOC-45) Quoted argument text must escape apostrophes

     [ http://jira.codehaus.org/browse/MJAVADOC-45?page=all ]
     
Brian S O'Neill reopened MJAVADOC-45:
-------------------------------------


Looking at the change, it appears to have a bug. The comparison should 
be made against "-1", not "1".

http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?rev=382596&r1=382355&r2=382596&diff_format=h



> Quoted argument text must escape apostrophes
> --------------------------------------------
>
>          Key: MJAVADOC-45
>          URL: http://jira.codehaus.org/browse/MJAVADOC-45
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>  Environment: Win2k
>     Reporter: Brian S O'Neill
>     Assignee: Vincent Siveton
>     Priority: Minor
>      Fix For: 2.0-beta-4

>
>
> The default -bottom argument passed to javadoc looks like this for me:
> -bottom 'Copyright 2006 Brian S O'Neill. All Rights Reserved.'
> The apostrophe in my name is breaking the quoted string, and javadoc dies. I can workaround this by passing the bottom argument in pom.xml, escaping the apostrophe with a backslash.
> The javadoc plugin should escape all quoted arguments. It seems pretty easy, just change the quotedArgument method.

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