Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » project overlap problem
project overlap problem [message #213788] Tue, 30 August 2005 08:16 Go to next message
Eclipse UserFriend
Originally posted by: erel.unicorn.com

I'm trying to create the following project structure:

c:\dev\Foo\eclipseProjects\projectA
c:\dev\Foo\eclipseProjects\projectB
c:\dev\Foo\eclipseProjects\projectC
...

I managed to create projectA, but when I tried to create projectB I got
the following message:

"C:\dev\FGPersistence\eclipse overlaps the location of another project:
projectA"

what is the problem and how can I achieve the desired project structure?

thanks
Re: project overlap problem [message #213812 is a reply to message #213788] Tue, 30 August 2005 09:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Are you trying to point to FGPeristence\eclipse as a linked folder in
project A and project B? Or as a remote project (i.e. the project does
not exist directly under the workspace but is somewhere else). If you
are then that is the overlap.

Erel wrote:
>
> I'm trying to create the following project structure:
>
> c:\dev\Foo\eclipseProjects\projectA
> c:\dev\Foo\eclipseProjects\projectB
> c:\dev\Foo\eclipseProjects\projectC
> ..
>
> I managed to create projectA, but when I tried to create projectB I got
> the following message:
>
> "C:\dev\FGPersistence\eclipse overlaps the location of another project:
> projectA"
>
> what is the problem and how can I achieve the desired project structure?
>
> thanks
>
>

--
Thanks,
Rich Kulp
Re: project overlap problem [message #214106 is a reply to message #213812] Sun, 04 September 2005 07:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: erel.unicorn.com

Well, I'd like to have c:\dev\Foo\eclipseProjects as the root for all
eclipse projects I develop.
And I did try to define them as remote projetcs

(please ignore "c:\dev\FGpersistence\eclipse". it should have been
"c:\dev\Foo\eclipseProjects")
Re: project overlap problem [message #214131 is a reply to message #214106] Mon, 05 September 2005 03:00 Go to previous messageGo to next message
Eclipse UserFriend
Regarding your error message, I guess that means that you were trying
to create all these projects on same location...
This is not possible with Eclipse in same workspace.

So you have to set 3 different locations for your 3 projects.
If you have common code, then you can either define a fourth project
and make it as prerequesite of your 3 projects or use a linked source
folder in each of your 3 projects.

Have a look on Project creation tutorials which show several ways
to configure multiple projects with common code.
Click on Menu item Help->Help, then expand
"Java Dvpt User Guide"
+ Project configuration tutorial

HTH

Erel wrote:
> Well, I'd like to have c:\dev\Foo\eclipseProjects as the root for all
> eclipse projects I develop.
> And I did try to define them as remote projetcs
>
> (please ignore "c:\dev\FGpersistence\eclipse". it should have been
> "c:\dev\Foo\eclipseProjects")
>
Re: project overlap problem [message #214233 is a reply to message #214106] Tue, 06 September 2005 12:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

So what is the base workspace that you started eclipse with? Was it
"C:\dev\Foo\eclipseProjects"?

If it was, then you should of simply been able to say

"Create "projectA"" and it would of created a new directory called
project A under C:\dev\Foo\eclipseProjects.

If the workspace is not this, then what is the workspace that you are
starting and how did you try to create project A?

Erel wrote:
> Well, I'd like to have c:\dev\Foo\eclipseProjects as the root for all
> eclipse projects I develop.
> And I did try to define them as remote projetcs
>
> (please ignore "c:\dev\FGpersistence\eclipse". it should have been
> "c:\dev\Foo\eclipseProjects")
>

--
Thanks,
Rich Kulp
Re: project overlap problem [message #216571 is a reply to message #213788] Thu, 06 October 2005 20:35 Go to previous message
Eclipse UserFriend
Hi,

Just make sure that the path in the create project wizard reads
C:\dev\FGPersistence\eclipse\projectB and not C:\dev\FGPersistence\eclipse


Erel wrote:
>
> I'm trying to create the following project structure:
>
> c:\dev\Foo\eclipseProjects\projectA
> c:\dev\Foo\eclipseProjects\projectB
> c:\dev\Foo\eclipseProjects\projectC
> ..
>
> I managed to create projectA, but when I tried to create projectB I got
> the following message:
>
> "C:\dev\FGPersistence\eclipse overlaps the location of another project:
> projectA"
>
> what is the problem and how can I achieve the desired project structure?
>
> thanks
>
>
Previous Topic:Debug version?
Next Topic:Rename variables to adhere naming convention
Goto Forum:
  


Current Time: Thu May 08 02:29:55 EDT 2025

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

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

Back to the top