[
https://issues.apache.org/jira/browse/CASSANDRA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732180#action_12732180
]
Michael Greene commented on CASSANDRA-301:
------------------------------------------
That fixes the dependency issue, yes.
I get the following when running 'mvn site:site'
...
[WARNING] Error while parsing
/home/cassandra/review/cassandra-297/src/java/org/apache/cassandra/utils/ReducingIterator.java:
Can't use generics unless running in JDK 1.5 mode!
...
[WARNING] Error while parsing
/home/cassandra/review/cassandra-297/src/java/org/apache/cassandra/utils/TimedStatsDeque.java:
Can't use generics unless running in JDK 1.5 mode!
... etc. Is there a way to make sure that it runs this in JDK 1.6 or JDK 1.7
mode? Cassandra only supports 1.6+
Also, if I run 'mvn install' and then 'mvn site:site' all of the tests fail on
a file delete. Not sure if this is a mvn issue or not.
> Support a maven release
> -----------------------
>
> Key: CASSANDRA-301
> URL: https://issues.apache.org/jira/browse/CASSANDRA-301
> Project: Cassandra
> Issue Type: New Feature
> Components: Tools
> Reporter: Hiram Chirino
> Attachments: CASSANDRA-301.patch.2
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.