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

AW: Re: New->Repository location... problem with 0.9.34 on fresh Eclipse 3.1

From: Markus Karg <markus.karg_at_quipsy.de>
Date: 2005-09-14 07:24:50 CEST

We had the same problem but in our case it was a problem with upper/lowercase: While the first path was "C:\workspace", the second as "c:\workspace". I think Subclipse is doing a string comparison where it should do a java.util.File comparison? Actually the File class contains support for OS specific handling of equals() for names.
 
 
 
Mit freundlichem Gruss / With kind regards
Markus KARG, Staatl. gepr. Inf.
Entwicklung / R & D
QUIPSY QUALITY GmbH

________________________________

Von: Mark Phippard [mailto:MarkP@softlanding.com]
Gesendet: Di 13.09.2005 22:31
An: users@subclipse.tigris.org
Betreff: Re: New->Repository location... problem with 0.9.34 on fresh Eclipse 3.1

Jeremy Hughes <jpjhughes@gmail.com> wrote on 09/13/2005 03:47:48 PM:

> I've just installed Subclipse 0.9.34 from a local repository into a
> new install of Eclipse 3.1 running an empty workspace. I get the
> following in a dialog:
>
> --------------
>
> Your Eclipse workspace path is:
>
> c:\workspaces\e31\test
>
> But the actual file system path is:
>
> c:\workspaces\e31\test
>
> Subclipse will not operate corectly unless the values are the same.
> Use the Switch Workspaces option or change the -data parameter etc

It is just based on String.equals() comparison. All I can think of is
that there are some untrimmed spaces somewhere. For example, perhaps when
you specified your workspace location there were leading or trailing
spaces?

Try using File -> Switch Workspace and the Windows file chooser to pick
the folder.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Sep 14 15:24:50 2005

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.