Quoted argument text must escape apostrophes
--------------------------------------------
Key: MPJAVADOC-69
URL: http://jira.codehaus.org/browse/MPJAVADOC-69
Project: maven-javadoc-plugin
Type: Bug
Environment: Win2k
Reporter: Brian S O'Neill
Priority: Minor
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]