[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Two external java projects in the same dir tree
|
- From: Florian Brucker <torf@xxxxxxxxxxxx>
- Date: Mon, 30 May 2005 19:28:48 +0200
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050516
I'm just starting to use Eclipse and I'm now trying to import all my
existing projects. In the past, I've organized *all* my java sources in
one source tree, which reflects the package hierarchy. So it looks like
that:
somedir/
com/
torfbold/
project1/
...
project2/
...
org/
imp/
project3
...
My goal is to have one Eclipse-project for each of those projects in the
source-tree. I started with importing project1: To get the packages
right, I choose "somedir" as directory to import from, and excluded
directories other than those of project1. That worked fine.
But when I know try to import project2 the same way, I only get the
message "somedir/com and somedir/com overlap", and I'm not allowed to
proceed any further.
Am I only allowed to create projects which don't share directories?
Any tips on how to solve the problem are appreciated.
Greetings,
Florian