[
http://jira.codehaus.org/browse/MJAVADOC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143862#action_143862
]
Vincent Siveton commented on MJAVADOC-211:
------------------------------------------
FYI the output mkdir is handle by the javadoc tool itself
See
http://www.docjar.com/docs/api/com/sun/tools/doclets/internal/toolkit/Configuration.html#generalValidOptions(String,%20DocErrorReporter)
{noformat}
...
if (!destDir.exists()) {
//Create the output directory (in case it doesn't exist yet)
reporter.printNotice(getText("doclet.dest_dir_create",
destdirname));
(new File(destdirname)).mkdirs();
{noformat}
> create the report output directory if it doesn't exist
> ------------------------------------------------------
>
> Key: MJAVADOC-211
> URL: http://jira.codehaus.org/browse/MJAVADOC-211
> Project: Maven 2.x Javadoc Plugin
> Issue Type: Bug
> Affects Versions: 2.4
> Reporter: Brett Porter
> Assignee: Brett Porter
> Fix For: 2.5
>
>
> currently, the javadoc report relies on maven to have created the reporting
> base directory first. This need not be the case.
--
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