You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/12/05 09:44:00 UTC

Build failed in Jenkins: UIMAJ-SDK_java7 #106

See <https://builds.apache.org/job/UIMAJ-SDK_java7/106/changes>

Changes:

[schor] [UIMA-3481] fix javadocs config for java 8

------------------------------------------
[...truncated 6565 lines...]
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ uimaj-bootstrap ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uimaj-bootstrap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ uimaj-bootstrap ---
[INFO] Compiling 1 source file to F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-bootstrap\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uimaj-bootstrap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-bootstrap\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ uimaj-bootstrap ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ uimaj-bootstrap ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ uimaj-bootstrap ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-bootstrap\target\uimaj-bootstrap-2.4.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ uimaj-bootstrap ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ uimaj-bootstrap ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-bootstrap\target\uimaj-bootstrap-2.4.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\uima\uimaj-bootstrap\2.4.3-SNAPSHOT\uimaj-bootstrap-2.4.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-bootstrap\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\uima\uimaj-bootstrap\2.4.3-SNAPSHOT\uimaj-bootstrap-2.4.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Aggregate: aggregate-uimaj 2.4.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ aggregate-uimaj ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-versions) @ aggregate-uimaj ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) @ aggregate-uimaj ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ aggregate-uimaj ---
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ aggregate-uimaj ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ aggregate-uimaj ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\aggregate-uimaj\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\uima\aggregate-uimaj\2.4.3-SNAPSHOT\aggregate-uimaj-2.4.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Java SDK: uimaj 2.4.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uimaj ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-versions) @ uimaj ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) @ uimaj ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ uimaj ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-versions) @ uimaj ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) @ uimaj ---
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (javadocs-distr) @ uimaj ---
[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
[JENKINS] Archiving  javadoc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Java SDK: uimaj-parent ................ SUCCESS [9.403s]
[INFO] Apache UIMA Base: uimaj-test-util: JUnit utilities  SUCCESS [5.132s]
[INFO] Apache UIMA Base: uimaj-core ...................... SUCCESS [1:03.482s]
[INFO] Apache UIMA Base: jVinci: Vinci Transport Library . SUCCESS [2.204s]
[INFO] Apache UIMA Base: uimaj-adapter-vinci: Vinci Adapter  SUCCESS [5.230s]
[INFO] Apache UIMA Base: uimaj-cpe: Collection Processing Engine  SUCCESS [26.167s]
[INFO] Apache UIMA Base: uimaj-document-annotation ....... SUCCESS [2.874s]
[INFO] Apache UIMA Base: uimaj-tools: Tools .............. SUCCESS [6.794s]
[INFO] Apache UIMA Base: uimaj-examples: SDK Examples .... SUCCESS [4.700s]
[INFO] Apache UIMA Base: uimaj-adapter-soap: SOAP Adapter  SUCCESS [4.261s]
[INFO] Apache UIMA Base: uimaj-component-test-util: for JUnit  SUCCESS [2.408s]
[INFO] Apache UIMA Eclipse: uimaj-ep-debug ............... SUCCESS [32.539s]
[INFO] Apache UIMA Eclipse: uimaj-ep-jcasgen ............. SUCCESS [4.343s]
[INFO] Apache UIMA Eclipse: uimaj-ep-configurator: Descriptor Editor  SUCCESS [11.543s]
[INFO] Apache UIMA Eclipse: uimaj-ep-pear-packager ....... SUCCESS [3.891s]
[INFO] Apache UIMA Eclipse: uimaj-ep-launcher ............ SUCCESS [7.207s]
[INFO] Apache UIMA Eclipse: uimaj-ep-cas-editor .......... SUCCESS [9.204s]
[INFO] Apache UIMA Eclipse: uimaj-ep-cas-editor-ide ...... SUCCESS [3.236s]
[INFO] Apache UIMA Eclipse: uimaj-ep-runtime ............. SUCCESS [6.649s]
[INFO] Apache UIMA Eclipse: uimaj-eclipse-feature-tools .. SUCCESS [0.847s]
[INFO] Apache UIMA Eclipse: uimaj-eclipse-feature-runtime  SUCCESS [1.130s]
[INFO] Apache UIMA Aggregate: aggregate-uimaj-eclipse-plugins  SUCCESS [1.782s]
[INFO] Apache UIMA SDK Documentation - overview and setup  SUCCESS [26.997s]
[INFO] Apache UIMA SDK Documentation - references ........ SUCCESS [14.752s]
[INFO] Apache UIMA SDK Documentation - tools ............. SUCCESS [9.460s]
[INFO] Apache UIMA SDK Documentation - tutorials and user's guides  SUCCESS [11.807s]
[INFO] Apache UIMA Aggregate: aggregate-uimaj-docbooks ... SUCCESS [1.722s]
[INFO] Apache UIMA Maven: PearPackagingMavenPlugin ....... SUCCESS [7.096s]
[INFO] Apache UIMA Maven: jcasgen-maven-plugin ........... SUCCESS [44.877s]
[INFO] Apache UIMA Base: uimaj-bootstrap ................. SUCCESS [1.781s]
[INFO] Apache UIMA Aggregate: aggregate-uimaj ............ SUCCESS [1.471s]
[INFO] Apache UIMA Java SDK: uimaj ....................... FAILURE [3.495s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:53.355s
[INFO] Finished at: Thu Dec 05 00:43:35 PST 2013
[INFO] Final Memory: 92M/293M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc (javadocs-distr) on project uimaj: An error has occurred in JavaDocs report generation:
[ERROR] Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none
[ERROR] 
[ERROR] Command line was: f:\jenkins\tools\java\latest-1.7-64\jre\..\bin\javadoc.exe @options @argfile
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/UIMAJ-SDK_java7/ws/target\site\apidocs'> dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-adapter-soap\pom.xml to org.apache.uima/uimaj-adapter-soap/2.4.3-SNAPSHOT/uimaj-adapter-soap-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-adapter-soap\target\uima-adapter-soap.jar to org.apache.uima/uimaj-adapter-soap/2.4.3-SNAPSHOT/uimaj-adapter-soap-2.4.3-SNAPSHOT.jar
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :uimaj
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-core\pom.xml to org.apache.uima/uimaj-core/2.4.3-SNAPSHOT/uimaj-core-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-core\target\uima-core.jar to org.apache.uima/uimaj-core/2.4.3-SNAPSHOT/uimaj-core-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-test-util\pom.xml to org.apache.uima/uimaj-test-util/2.4.3-SNAPSHOT/uimaj-test-util-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-test-util\target\uimaj-test-util-2.4.3-SNAPSHOT.jar to org.apache.uima/uimaj-test-util/2.4.3-SNAPSHOT/uimaj-test-util-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-eclipse-feature-tools\pom.xml to org.apache.uima/uimaj-eclipse-feature-tools/2.4.3-SNAPSHOT/uimaj-eclipse-feature-tools-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-eclipse-feature-tools\target\uimaj-eclipse-feature-tools_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-eclipse-feature-tools/2.4.3-SNAPSHOT/uimaj-eclipse-feature-tools-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\PearPackagingMavenPlugin\pom.xml to org.apache.uima/PearPackagingMavenPlugin/2.4.3-SNAPSHOT/PearPackagingMavenPlugin-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\PearPackagingMavenPlugin\target\uima-pear-maven-plugin.jar to org.apache.uima/PearPackagingMavenPlugin/2.4.3-SNAPSHOT/PearPackagingMavenPlugin-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-cas-editor-ide\pom.xml to org.apache.uima/uimaj-ep-cas-editor-ide/2.4.3-SNAPSHOT/uimaj-ep-cas-editor-ide-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-cas-editor-ide\target\org.apache.uima.caseditor.ide_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-cas-editor-ide/2.4.3-SNAPSHOT/uimaj-ep-cas-editor-ide-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-runtime\pom.xml to org.apache.uima/uimaj-ep-runtime/2.4.3-SNAPSHOT/uimaj-ep-runtime-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-runtime\target\org.apache.uima.runtime_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-runtime/2.4.3-SNAPSHOT/uimaj-ep-runtime-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-tools\pom.xml to org.apache.uima/uimaj-tools/2.4.3-SNAPSHOT/uimaj-tools-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-tools\target\uima-tools.jar to org.apache.uima/uimaj-tools/2.4.3-SNAPSHOT/uimaj-tools-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-jcasgen\pom.xml to org.apache.uima/uimaj-ep-jcasgen/2.4.3-SNAPSHOT/uimaj-ep-jcasgen-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-jcasgen\target\org.apache.uima.jcas.jcasgenp_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-jcasgen/2.4.3-SNAPSHOT/uimaj-ep-jcasgen-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-debug\pom.xml to org.apache.uima/uimaj-ep-debug/2.4.3-SNAPSHOT/uimaj-ep-debug-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-debug\target\org.apache.uima.debug_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-debug/2.4.3-SNAPSHOT/uimaj-ep-debug-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\aggregate-uimaj-eclipse-plugins\pom.xml to org.apache.uima/aggregate-uimaj-eclipse-plugins/2.4.3-SNAPSHOT/aggregate-uimaj-eclipse-plugins-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uima-docbook-tools\pom.xml to org.apache.uima/uima-docbook-tools/2.4.3-SNAPSHOT/uima-docbook-tools-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-eclipse-feature-runtime\pom.xml to org.apache.uima/uimaj-eclipse-feature-runtime/2.4.3-SNAPSHOT/uimaj-eclipse-feature-runtime-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-eclipse-feature-runtime\target\uimaj-eclipse-feature-runtime_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-eclipse-feature-runtime/2.4.3-SNAPSHOT/uimaj-eclipse-feature-runtime-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-adapter-vinci\pom.xml to org.apache.uima/uimaj-adapter-vinci/2.4.3-SNAPSHOT/uimaj-adapter-vinci-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-adapter-vinci\target\uima-adapter-vinci.jar to org.apache.uima/uimaj-adapter-vinci/2.4.3-SNAPSHOT/uimaj-adapter-vinci-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-bootstrap\pom.xml to org.apache.uima/uimaj-bootstrap/2.4.3-SNAPSHOT/uimaj-bootstrap-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-bootstrap\target\uimaj-bootstrap-2.4.3-SNAPSHOT.jar to org.apache.uima/uimaj-bootstrap/2.4.3-SNAPSHOT/uimaj-bootstrap-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-pear-packager\pom.xml to org.apache.uima/uimaj-ep-pear-packager/2.4.3-SNAPSHOT/uimaj-ep-pear-packager-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-pear-packager\target\org.apache.uima.pear_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-pear-packager/2.4.3-SNAPSHOT/uimaj-ep-pear-packager-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-parent\pom.xml to org.apache.uima/uimaj-parent/2.4.3-SNAPSHOT/uimaj-parent-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-examples\pom.xml to org.apache.uima/uimaj-examples/2.4.3-SNAPSHOT/uimaj-examples-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-examples\target\uima-examples.jar to org.apache.uima/uimaj-examples/2.4.3-SNAPSHOT/uimaj-examples-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-configurator\pom.xml to org.apache.uima/uimaj-ep-configurator/2.4.3-SNAPSHOT/uimaj-ep-configurator-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-configurator\target\org.apache.uima.desceditor_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-configurator/2.4.3-SNAPSHOT/uimaj-ep-configurator-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uima-docbook-overview-and-setup\pom.xml to org.apache.uima/uima-docbook-overview-and-setup/2.4.3-SNAPSHOT/uima-docbook-overview-and-setup-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-document-annotation\pom.xml to org.apache.uima/uimaj-document-annotation/2.4.3-SNAPSHOT/uimaj-document-annotation-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-document-annotation\target\uima-document-annotation.jar to org.apache.uima/uimaj-document-annotation/2.4.3-SNAPSHOT/uimaj-document-annotation-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-cpe\pom.xml to org.apache.uima/uimaj-cpe/2.4.3-SNAPSHOT/uimaj-cpe-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-cpe\target\uima-cpe.jar to org.apache.uima/uimaj-cpe/2.4.3-SNAPSHOT/uimaj-cpe-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uima-docbook-references\pom.xml to org.apache.uima/uima-docbook-references/2.4.3-SNAPSHOT/uima-docbook-references-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-cas-editor\pom.xml to org.apache.uima/uimaj-ep-cas-editor/2.4.3-SNAPSHOT/uimaj-ep-cas-editor-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-cas-editor\target\org.apache.uima.caseditor_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-cas-editor/2.4.3-SNAPSHOT/uimaj-ep-cas-editor-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\jcasgen-maven-plugin\pom.xml to org.apache.uima/jcasgen-maven-plugin/2.4.3-SNAPSHOT/jcasgen-maven-plugin-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\jcasgen-maven-plugin\target\jcasgen-maven-plugin-2.4.3-SNAPSHOT.jar to org.apache.uima/jcasgen-maven-plugin/2.4.3-SNAPSHOT/jcasgen-maven-plugin-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-launcher\pom.xml to org.apache.uima/uimaj-ep-launcher/2.4.3-SNAPSHOT/uimaj-ep-launcher-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-ep-launcher\target\org.apache.uima.launcher_2.4.3.SNAPSHOT.jar to org.apache.uima/uimaj-ep-launcher/2.4.3-SNAPSHOT/uimaj-ep-launcher-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\aggregate-uimaj\pom.xml to org.apache.uima/aggregate-uimaj/2.4.3-SNAPSHOT/aggregate-uimaj-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\aggregate-uimaj-docbooks\pom.xml to org.apache.uima/aggregate-uimaj-docbooks/2.4.3-SNAPSHOT/aggregate-uimaj-docbooks-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMAJ-SDK_java7/ws/pom.xml> to org.apache.uima/uimaj/2.4.3-SNAPSHOT/uimaj-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-component-test-util\pom.xml to org.apache.uima/uimaj-component-test-util/2.4.3-SNAPSHOT/uimaj-component-test-util-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uimaj-component-test-util\target\uimaj-component-test-util-2.4.3-SNAPSHOT.jar to org.apache.uima/uimaj-component-test-util/2.4.3-SNAPSHOT/uimaj-component-test-util-2.4.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\uima-docbook-tutorials-and-users-guides\pom.xml to org.apache.uima/uima-docbook-tutorials-and-users-guides/2.4.3-SNAPSHOT/uima-docbook-tutorials-and-users-guides-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\jVinci\pom.xml to org.apache.uima/jVinci/2.4.3-SNAPSHOT/jVinci-2.4.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMAJ-SDK_java7\jVinci\target\jVinci.jar to org.apache.uima/jVinci/2.4.3-SNAPSHOT/jVinci-2.4.3-SNAPSHOT.jar
Sending e-mails to: dev@uima.apache.org null@apache.org
channel stopped

Jenkins build is back to normal : UIMAJ-SDK_java7 #107

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMAJ-SDK_java7/107/changes>