Skip to content

Instantly share code, notes, and snippets.

@Nemo157
Created November 1, 2010 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nemo157/657765 to your computer and use it in GitHub Desktop.
Save Nemo157/657765 to your computer and use it in GitHub Desktop.
WIAB ant output
nemo157@files3 wave-devel/wave-protocol
â ant
Buildfile: build.xml
init:
[mkdir] Created dir: /home/nemo157/wave-devel/wave-protocol/build/core
[mkdir] Created dir: /home/nemo157/wave-devel/wave-protocol/build/test
[mkdir] Created dir: /home/nemo157/wave-devel/wave-protocol/build/instr
[mkdir] Created dir: /home/nemo157/wave-devel/wave-protocol/build/staging
[mkdir] Created dir: /home/nemo157/wave-devel/wave-protocol/build/testoutput
proto_compile:
[javac] Compiling 2 source files to /home/nemo157/wave-devel/wave-protocol/build/core
gen_gxp:
compile:
[javac] Compiling 230 source files to /home/nemo157/wave-devel/wave-protocol/build/core
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 19 files to /home/nemo157/wave-devel/wave-protocol/build/core
compile_tests:
[javac] Compiling 66 source files to /home/nemo157/wave-devel/wave-protocol/build/test
test:
[junit] WARNING: multiple versions of ant detected in path for junit
[junit] jar:file:/usr/share/java/ant-1.7.1.jar!/org/apache/tools/ant/Project.class
[junit] and jar:file:/home/nemo157/wave-devel/wave-protocol/third_party/codegen/gwt/gwt-dev.jar!/org/apache/tools/ant/Project.class
[junitreport] Processing /home/nemo157/wave-devel/wave-protocol/build/testoutput/TESTS-TestSuites.xml to /tmp/null1504226257
[junitreport] Loading stylesheet jar:file:/usr/share/java/ant/ant-junit-1.7.1.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] jar:file:/usr/share/java/ant/ant-junit-1.7.1.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl:40: Fatal Error! Unknown extension element
[junitreport] Failed to process /home/nemo157/wave-devel/wave-protocol/build/testoutput/TESTS-TestSuites.xml
BUILD FAILED
/home/nemo157/wave-devel/wave-protocol/build.xml:177: Errors while applying transformations: Fatal error during transformation
Total time: 19 seconds
nemo157@files3 wave-devel/wave-protocol
â uname -a
Linux files3 2.6.34.7-0.3-desktop #1 SMP PREEMPT 2010-09-20 15:27:38 +0200 x86_64 x86_64 x86_64 GNU/Linux
nemo157@files3 wave-devel/wave-protocol
â java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.1) (suse-1.1.5-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment