See <https://builds.apache.org/job/Thrift/198/>

------------------------------------------
[...truncated 5413 lines...]
[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179]
 64-bit constant "281474976710655" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179]
 64-bit constant "72057594037927935" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179]
 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188]
 64-bit constant "4294967295" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188]
 64-bit constant "1099511627775" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188]
 64-bit constant "281474976710655" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188]
 64-bit constant "72057594037927935" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188]
 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:197]
 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:204]
 64-bit constant "9223372036854775807" may not work in all languages.

Running test... 
SERVER: Ready...
SERVER: Got janky method call: Just 42
CLIENT: 31
SERVER: Got voidMethod method call
SERVER: Got primitiveMethod call
CLIENT: 42
SERVER: Got structMethod call
CLIENT: CompactProtoTestStruct {f_CompactProtoTestStruct_a_byte = Just 1, 
f_CompactProtoTestStruct_a_i16 = Just 2, f_CompactProtoTestStruct_a_i32 = Just 
3, f_CompactProtoTestStruct_a_i64 = Just 4, f_CompactProtoTestStruct_a_double = 
Just 0.1, f_CompactProtoTestStruct_a_string = Just "abcdef", 
f_CompactProtoTestStruct_a_binary = Just Empty, 
f_CompactProtoTestStruct_true_field = Just True, 
f_CompactProtoTestStruct_false_field = Just False, 
f_CompactProtoTestStruct_empty_struct_field = Just Empty, 
f_CompactProtoTestStruct_byte_list = Nothing, f_CompactProtoTestStruct_i16_list 
= Nothing, f_CompactProtoTestStruct_i32_list = Nothing, 
f_CompactProtoTestStruct_i64_list = Nothing, 
f_CompactProtoTestStruct_double_list = Nothing, 
f_CompactProtoTestStruct_string_list = Nothing, 
f_CompactProtoTestStruct_binary_list = Nothing, 
f_CompactProtoTestStruct_boolean_list = Nothing, 
f_CompactProtoTestStruct_struct_list = Just [Empty], 
f_CompactProtoTestStruct_byte_set = Nothing, f_CompactProtoTestStruct_i16_set = 
Nothing, f_CompactProtoTestStruct_i32_set = Nothing, 
f_CompactProtoTestStruct_i64_set = Nothing, f_CompactProtoTestStruct_double_set 
= Nothing, f_CompactProtoTestStruct_string_set = Nothing, 
f_CompactProtoTestStruct_binary_set = Nothing, 
f_CompactProtoTestStruct_boolean_set = Nothing, 
f_CompactProtoTestStruct_struct_set = Nothing, 
f_CompactProtoTestStruct_byte_byte_map = Nothing, 
f_CompactProtoTestStruct_i16_byte_map = Nothing, 
f_CompactProtoTestStruct_i32_byte_map = Nothing, 
f_CompactProtoTestStruct_i64_byte_map = Nothing, 
f_CompactProtoTestStruct_double_byte_map = Nothing, 
f_CompactProtoTestStruct_string_byte_map = Nothing, 
f_CompactProtoTestStruct_binary_byte_map = Nothing, 
f_CompactProtoTestStruct_boolean_byte_map = Nothing, 
f_CompactProtoTestStruct_byte_i16_map = Nothing, 
f_CompactProtoTestStruct_byte_i32_map = Nothing, 
f_CompactProtoTestStruct_byte_i64_map = Nothing, 
f_CompactProtoTestStruct_byte_double_map = Nothing, 
f_CompactProtoTestStruct_byte_string_map = Nothing, 
f_CompactProtoTestStruct_byte_binary_map = Nothing, 
f_CompactProtoTestStruct_byte_boolean_map = Nothing, 
f_CompactProtoTestStruct_list_byte_map = Nothing, 
f_CompactProtoTestStruct_set_byte_map = Nothing, 
f_CompactProtoTestStruct_map_byte_map = Nothing, 
f_CompactProtoTestStruct_byte_map_map = Nothing, 
f_CompactProtoTestStruct_byte_set_map = Nothing, 
f_CompactProtoTestStruct_byte_list_map = Nothing}
SERVER: Got methodWithDefaultArgs: Just 42
SERVER: Got onewayMethod
SERVER: Got identity method: Just 42
CLIENT: 42
SUCCESS
sh run-test.sh ThriftTest
Generating bindings... 
Running test... 
SERVER: Ready...
SERVER: bya
CLIENT: bya
SERVER: 8
CLIENT: 8
SERVER: -8
CLIENT: -8
SERVER: 32
CLIENT: 32
SERVER: -32
CLIENT: -32
SERVER: 64
CLIENT: 64
SERVER: -64
CLIENT: -64
SERVER: 3.14
CLIENT: 3.14
SERVER: -3.14
CLIENT: -3.14
SERVER: fromList [(1,1),(2,2),(3,3)]
CLIENT: fromList [(1,1),(2,2),(3,3)]
SERVER: fromList [("0","numeric key"),("a","123"),("a b","with spaces 
"),("same","same")]
CLIENT: fromList [("0","numeric key"),("a","123"),("a b","with spaces 
"),("same","same")]
SERVER: [1,2,3,4,5]
CLIENT: [1,2,3,4,5]
SERVER: fromList [1,2,3,4,5]
CLIENT: fromList [1,2,3,4,5]
SERVER: Xtruct {f_Xtruct_string_thing = Just "hi", f_Xtruct_byte_thing = Just 
4, f_Xtruct_i32_thing = Just 5, f_Xtruct_i64_thing = Nothing}
CLIENT: Xtruct {f_Xtruct_string_thing = Just "hi", f_Xtruct_byte_thing = Just 
4, f_Xtruct_i32_thing = Just 5, f_Xtruct_i64_thing = Nothing}
CLIENT: Xception {f_Xception_errorCode = Just 1, f_Xception_message = Just 
"bya"}
CLIENT: Xception {f_Xception_errorCode = Just 1, f_Xception_message = Just 
"xyz"}
CLIENT: ok
SUCCESS
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/hs'>
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test'>
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test'>
make[1]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test'>
make[1]: Entering directory `<https://builds.apache.org/job/Thrift/ws/thrift'>
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/thrift'>
+ make dist
{ test ! -d "thrift-0.7.0-dev" || { find "thrift-0.7.0-dev" -type d ! -perm 
-200 -exec chmod u+w {} ';' && rm -fr "thrift-0.7.0-dev"; }; }
test -d "thrift-0.7.0-dev" || mkdir "thrift-0.7.0-dev"
 (cd compiler/cpp && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/compiler/cpp \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/compiler/cpp'>
make[1]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/compiler/cpp'>
 (cd lib && make  top_distdir=../thrift-0.7.0-dev 
distdir=../thrift-0.7.0-dev/lib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib'>
 (cd cpp && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/cpp \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/cpp'>
 (cd test && make  top_distdir=../../../thrift-0.7.0-dev 
distdir=../../../thrift-0.7.0-dev/lib/cpp/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/cpp/test'>
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/cpp/test'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/cpp'>
 (cd c_glib && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/c_glib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/c_glib'>
 (cd test && make  top_distdir=../../../thrift-0.7.0-dev 
distdir=../../../thrift-0.7.0-dev/lib/c_glib/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/c_glib/test'>
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/c_glib/test'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/c_glib'>
 (cd csharp && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/csharp \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/csharp'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/csharp'>
 (cd java && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/java \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/java'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/java'>
 (cd js/test && make  top_distdir=../../../thrift-0.7.0-dev 
distdir=../../../thrift-0.7.0-dev/lib/js/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/js/test'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/js/test'>
 (cd py && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/py \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/py'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/py'>
 (cd erl && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/erl \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/erl'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/erl'>
 (cd rb && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/rb \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/rb'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/rb'>
 (cd hs && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/hs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/hs'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/hs'>
 (cd perl && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/perl \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/perl'>
 (cd test && make  top_distdir=../../../thrift-0.7.0-dev 
distdir=../../../thrift-0.7.0-dev/lib/perl/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/perl/test'>
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/perl/test'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/perl'>
 (cd php && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/lib/php \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/php'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/php'>
make[1]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib'>
 (cd test && make  top_distdir=../thrift-0.7.0-dev 
distdir=../thrift-0.7.0-dev/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test'>
 (cd cpp && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/test/cpp \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/cpp'>
Makefile:809: warning: overriding commands for target `gen-cpp/ThriftTest.cpp'
Makefile:806: warning: ignoring old commands for target `gen-cpp/ThriftTest.cpp'
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/cpp'>
 (cd py && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/test/py \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/py'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/py'>
 (cd py.twisted && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/test/py.twisted \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/py.twisted'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/py.twisted'>
 (cd rb && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/test/rb \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/rb'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/rb'>
 (cd hs && make  top_distdir=../../thrift-0.7.0-dev 
distdir=../../thrift-0.7.0-dev/test/hs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/hs'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test/hs'>
make[1]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/test'>
make  \
          top_distdir="thrift-0.7.0-dev" distdir="thrift-0.7.0-dev" \
          dist-hook
make[1]: Entering directory `<https://builds.apache.org/job/Thrift/ws/thrift'>
find thrift-0.7.0-dev -type f \( -iname ".deps" -or -iname ".libs" -or -iname 
".gitignore" \
                -or -iname ".DS_Store" -or -iname "._*" \) | xargs rm -rf
find thrift-0.7.0-dev -type d \( -iname ".svn" -or -iname ".git" \) | xargs rm 
-rf
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/thrift'>
test -n "" \
        || find "thrift-0.7.0-dev" -type d ! -perm -755 \
                -exec chmod u+rwx,go+rx {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -444 -exec /bin/bash 
<https://builds.apache.org/job/Thrift/ws/thrift/install-sh> -c -m a+r {} {} \; \
        || chmod -R a+r "thrift-0.7.0-dev"
tardir=thrift-0.7.0-dev && tar --format=ustar -chf - "$tardir" | GZIP=--best 
gzip -c >thrift-0.7.0-dev.tar.gz
tar: thrift-0.7.0-dev/contrib/debian/debian: Cannot stat: No such file or 
directory
tar: Exiting with failure status due to previous errors
{ test ! -d "thrift-0.7.0-dev" || { find "thrift-0.7.0-dev" -type d ! -perm 
-200 -exec chmod u+w {} ';' && rm -fr "thrift-0.7.0-dev"; }; }
+ strip compiler/cpp/thrift
+ cd lib/java
+ ant javadoc
Buildfile: <https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:

mvn.ant.tasks.check:

proxy:

mvn.ant.tasks.download:
      [get] Getting: 
http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar
      [get] To: 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.3.jar>
      [get] Not modified - so not downloaded

mvn.init:
[artifact:dependencies] [WARNING] Overriding profile: 
'maven-ant-tasks-repo-profile' (source: pom) with new instance from source: pom

init:

javadoc:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Creating destination directory: 
"<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/javadoc/";>
  [javadoc] Loading source files for package org.apache.thrift...
  [javadoc] Loading source files for package org.apache.thrift.async...
  [javadoc] Loading source files for package org.apache.thrift.meta_data...
  [javadoc] Loading source files for package org.apache.thrift.protocol...
  [javadoc] Loading source files for package org.apache.thrift.server...
  [javadoc] Loading source files for package org.apache.thrift.transport...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.6.0_20
  [javadoc] Building tree for all the packages and classes...
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/TServiceClient.java>:49:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/TServiceClient.java>:57:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/TServiceClientFactory.java>:35:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/TServiceClientFactory.java>:44:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/TUnion.java>:184:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/async/TAsyncClient.java>:71:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/async/TAsyncClient.java>:63:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/transport/TTransport.java>:132:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/transport/TTransport.java>:141:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/transport/TTransport.java>:150:
 warning - @return tag has no arguments.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/transport/TFileProcessor.java>:100:
 warning - @param argument "lastChunkNum" is not a parameter name.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/transport/TFileTransport.java>:424:
 warning - @param argument "inputFile_" is not a parameter name.
  [javadoc] 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/src/org/apache/thrift/transport/TSSLTransportFactory.java>:328:
 warning - @param argument "auth" is not a parameter name.
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/javadoc/stylesheet.css...>
  [javadoc] 13 warnings
      [jar] Building jar: 
<https://builds.apache.org/job/Thrift/198/artifact/thrift/lib/java/build/libthrift-0.7.0-snapshot-javadoc.jar>

BUILD SUCCESSFUL
Total time: 4 seconds
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
Publishing Javadoc

Reply via email to