Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] External eclipse projects drive change


hi Matt,

 the project location is stored in your local workspace

        ${workspace}/.metadata/.plugins/org.eclipse.core.resources/.projects/<your project name>/.location

However it is an internal (binary) file and is not intended to be edited by users. I think the best option is to delete the projects from your workspace (via the IDE - the projects should already be closed in the navigator as they are invalid), and then do a

        File -> Import... -> (General) Import Existing Projects Into Workspace

I think you could also enter the UNC path of the project (in the import wizard) as the location to avoid this happening again in future


btw, this list is for the development of JDT - end-user questions should be asked on the newsgroups http://www.eclipse.org/newsgroups/

thanks,
Andrew

jdt-dev-bounces@xxxxxxxxxxx wrote on 08/09/2006 17:26:30:

> Hi
>
> I have all my eclipse java projects created externally on a mapped
> network drive.  I have changed machines at work and there is a
> different mapped drive located at that letter- now I can't open my
> projects, the new mapped drive must be there so I cannot change it back.
>
> Can I change the location of the projects in eclipse settings/config
> files/xml somewhere?
>
> thanks
> Matt
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-dev


Don't miss out on your chance to...Do more with Symbian.
Make sure you visit the Symbian Smartphone Show, 17-18 October
2006, Excel, London


www.symbiansmartphoneshow.com





*******************************************************************
*** Symbian Software Ltd is a company registered in England and
Wales with registered number 4190020 and registered office at 2-6
Boundary Row, Southwark, London, SE1 8HP, UK. This message is
intended only for use by the named addressee and may contain
privileged and/or confidential information. If you are not the
named addressee you should not disseminate, copy or take any action
in reliance on it. If you have received this message in error
please notify postmaster@xxxxxxxxxxx and delete the message and any
attachments accompanying it immediately. Neither Symbian nor any of
its Affiliates accepts liability for any corruption, interception,
amendment, tampering or viruses occurring to this message in
transit or for any message sent by its employees which is not in
compliance with Symbian corporate policy. *************************
*********************************************

Back to the top