[
https://issues.apache.org/jira/browse/CASSANDRA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732319#action_12732319
]
Michael Greene edited comment on CASSANDRA-301 at 7/16/09 8:58 PM:
-------------------------------------------------------------------
My previous runs were on Ubuntu, with JDK 1.6. Running on OSX, I don't see the
test errors, but I'll have to check that previous computer to figure out what
was going on. I still see the JDK errors:
[WARNING] Error while parsing
~/cassandra-301/src/java/org/apache/cassandra/service/ThriftValidation.java:
Can't use variable arguments (varargs) when running in JDK 1.4 mode!
[WARNING] Error while parsing
~/cassandra-301/src/java/org/apache/cassandra/service/WriteResponseResolver.java:
Can't use generics unless running in JDK 1.5 mode!
However my default JDK is 1.6 and
$ echo $JAVA_HOME
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/
I've needed to export MAVEN_OPTS=-Xmx256M to get the full dependency report to
generate when running mvn site:site - is there a way to suggest these JVM args
in the pom?
JIRA and Hudson info look good. Could a committer direct Hiram to a committer
list? I don't know where a complete list is, just some of the individuals.
Also note: the existing patch should not be submitted as-is due to the
inclusion of sample data in this list.
I still think we should define the thrift generation in terms of the existing
ant tasks, so we don't have to duplicate changes to those in the future.
The patch is shaping up pretty well, and I'm getting introduced to the wonders
of Maven in the process. Thanks Hiram!
was (Author: euphoria):
My previous runs were on Ubuntu, with JDK 1.6. Running on OSX, I don't see
those errors, but I'll have to check that previous computer to figure out what
was going on.
JIRA and Hudson info look good. Could a committer direct Hiram to a committer
list? I don't know where a complete list is, just some of the individuals.
Also note: the existing patch should not be submitted as-is due to the
inclusion of sample data in this list.
I still think we should define the thrift generation in terms of the existing
ant tasks, so we don't have to duplicate changes to those in the future.
The patch is shaping up pretty well, and I'm getting introduced to the wonders
of Maven in the process. Thanks Hiram!
> 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.3
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.