[
https://issues.apache.org/jira/browse/CASSANDRA-11807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward Capriolo updated CASSANDRA-11807:
----------------------------------------
Description:
My out-of-the-box experience with Cassandra trunk is:
{noformat}
/home/edward/Documents/java/cassandra/build.xml:805: Class not found: javac1.8
{noformat}
Due to the nature of ant It can be related to some obscure thing that probably
only affects .0003 of users. In any case documentation on the interweb
suggests:
http://stackoverflow.com/questions/20702626/javac1-8-class-not-found
{noformat}
compiler="modern"
{noformat}
It seems to be reasonable that since trunk will only build on ultra-modern jvms
compiler="modern" is an acceptable option. With this the build works (for me)
was:
My out-of-the-box experience with Cassandra trunk is:
{noformat}
/home/edward/Documents/java/cassandra/build.xml:805: Class not found: javac1.8
{noformat}
Due to the nature of ant I can be related to some obscure thing that probably
only affects .0003 of users. In any case documentation on the interweb
suggests:
http://stackoverflow.com/questions/20702626/javac1-8-class-not-found
{noformat}
compiler="modern"
{noformat}
It seems to be reasonable that since trunk will only build on ultra-modern jvms
compiler="modern" is an acceptable option. With this the build works (for me)
> Add modern arguments to build.xml javac
> ---------------------------------------
>
> Key: CASSANDRA-11807
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11807
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Edward Capriolo
> Priority: Minor
>
> My out-of-the-box experience with Cassandra trunk is:
> {noformat}
> /home/edward/Documents/java/cassandra/build.xml:805: Class not found: javac1.8
> {noformat}
> Due to the nature of ant It can be related to some obscure thing that
> probably only affects .0003 of users. In any case documentation on the
> interweb suggests:
>
> http://stackoverflow.com/questions/20702626/javac1-8-class-not-found
> {noformat}
> compiler="modern"
> {noformat}
> It seems to be reasonable that since trunk will only build on ultra-modern
> jvms compiler="modern" is an acceptable option. With this the build works
> (for me)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)