Srepfler Srgjan schrieb:
When you say parent project are you referring to a multi module
project? What would the equivalent of it be under eclipse, I mean it's
not a project with a java nature, what is it? Also if such a feature
would need to be implemented I believe the only way to achieve
something like that would be to make a multi module projects but with
a flat hierarchy (as eclipse can't handle projects that are within
projects but all projects are flatly in a workspace) and relative
paths between them and people on the list have been against that kind
of approach (but don't ask me why).
Anyhow, once you generate the projects for the modules and import them
in the workspace, do you need the parent project? Only possible use I
see if some maven plugin manages to run some targets on the parent
pom, otherwise I don't know. Anyone?
Srgjan
I have the following multi project structure
myproject <= pom
a-component <= pom
a-api <= jar
a-core <= jar
a-web <= war
...
In Eclipse I have the following projects:
myproject
a-api
a-core
a-web
...
Sub component-projects are imported from myproject.
The eclipse plug in creates the project files for api, core, and web and
I would like also have generated project files for myproject. In the
.classpath of myproject should be all .classpath entries of api, core,
and web merged together.
- Ingo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]