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

David Allsopp commented on CASSANDRA-2854:
------------------------------------------

Will try to take a look. Probably needs to detect the OS in Ant to modify the 
regex passed to split(), e.g.:

<condition property="path.sep" value=";">
   <os family="windows"/>
</condition>
<condition property="path.sep" value=":">
   <os family="unix"/>
</condition>

<fail unless="foo.path">No path.sep set for this OS!</fail>

Or (possibly) use unix-style paths in the first place if Ant handles them OK on 
Windows (but not sure where they originate from; this may not be possible)...
                
> Java Build Path is broken in Eclipse after running generate-eclipse-files Ant 
> target
> ------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-2854
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2854
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.1
>         Environment: Windows 7 64-bit, Eclipse Helios SR1, Subclipse
>            Reporter: David Allsopp
>            Priority: Minor
>
> Following the instructions in 
> http://wiki.apache.org/cassandra/RunningCassandraInEclipse, but checking out 
> v0.8.1:
> After running the 'generate-eclipse-files' Ant target, the build path is set 
> up to include all the libraries in build/lib/jars, but each library has ;C 
> (semicolon, letter C) appended to it, so Eclipse can't find the libraries - 
> there are about 55 errors like:
> Project 'cassandra-0.8.1' is missing required library: 
> '\Users\David\eclipse_workspace\cassandra-0.8.1\build\lib\jars\commons-cli-1.2.jar;C'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to