[ 
https://issues.apache.org/jira/browse/CASSANDRA-9463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573983#comment-14573983
 ] 

Jason Brown commented on CASSANDRA-9463:
----------------------------------------

Huh, this is what I have:

 $ ant -version
Apache Ant(TM) version 1.8.4 compiled on May 22 2012
 $ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
 $ ant realclean && ant test
.....
build-test:

BUILD FAILED
/opt/dev/cassandra/build.xml:1128: Class not found: javac1.8

(li. 128 in build.xml is where is sets the target.version for the javac command 
under the build-test target)

It gets past the src/ code compilation, but then failed on build-test. So I'm 
not sure why it's failing on building the tests. The 1.8.4 version of ant I'm 
using is direct from the apache ant downloads site, so nothing custom or 
interesting there.

Will do more research tonight, but the initial googling I found basically said 
to upgrade to ant 1.9.x to compile java 1.8 - hence, my suggestion (perhaps a 
bit hastily written).


> ant test-all results incomplete when parsed
> -------------------------------------------
>
>                 Key: CASSANDRA-9463
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9463
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Michael Shuler
>            Assignee: Ariel Weisberg
>             Fix For: 3.x, 2.2.x
>
>
> trunk `ant test` - 1,196 total tests
> trunk `ant test-all` - 1,353 total tests
> `ant test-all` runs 
> "test,long-test,test-compression,pig-test,test-clientutil-jar", so we should 
> be getting 1196*2 (test, test-compresssion) + N (long-test) + 24 (pig-test) + 
> N (test-clientutil-jar)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to