Hello,
My plug-in project depends from
org.tigris.subversion.subclipse.core plug-in.
Among other I use SVNUrl class from
org.tigris.subversion.svnclientadapter package.
PROBLEM:
1) _After_ migration on 1.1.2 version of subclipse I
receive COMPILATION ERROR:
- "The type
org.tigris.subversion.svnclientadapter.SVNUrl cannot
be resolved. It is indirectly referenced from required
.class files."
2) If I create new plug-in, add dependency from
subclipse.core and create single source file:
import
org.tigris.subversion.svnclientadapter.SVNUrl;
public abstract class SvnUtil {
public abstract SVNUrl get();
}
then I receive TWO COMPILATION ERRORS:
- "SVNUrl cannot be resolved to a type"
- "The import org.tigris.subversion.svnclientadapter
cannot be resolved"
QUESTION:
- is it legal to use svnclientadapter in general and
SVNUrl in particular? In any case I need subversion
URL
- what is wrong?
P.S: To prevent possible questions - my project worked
before migration to subclipse 1.1.2 and MANIFEST.MF
file contains line:
Require-Bundle: org.tigris.subversion.subclipse.core,
...
Vlad
________________________________________________________
Вы уже с Yahoo!?
Испытайте обновленную и улучшенную. Yahoo! Почту! http://ru.mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Jul 26 13:27:01 2006