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.
________________________________
Von: Mark Phippard [mailto:MarkP@softlanding.com]
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
It is just based on String.equals() comparison. All I can think of is
Try using File -> Switch Workspace and the Windows file chooser to pick
Mark
_____________________________________________________________________________
---------------------------------------------------------------------
|
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.