[
https://issues.apache.org/jira/browse/MJAVADOC-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957433#comment-17957433
]
Olivier Lamy commented on MJAVADOC-49:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[olamy/maven-javadoc-plugin#449|https://github.com/olamy/maven-javadoc-plugin/issues/449].
> Embedded error: Exit code: 1 - javadoc: invalid flag: -sourcePath
> -----------------------------------------------------------------
>
> Key: MJAVADOC-49
> URL: https://issues.apache.org/jira/browse/MJAVADOC-49
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Environment: Windows XP java 1.4.2_05
> Reporter: Sebastian Bloch
> Assignee: Carlos Sanchez Gonzalez
> Priority: Blocker
> Fix For: 2.0
>
>
> [INFO] c:\bea81sp4\jdk142_05\jre\..\bin\javadoc.exe -J-Xmx512m -J-Xms128m
> @options @files
> usage: javadoc [options] [packagenames] [sourcefiles] [classnames] [@files]
> -overview <file> Read overview documentation from HTML file
> -public Show only public classes and members
> -protected Show protected/public classes and members (default)
> -package Show package/protected/public classes and members
> -private Show all classes and members
> -help Display command line options and exit
> -doclet <class> Generate output via alternate doclet
> -docletpath <path> Specify where to find doclet class files
> -sourcepath <pathlist> Specify where to find source files
> -classpath <pathlist> Specify where to find user class files
> -exclude <pkglist> Specify a list of packages to exclude
> -subpackages <subpkglist> Specify subpackages to recursively load
> -breakiterator Compute 1st sentence with BreakIterator
> -bootclasspath <pathlist> Override location of class files loaded
> by the bootstrap class loader
> -source <release> Provide source compatibility with specified release
> -extdirs <dirlist> Override location of installed extensions
> -verbose Output messages about what Javadoc is doing
> -locale <name> Locale to be used, e.g. en_US or en_US_WIN
> -encoding <name> Source file encoding name
> -J<flag> Pass <flag> directly to the runtime system
> 1 error
> [INFO]
> ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] An error has occurred in JavaDocs report generation.
> Embedded error: Exit code: 1 - javadoc: invalid flag: -sourcePath
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Total time: 7 seconds
> [INFO] Finished at: Sun Jan 15 20:27:35 CET 2006
> [INFO] Final Memory: 3M/7M
> may be -sourcepath would help?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)