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

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

From: larry yang <larry.yang_at_easysoftwarellc.com>
Date: Wed, 22 Apr 2009 10:58:20 -0700 (PDT)

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!

Larry

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=1863780

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
Received on 2009-04-22 19:59:17 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.