[
https://issues.apache.org/jira/browse/OMID-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai resolved OMID-45.
----------------------------
Resolution: Fixed
Patch committed to both 0.8.2.0 branch and master.
> javadoc failure when publish
> ----------------------------
>
> Key: OMID-45
> URL: https://issues.apache.org/jira/browse/OMID-45
> Project: Apache Omid
> Issue Type: Bug
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.8.2.0
>
> Attachments: OMID-45-1.patch
>
>
> Hit javadoc error when doing "mvn deploy -Papache-release":
> {code}
> usage: javadoc [options] [packagenames] [sourcefiles] [@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
> -quiet Do not display status messages
> -J<flag> Pass <flag> directly to the runtime system
> -X Print a synopsis of nonstandard options
> {code}
> Remove "Xdoclint:none" javadoc option in pom.xml fix the issue. The option is
> removed in rc3 source tarball, not sure why it does not commit to
> branches/master.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)