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

R: subclipse and subversion 0.35.1

From: Fabio Da Soghe <fabio.dasoghe_at_interprosrl.it>
Date: 2004-01-23 11:23:05 CET

About compiling subclipse, there is a pdf guide avalaible in the document
area of sublipse's home page:
http://subclipse.tigris.org/files/documents/906/8847/file_8847.dat?filename=
subclipse%20%2d%20install%2c%20use%20and%20compile%2epdf

Please, let us know if you will be successful, I'm waiting too for the new
release: I'm using subclipse 0.8.1 linked against 0.31.1, while my
subversion server is 0.33.1 :(

Fabio

-----Messaggio originale-----
Da: Aaron Optimizer Digulla [mailto:digulla@hepe.com]
Inviato: venerd́ 23 gennaio 2004 8.21
A: users@subclipse.tigris.org
Oggetto: subclipse and subversion 0.35.1

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/subv
ersion/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/subv
ersion/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/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Jan 23 21:23:05 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.