Eclipse .classpath file contains mac specific java settings
-----------------------------------------------------------

                 Key: WOOKIE-193
                 URL: https://issues.apache.org/jira/browse/WOOKIE-193
             Project: Wookie
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 0.9.1
         Environment: Windows (any), but tested against Windows 7 x64 Sp1
            Reporter: Paul Sharples
            Assignee: Paul Sharples
            Priority: Minor
             Fix For: 0.9.1


When a windows/eclipse user checks out the code from svn, eclipse reports build 
errors as the .classpath refers to a specific mac install of java

<classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM
 1.6"/>

On windows when i change that to a more generic...

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/"/>

...everything behaves properly.  I dont want to break everyones setup by 
commiting this change back, before I can confirm that this update will also 
work on macos/eclipse.

FYI: in my Eclipse setup, under Window->Preferences->Java->Installed JREs the 
default JRE points to a 1.6.0_24 instance.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to