#19187 closed defect (worksforme)
subversion-javahlbindings don't seem to work with Subclipse 1.6.x
Reported by: | ant.cunningham@… | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | subversion-javahlbindings |
Description
JavaHL 1.6.0/Subversion 1.6.0_1 do not seem to work with Subclipse 1.6.2. SVN preferences say that JavaHL is not available. Symlink to the lib seems to be ok.
ls -al /Library/Java/Extensions:
libsvnjavahl.jnilib -> /opt/local/lib/libsvnjavahl-1.dylib
I have also tried adding -Djava.library.path="/opt/local/lib" to my eclipse.ini
And i tried adding a CLASSPATH variable to my .profile and to .MacOSX/envrionment.plist
-- in .MacOSX/envrionment.plist --
<key>CLASSPATH</key> <string>/opt/local/share/java/svn-javahl.jar:/opt/local/share/java/hamcrest-core.jar</string>
-- in .profile --
export CLASSPATH=/opt/local/share/java/svn-javahl.jar:/opt/local/share/java/hamcrest-core.jar
Change History (3)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to dluke@… |
---|
comment:2 Changed 16 years ago by danielluke (Daniel J. Luke)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Do you have more specific information on what is wrong? The current javahlbindings appear to be OK, they pass all of the build tests for me.
Perhaps a subclipse mailing list may have more helpful information for troubleshooting and/or a fix (if the problem is with subclipse).
If you do find a problem with the javahlbindings port, we can investigate how to fix it.