Javadoc 1.4 fails due to missing directory in linkoffline option
----------------------------------------------------------------
Key: MJAVADOC-164
URL: http://jira.codehaus.org/browse/MJAVADOC-164
Project: Maven 2.x Javadoc Plugin
Issue Type: Bug
Affects Versions: 2.3
Environment: j2sdk1.4.2_15, maven 2.0.8
Reporter: Vincent Siveton
On trunk, r609309, calling:
{noformat}
mvn clean site -Preporting -Ddebug=true
{noformat}
The error is:
{noformat}
Embedded error: Error rendering Maven report: Exit code: 1 - javadoc: Error
reading file:
D:/java/apache.org/maven/src/trunks/maven-2.0.x/maven-repository-metadata/target/site/testapidocs/package-list
{noformat}
And the option file contains:
{noformat}
...
-linkoffline
'http://maven.apache.org/maven-artifact/apidocs'
'D:/java/apache.org/maven/src/trunks/maven-2.0.x/maven-artifact/target/site/testapidocs'
-linkoffline
'http://maven.apache.org/maven-repository-metadata/apidocs'
'D:/java/apache.org/maven/src/trunks/maven-2.0.x/maven-repository-metadata/target/site/testapidocs'
...
{noformat}
--
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