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

Re: [Subclipse-dev] Can't export/compile clientadapter.svnkit

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 22 Apr 2009 14:00:35 -0400

On Wed, Apr 22, 2009 at 1:58 PM, larry yang
<larry.yang_at_easysoftwarellc.com> wrote:
> I can't export/compile clientadapter.svnkit. I put "org.tmatesoft.svnkit_1.3.0.5726.jar" into my eclipse3.4 plugin folder, but the clientadapter.svnkit source code still show undeclared symbols which is related to svnkit in my workbench. So, I try to specify svnkit.jar and svnkit-javahl.jar in build path, although undeclared symbols disappeared in workbench this time, but when I export/compile clientadapter.svnkit project, it failed. From the export log, I still find those svnkit related undeclared symbols as below.
>
> 1. ERROR in D:\subclipse-ws\org.tigris.subversion.clientadapter.svnkit\src\org\tigris\subversion\clientadapter\svnkit\Activator.java (at line 16)
>        import org.tmatesoft.svn.core.internal.io.svn.ISVNConnectorFactory;
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The import org.tmatesoft.svn.core.internal cannot be resolved
> ----------
> 2. ERROR in D:\subclipse-ws\org.tigris.subversion.clientadapter.svnkit\src\org\tigris\subversion\clientadapter\svnkit\Activator.java (at line 17)
>        import org.tmatesoft.svn.core.javahl.SVNClientImpl;
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The import org.tmatesoft.svn.core.javahl cannot be resolved
> ----------
> 3. ERROR in D:\subclipse-ws\org.tigris.subversion.clientadapter.svnkit\src\org\tigris\subversion\clientadapter\svnkit\Activator.java (at line 36)
>        private ISVNConnectorFactory factory=null;
>                ^^^^^^^^^^^^^^^^^^^^
> ISVNConnectorFactory cannot be resolved to a type
>
> ...
>
> Anyone can shed some light on my question above? Thanks in advance!

Probably the dependency on the SVNKit 1.3 plugin is not satisfied.
You should not be editing the build path. You should either just
install the SVNKit 1.3 plugin or have it checked out in your
workspace.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=1863793
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
Received on 2009-04-22 20:01:08 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.