[JBoss JIRA] (JBIDE-14795) Subclipse as installed from JBoss Central does not include JavaHL
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14795?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-14795:
------------------------------------
[~maxandersen] If we want to override prefs via JBDS plugin_customization.ini, they would be some or all of these:
{code}
/instance/org.tigris.subversion.subclipse.ui/pref_svninterface=svnkit
/instance/org.tigris.subversion.subclipse.ui/pref_merge_provider=Default (Subclipse)
/instance/org.tigris.subversion.subclipse.ui/pref_use_javahl_commit_hack=false
/instance/org.tigris.subversion.subclipse.tools.usage/ask_user_for_usage_report_preference=false
{code}
> Subclipse as installed from JBoss Central does not include JavaHL
> -----------------------------------------------------------------
>
> Key: JBIDE-14795
> URL: https://issues.jboss.org/browse/JBIDE-14795
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Fix For: 4.1.0.Beta2
>
> Attachments: checkout-from-svn.png, no-svn-bad-svn-have-you-tried-svnkit.png, no-svn-bad-svn.png
>
>
> installed svn + mylyn and gets error on startup with respect to javahl working.
> "Failed to load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = /Users/max/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14795) Subclipse as installed from JBoss Central does not include JavaHL
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14795?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-14795.
------------------------------
Release Notes Docs Status: Not Yet Documented
Release Notes Text:
Sublipse in JBoss Central does not include JavaHL because it's a platform-dependent implementation.
If you want to use JavaHL, you can install it for your platform from here:
http://subclipse.tigris.org/wiki/JavaHL
Or, since we provide the platform-agnostic pure java implementation of SVNKit, you can simply switch to that via:
Help > Preferences > Team > SVN > SVN Interface > SVNKit
Fix Version/s: 4.1.0.Beta2
Resolution: Done
Closing since there's no plan to ship platform-specific JavaHL bits in JBT or JBDS.
Users can either reconfigure JBT/JBDS to use the installed SVNKit, or manually install JavaHL for their platform via http://subclipse.tigris.org/wiki/JavaHL
> Subclipse as installed from JBoss Central does not include JavaHL
> -----------------------------------------------------------------
>
> Key: JBIDE-14795
> URL: https://issues.jboss.org/browse/JBIDE-14795
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Fix For: 4.1.0.Beta2
>
> Attachments: checkout-from-svn.png, no-svn-bad-svn-have-you-tried-svnkit.png, no-svn-bad-svn.png
>
>
> installed svn + mylyn and gets error on startup with respect to javahl working.
> "Failed to load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = /Users/max/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14795) Subclipse as installed from JBoss Central does not include JavaHL
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14795?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-14795.
------------------------------
Resolution: Won't Fix
> Subclipse as installed from JBoss Central does not include JavaHL
> -----------------------------------------------------------------
>
> Key: JBIDE-14795
> URL: https://issues.jboss.org/browse/JBIDE-14795
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Fix For: 4.1.0.Beta2
>
> Attachments: checkout-from-svn.png, no-svn-bad-svn-have-you-tried-svnkit.png, no-svn-bad-svn.png
>
>
> installed svn + mylyn and gets error on startup with respect to javahl working.
> "Failed to load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = /Users/max/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14819) BarrierWaitJob.interruptableJoin can freeze if job completes before listener is added
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-14819:
-----------------------------------
Summary: BarrierWaitJob.interruptableJoin can freeze if job completes before listener is added
Key: JBIDE-14819
URL: https://issues.jboss.org/browse/JBIDE-14819
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.1.0.Beta2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.1.0.Beta2
Because the barrierWaitJob depends on adding a job listener to do its custom join, it is possible that the job completes before the listener is added. Instead, the join() method should optionally schedule the job itself, AFTER the listener is added.
This would ensure that there can never be a case where the job can be scheduled and completed before the listener is added.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14795) after installing svn from central, javahl seem to not be installed/working
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14795?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-14795:
-------------------------------
Attachment: checkout-from-svn.png
no-svn-bad-svn-have-you-tried-svnkit.png
This happens because Subclipse wants JavaHL as its default SVN interface, even though SVNKit is installed. You can switch to the installed one instead of the missing/default one via
Help > Preferences > Team > SVN > SVN Interface:
!no-svn-bad-svn-have-you-tried-svnkit.png!
Once configured, I was then able to browse & checkout from SVN:
!checkout-from-svn.png!
> after installing svn from central, javahl seem to not be installed/working
> --------------------------------------------------------------------------
>
> Key: JBIDE-14795
> URL: https://issues.jboss.org/browse/JBIDE-14795
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Reporter: Max Rydahl Andersen
> Attachments: checkout-from-svn.png, no-svn-bad-svn-have-you-tried-svnkit.png, no-svn-bad-svn.png
>
>
> installed svn + mylyn and gets error on startup with respect to javahl working.
> "Failed to load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = /Users/max/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14795) Subclipse as installed from JBoss Central does not include JavaHL
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14795?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-14795:
-------------------------------
Summary: Subclipse as installed from JBoss Central does not include JavaHL (was: after installing svn from central, javahl seem to not be installed/working)
> Subclipse as installed from JBoss Central does not include JavaHL
> -----------------------------------------------------------------
>
> Key: JBIDE-14795
> URL: https://issues.jboss.org/browse/JBIDE-14795
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Attachments: checkout-from-svn.png, no-svn-bad-svn-have-you-tried-svnkit.png, no-svn-bad-svn.png
>
>
> installed svn + mylyn and gets error on startup with respect to javahl working.
> "Failed to load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = /Users/max/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14795) after installing svn from central, javahl seem to not be installed/working
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14795?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-14795:
----------------------------------
Assignee: Nick Boldt
> after installing svn from central, javahl seem to not be installed/working
> --------------------------------------------------------------------------
>
> Key: JBIDE-14795
> URL: https://issues.jboss.org/browse/JBIDE-14795
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Attachments: checkout-from-svn.png, no-svn-bad-svn-have-you-tried-svnkit.png, no-svn-bad-svn.png
>
>
> installed svn + mylyn and gets error on startup with respect to javahl working.
> "Failed to load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = /Users/max/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14795) after installing svn from central, javahl seem to not be installed/working
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14795?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-14795:
-------------------------------
Summary: after installing svn from central, javahl seem to not be installed/working (was: installig svn from central javahl seem to not be installed/working)
> after installing svn from central, javahl seem to not be installed/working
> --------------------------------------------------------------------------
>
> Key: JBIDE-14795
> URL: https://issues.jboss.org/browse/JBIDE-14795
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Reporter: Max Rydahl Andersen
> Attachments: no-svn-bad-svn.png
>
>
> installed svn + mylyn and gets error on startup with respect to javahl working.
> "Failed to load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = /Users/max/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."
--
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
12 years, 10 months