Skip to main content



      Home
Home » Newcomers » Newcomers » Reuse a Project Name
Reuse a Project Name [message #555993] Mon, 30 August 2010 09:40 Go to next message
Eclipse UserFriend
Hello:

How can I reuse a project name in Eclipse Helios? I had created a project in the past, but deleted it later on - including all files from disk, but Eclipse is not allowing me to reuse the same name saying that a project already exists with that name. I'm not able to find anything related to that name on my PC. Any help is greatly appreciated.

Thanks.
Re: Reuse a Project Name [message #556010 is a reply to message #555993] Mon, 30 August 2010 10:20 Go to previous messageGo to next message
Eclipse UserFriend
That's not normally supposed to happen and doesn't for me... What kind
of project are you trying to create? Does this happen for just a plain
old project? I.e., for File->New->Project...->General->Project

mr_ecl@yahoo.com wrote:
> Hello:
>
> How can I reuse a project name in Eclipse Helios? I had created a
> project in the past, but deleted it later on - including all files
> from disk, but Eclipse is not allowing me to reuse the same name
> saying that a project already exists with that name. I'm not able to
> find anything related to that name on my PC. Any help is greatly
> appreciated.
>
> Thanks.
>
Re: Reuse a Project Name [message #556016 is a reply to message #556010] Mon, 30 August 2010 10:39 Go to previous messageGo to next message
Eclipse UserFriend
Hi Ed, I have tried this with two different kinds of Java projects..Dynamic Web & Java project. It is very frustrating not being able to use the same name.

In the past I've had this issue with Galileo also.

Thanks.
Re: Reuse a Project Name [message #556021 is a reply to message #555993] Mon, 30 August 2010 10:38 Go to previous messageGo to next message
Eclipse UserFriend
On 8/30/2010 7:41 AM, mr_ecl@yahoo.com wrote:
> Hello:
>
> How can I reuse a project name in Eclipse Helios? I had created a
> project in the past, but deleted it later on - including all files from
> disk, but Eclipse is not allowing me to reuse the same name saying that
> a project already exists with that name. I'm not able to find anything
> related to that name on my PC. Any help is greatly appreciated.
>
> Thanks.

This happens to me all the time. Once you're certain that the project
isn't in fact listed in Eclipse's view of your workspace, delete it by
hand from your filesystem. If you're on Windows, drop Eclipse, then
bounce your machine to be sure. Last, launch Eclipse with the -clean option.

Now, some of this may be superstition. I haven't taken the time to track
down exactly which of these steps actually does the trick. However, it
always ultimately works for me.

Hope this helps.
Re: Reuse a Project Name [message #556023 is a reply to message #556021] Mon, 30 August 2010 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Thanks. Will try that.

Re: Reuse a Project Name [message #556025 is a reply to message #556023] Mon, 30 August 2010 11:08 Go to previous messageGo to next message
Eclipse UserFriend
Also, when I use a different name, I get the message "c:\fldra\fldrb overlaps the location of another project 'abc'"

This folder used to be the home of the deleted project... I delete the project, files and folders from the disk and recreate the base folder but with the same name and it wouldn't let me use this now newly created folder for a project.

Does Eclipse store the base folder information elsewhere that I need to delete? Any pointers?

Thanks.

[Updated on: Mon, 30 August 2010 11:10] by Moderator

Re: Reuse a Project Name [message #558011 is a reply to message #556025] Thu, 09 September 2010 15:17 Go to previous messageGo to next message
Eclipse UserFriend
On 8/30/10 11:08 AM, mr_ecl@yahoo.com wrote:
> Also, when I use a different name, I get the message "c:\fldra\fldrb
> overlaps the location of another project 'abc'"
>
> This folder used to be the home of the deleted project, I delete the
> project, files and folders from the disk and recreate the base folder
> with the same name and it wouldn't let me use this now newly created
> folder.
>
> Does Eclipse store the base folder information elsewhere that I need to
> delete? Any pointers?

Did you delete the project in Eclipse, or just delete the
directory/files from your file system directly?
In Eclipse, a Project is a logical container for Resources (files and
folders), which can be stored directly in the project's root directory
or linked from other locations. This is important to understand because
deleting the underlying files or folders is a separate task from
deleting the logical structure that Eclipse calls a Project. If you
delete a Project in Eclipse, it offers to delete the underlying files
and folders for you; but if you just delete the files/folders manually,
Eclipse doesn't know that the Project should also be deleted.

Hope this helps,
Eric
Re: Reuse a Project Name [message #558292 is a reply to message #558011] Fri, 10 September 2010 16:34 Go to previous messageGo to next message
Eclipse UserFriend
Eric Rizzo wrote on Thu, 09 September 2010 15:17
On 8/30/10 11:08 AM, mr_ecl@yahoo.com wrote:
> Also, when I use a different name, I get the message "c:\fldra\fldrb
> overlaps the location of another project 'abc'"
>
> This folder used to be the home of the deleted project, I delete the
> project, files and folders from the disk and recreate the base folder
> with the same name and it wouldn't let me use this now newly created
> folder.
>
> Does Eclipse store the base folder information elsewhere that I need to
> delete? Any pointers?

Did you delete the project in Eclipse, or just delete the
directory/files from your file system directly?
In Eclipse, a Project is a logical container for Resources (files and
folders), which can be stored directly in the project's root directory
or linked from other locations. This is important to understand because
deleting the underlying files or folders is a separate task from
deleting the logical structure that Eclipse calls a Project. If you
delete a Project in Eclipse, it offers to delete the underlying files
and folders for you; but if you just delete the files/folders manually,
Eclipse doesn't know that the Project should also be deleted.

Hope this helps,
Eric


Hi Eric, I deleted the project out of the workspace and chose the option to delete from disk.

But later on when I create a new folder with the same name as the previously deleted one, and try to use that as my project's home, that's when I'm getting this message.

It would be very helpful if I can overcome this issue, because a lot of times I'm just playing with the kind of setup I want to go with for my project until I find one I like.

So, are there are a list of places where Eclipse stores project and it's home location information on the drive? I couldn't find anywhere else based on my search for the project home folder names I used.

Thanks,
M.R.
Re: Reuse a Project Name [message #558301 is a reply to message #558292] Fri, 10 September 2010 17:08 Go to previous messageGo to next message
Eclipse UserFriend
On 2010.09.10 14:34, mr_ecl@yahoo.com wrote:
> [snip]
>
>
> I deleted the project out of the workspace and chose the option
> to delete from disk.
> But later on when I create a new folder with the same name as the
> previously deleted one, and try to use that as my project's home, that's
> when I'm getting this message.
>
> [snip]
>
> M.R.

Have you verified that the project subdirectory is indeed gone from your
workspace? Have you bounced Eclipse? Have you tried re-launching Eclipse
with the -clean option? Finally, if on Windows, have you bounced Windows?

I don't usually have the problem you describe, but I have had it several
times and the above list is what I've used to flail around in the dark.

Russ Bateman
Re: Reuse a Project Name [message #631313 is a reply to message #558301] Wed, 06 October 2010 22:33 Go to previous messageGo to next message
Eclipse UserFriend
Russ

I see you answering - and helping - in a lot of places.
I like to help anytime I can also. (I'm very new here and can't possibly help with these topics.)

But I AM an expert of fixing things.

The questions was:

"So, are there are a list of places where Eclipse stores project and it's home location information on the drive?"

Asked in several places by several people. For the same reason:
how to get rid of an old project, and what to do when (whatever) doesn't work.

I already saw 10+ folders NOT in the project folders with entries relating to an old project.

Maybe the Eclipse project management needs
better cleanup when deleting projects
a verification of active projects that works
perhaps an archive setup that the old projects can be revived from

I still see many references after deleting projects. Are we going to have issues like the Win sxs and WOW folders - building forever and slowing the system with excessive search times?

I like Eclipse so far- but looking at the forums and the sidestepping of questions isn't giving me confidence. I'm not saying you and others aren't trying to help, or that you haven't helped.

But from my many years as a trouble analyst - I know right away that NOT answering a question has my customers looking for another way out of the problem. Next week they may not be my customers. We aren't talking to a couch potato that just wants it to work. These people are trying to invest in learning new tools.

(And I would like the answer to the question, also.)
If you don't know, that's OK. I would rather hear that than "reboot your system" - no - "reformat and try again" - no - " Have you verified ..."
Re: Reuse a Project Name [message #631452 is a reply to message #631313] Thu, 07 October 2010 10:47 Go to previous message
Eclipse UserFriend
David,

Your points are well taken.

I think it's about sharpening the saw. There are a few enthusiastic
saw-sharpeners and they become Eclipse committers or a tight group of
experts around the Eclipse committers.

However, many of us just want to use the tool and we're perhaps a little
too ready to accept behavior and find work-arounds. In memory of how
hard I found it to learn Eclipse years ago, I try to give back by
participating in the forums and maintaining a web site devoted to Java,
JEE, Eclipse and somewhat relevant technologies as best I can.

But, this is as far as I go. I think I've only submitted or participated
in one bug over the years.

Often, my saw has no more teeth in places before I visit the sharpener.

Russ
Previous Topic:Generating source from models?
Next Topic:Hi
Goto Forum:
  


Current Time: Mon Oct 06 17:46:16 EDT 2025

Powered by FUDForum. Page generated in 0.09349 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top