[
https://issues.apache.org/jira/browse/CASSANDRA-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Brosius updated CASSANDRA-5964:
------------------------------------
Attachment: 5964.txt
generate the version.properties file into ${basedir}/src/resources, and allow
it to be copied into classes by the regular build process. Doing this allows
eclipse/idea to see it as a resource that needs copying during build as well,
and so they don't just delete the file on scrub-build. The IDE should just have
src/resources as a src directory. (Against trunk)
> cqlsh raises a ValueError when connecting to Cassandra running in Eclipse
> -------------------------------------------------------------------------
>
> Key: CASSANDRA-5964
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5964
> Project: Cassandra
> Issue Type: Bug
> Reporter: Greg DeAngelis
> Priority: Minor
> Attachments: 5964.txt
>
>
> The release_version is set to 'Unknown' in system.local so the version
> parsing logic fails.
> Traceback (most recent call last):
> File "./cqlsh", line 2027, in <module>
> main(*read_options(sys.argv[1:], os.environ))
> File "./cqlsh", line 2013, in main
> display_float_precision=options.float_precision)
> File "./cqlsh", line 486, in __init__
> self.get_connection_versions()
> File "./cqlsh", line 580, in get_connection_versions
> self.cass_ver_tuple = tuple(map(int, vers['build'].split('-',
> 1)[0].split('.')[:3]))
> ValueError: invalid literal for int() with base 10: 'Unknown'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira