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

subclipse and subversion 0.35.1

From: Aaron Optimizer Digulla <digulla_at_hepe.com>
Date: 2004-01-23 08:20:48 CET

Hello,

Since subclipse doesn't work with the new version of subversion
and there is a fix in the repository, I was wondering when we
can expect a new release?

And one more thing: I tried to compile subclipse and failed
miserably after about four hours.

A short summary:

- How do I open subclipse in Eclipse? When I create a new plugin,
then I get an empty plugin project. When I open it as java project,
it cannot find any of the four plugins org.eclipse.ui, org.apache.xerces,
org.eclipse.core.resources or org.eclipse.team.core.

When I try to add them in the PDE editor, I cannot select any plugins
in the dialog after clicking on "Add..."

- When I use the .classpath from the subversion repository,
then I can compile subclipse but I cannot start it (I get a small
popup window and then nothing).

- Since I'm using Linux, downloading the files from the update
site doesn't work (it seems that they are for win32 only despite
the fact that they contain a command line interface).

- After fixing all the paths and win32 dependencies in
build.xml, I get this error when compile with ant and
java 1.4.2-b28:

    [javac] /home/digulla/packages/subversion/subclipse/subclipse/ui/src/org/tigris/subversion/subclipse/ui/actions/CheckoutAsProjectAction.java:139: types org.tigris.subversion.subclipse.core.ISVNRemoteFolder and org.tigris.subversion.subclipse.core.ISVNRepositoryLocation are incompatible; both define members(org.eclipse.core.runtime.IProgressMonitor), but with different return type
    [javac] if (resources[i] instanceof ISVNRepositoryLocation) return false;
    [javac] ^
    [javac] Note: /home/digulla/packages/subversion/subclipse/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNDecoratorPreferencesPage.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 1 error

I tried to fix that but I'm unable to find where members() with just
one argument is defined and without being able to open the
project in eclipse, it's almost impossible to see throug the
complex forest of interface dependencies.

Any help?

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits." 
http://www.philmann-dark.de/
Received on Fri Jan 23 18:20:48 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.