See 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/1694/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Client 5.15.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/grammar/SelectorParser.jj>
 . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the 
parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ 
activemq-client ---
[INFO] Source directory: 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc>
 added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
activemq-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ 
activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 709 source files to 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/classes>
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportServer.java>:[35,46]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java>:[35,46]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[25,41]
 org.apache.activemq.transport.udp.UdpTransportFactory in 
org.apache.activemq.transport.udp has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[33,48]
 org.apache.activemq.transport.udp.UdpTransportFactory in 
org.apache.activemq.transport.udp has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[38,30]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[40,27]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[38,37]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[53,34]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[38,37]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[WARNING] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[49,34]
 org.apache.activemq.transport.reliable.ReliableTransport in 
org.apache.activemq.transport.reliable has been deprecated
[INFO] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/OpenWireFormat.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/OpenWireFormat.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-client ---
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ activemq-client 
---

[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ 
activemq-client ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ 
activemq-client >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
[INFO] Skipping - all parsers are up to date
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ 
activemq-client ---
[INFO] Source directory: 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc>
 added.
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ 
activemq-client <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ activemq-client ---
[INFO] Building jar: 
<https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/activemq-client-5.15.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ activemq-client 
---
[INFO] 
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

Provided by Standard doclet:
-d <directory>                    Destination directory for output files
-use                              Create class and package usage pages
-version                          Include @version paragraphs
-author                           Include @author paragraphs
-docfilessubdirs                  Recursively copy doc-file subdirectories
-splitindex                       Split index into one file per letter
-windowtitle <text>               Browser window title for the documenation
-doctitle <html-code>             Include title for the overview page
-header <html-code>               Include header text for each page
-footer <html-code>               Include footer text for each page
-top    <html-code>               Include top text for each page
-bottom <html-code>               Include bottom text for each page
-link <url>                       Create links to javadoc output at <url>
-linkoffline <url> <url2>         Link to docs at <url> using package list at 
<url2>
-excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with 
given name.
-group <name> <p1>:<p2>..         Group specified packages together in overview 
page
-nocomment                        Supress description and tags, generate only 
declarations.
-nodeprecated                     Do not include @deprecated information
-noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the 
output.
-nosince                          Do not include @since information
-notimestamp                      Do not include hidden time stamp
-nodeprecatedlist                 Do not generate deprecated list
-notree                           Do not generate class hierarchy
-noindex                          Do not generate index
-nohelp                           Do not generate help link
-nonavbar                         Do not generate navigation bar
-serialwarn                       Generate warning about @serial tag
-tag <name>:<locations>:<header>  Specify single argument custom tags
-taglet                           The fully qualified name of Taglet to register
-tagletpath                       The path to Taglets
-Xdocrootparent <url>             Replaces all appearances of @docRoot followed 
by /.. in doc comments with <url>
-charset <charset>                Charset for cross-platform viewing of 
generated documentation.
-helpfile <file>                  Include file that help link links to
-linksource                       Generate source in HTML
-sourcetab <tab length>           Specify the number of spaces each tab takes 
up in the source
-keywords                         Include HTML meta tags with package, class 
and member info
-stylesheetfile <path>            File to change style of the generated 
documentation
-docencoding <name>               Output encoding name
1 error

Reply via email to