Michael MATTOX wrote on Friday, March 19, 2004 5:25 PM:

>> now, in eclipse you CAN NOT mount 3 projects; one for the parent, and
>> one for each subproject.  This is because the files for the
>> subprojects are already included in the parent project.  If your
>> subprojects extend a project.xml in parrellel with them, you won't
>> run into this problem. 
>> 
>> Ex:
>> /myproject/masterproject/project.xml
>> /myproject/subproject1/project.xml  (extends master project)
>> /myproject/subproject2/project.xml  (extends master project)
> 
> Ok, so what I'm planning is this:
> 
> /communication/common/project.xml (generates a common.jar used by all) 
> /communication/mail/common/project.xml (generates a mail_common.jar)
> /communication/mail/sms/project.xml (generates a sms.jar)
> /communication/mail/web/project.xml (generates a web.jar)
> /communication/chat/common/project.xml (generates a chat_common.jar)
> /communication/chat/sms/project.xml (generates a sms.jar)
> /communication/chat/web/project.xml (generates a web.jar) 

You can use this layout with Eclipse, since you do geenrate artifacts only in the 
leaves.

Wether this will work with the SCM is depending on the plugin. CVS plugin of Eclipse 
2.0 insisted, that your CVS root is the project root. This is no longer true (at least 
for Eclipse 3.0) and it depends on the plugin (for SVN), if such a weird restiction 
applies.

Regards,
Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to