[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: libapr.dll not found and other problems with Subclipse 0.9.16

From: Fabio Da Soghe <fabio.dasoghe_at_interprosrl.it>
Date: 2004-09-02 18:02:02 CEST

Hi.
I encountered same problem as yours. It seems there's something bad with the
latest release (0.9.16) about some external libraries Subclipse uses (if you
want more details I'ld suggest to read some mail from this list in the past
few days).
 
Anyway, I resolved this way (i'm on windows - if you have another OS, you'll
have to adapt):
1) install Subclipse from the update site (as you've done)
2) get the apr dlls from here:
<http://svn.collab.net/repos/subclipse/trunk/svnClientAdapter/>
http://svn.collab.net/repos/subclipse/trunk/svnClientAdapter/ and put them
into your c:\windows\system32 or into the Eclipse root (I chosen the latter
solution: easier to remove when the subclipse update package will work
again).
 
The dll you need are:
- libapriconv.dll
- libaprutil.dll
- libapr.dll
 
Restart Eclipse and you should be done.
 
This solution was already explained in this list (thanks to those people for
that), but I thought it was useful to have it repeated.
 
Fabio da Soghe
 
-----Original Message-----
From: pkahn@connected.com [mailto:pkahn@connected.com]
Sent: Thursday, September 02, 2004 5:19 PM
To: users@subclipse.tigris.org
Subject: libapr.dll not found and other problems with Subclipse 0.9.16

Hi, I am using Eclipse 3 and Subclipse 0.9.16, with a subversion 1.0.2
(r9423) via an Apache 2 server.
 
I am running into some weird issues.
 
1. After installing Subclipse from the Subclipse.tigris.org/update site I
get errors about libapr.dll not being found with a suggestion that I
reinstall. I have reinstalled Eclipse (got a fresh zip from the eclipse.org
site) and still after installing Subclipse I get these errors. Anyone know
what this is all about?
 
2. If I do a checkout-as... from svn and make a workspace copy of my project
from subversion Eclipse just hangs if I use the entire project. If I use a
subset, I can get eclipse to work, but for me building is rather a bit of a
problem as I need the rest.
 
3. I tried a subset of my project and it work. I made a change to a file
in the project and chose synchronize. Synchronize failed with the following
error...
An internal error occurred during: "Synchronizing SVN (/subprojtest)".
java.lang.NullPointerException
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.findChanges
(SVNWorkspaceSubscriber.java:250)
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVN
WorkspaceSubscriber.java:219)
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVN
WorkspaceSubscriber.java:200)
org.eclipse.team.internal.ui.synchronize.RefreshSubscriberJob.run(RefreshSub
scriberJob.java:279)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
 
 
I would appreciate any information you have on these issues. Should I
submit them to the project home? Are there work-arounds?
Thanks.
 

--
Peter Kahn
pkahn@connected.com
 
 
Received on Fri Sep 3 02:02:02 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.