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

Re: [Subclipse-dev] Revision graph progress and problem with JavaHL

From: Alberto Gimeno <gimenete_at_gmail.com>
Date: Thu, 5 Jun 2008 15:56:06 +0200

I just was trying to do some tests without having to configure all the
plugin stuff (dependencies, configuration files,...). So I was trying
to make a simple class with a main() method and using JavaHL directly.
I know the final code must not depend on JavaHL.

I'm going to create a simple plugin to be able to connect to SVN using
SVNProviderPlugin.

Thanks.

On Thu, Jun 5, 2008 at 2:46 PM, Mark Phippard <markphip_at_gmail.com> wrote:
> On Thu, Jun 5, 2008 at 8:12 AM, Alberto Gimeno <gimenete_at_gmail.com> wrote:
>> I have been working on the cache implementation. I have developed the
>> queries needed to build the graph. I have made some tests and they
>> work by the moment. However I have used a very simple data set.
>>
>> Now I am trying to query information from a real repository through
>> JavaHL. But I have a very simple problem. JavaHL can't load its DLLs.
>> I'm trying just to launch a very simple application (a main() method)
>> that uses JavaHL. I have defined
>> org.tigris.subversion.clientadapter.javahl as a project dependency in
>> window -> preferences -> java build path. And I have set
>> "-Dsubversion.native.library=/absolute/path/to/libsvnjavahl-1.dll" as
>> VM argument in the run dialog. I get the following error:
>
> You should not have any dependencies on JavaHL, nor should you use it
> directly. You must use SVNClientAdapter. And you really should not
> even be using that plugin, you should just be dependent on the
> Subclipse core plugin. You can then get the ISVNClientAdapter using
> the getSVNClient() static method from SVNProviderPlugin.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
> For additional commands, e-mail: dev-help_at_subclipse.tigris.org
>
>

-- 
Alberto Gimeno Brieba
Presidente y fundador de
Ribe Software S.L.
http://www.ribesoftware.com
ribe_at_ribesoftware.com
Contacto personal
eMail: gimenete_at_gmail.com
GTalk: gimenete_at_gmail.com
msn: gimenete_at_hotmail.com
página web: http://gimenete.net
teléfono móvil: +34 625 24 64 81
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-06-05 15:56:18 CEST

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

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