Details
-
Type: Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
-
JDK version and platform:java full version "1.5.0_06-103", MacOS X 10.4.7 ppc
Description
Unpack xstream-1.2.zip
cd xstream-1.2
ant
Buildfile: build.xml
compile:init:
[mkdir] Created dir: /private/tmp/xstream/build/java
[echo] Java version used for compile: 1.5.0_06
compile:java3:
[javac] Compiling 194 source files to /private/tmp/xstream/build/java
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
compile:java5:
[javac] Compiling 8 source files to /private/tmp/xstream/build/java
[javac] Note: /private/tmp/xstream/src/java/com/thoughtworks/xstream/annotations/Annotations.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
compile:
tools:compile:
[mkdir] Created dir: /private/tmp/xstream/build/tools
BUILD FAILED
...../xstream-1.2/build.xml:65: srcdir "..../xstream-1.2/src/tools" does not exist!
Total time: 5 seconds
Replaced the distributed zip. Thanks for heads-up.