Hi there,

As a mere interested observer of this list, I'm not entirely familiar
with the new project structure, but have encountered the nested
project problem in eclipse before.

In my projects I found multiple source directories solve this issue
quite nicely.  For example, if you have org.hibernate.core and
org.hibernate.console in a single eclipse project src directory,
subdivide them into core/src and console/src directories and add them
to your eclipse project.  This allows subprojects without the overhead
of multiple eclipse projects.

Don't know if this helps,

Mark

On Fri, 12 Nov 2004 11:02:59 +0100, Max Rydahl Andersen
<[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I'm in the process of adding the eclipse plugins to the cvs.
> (would hate to loose this stuff to a airport thief or something ;)
> 
> Until now I have been having the complete hibernateext as one big project
> in my eclipse,
> and that has worked fine.
> 
> But the plugin development I have "bumped" into a issue with the problem
> that
> eclipse projects cannot be nested, e.g. you cannot have a project x inside
> project y.
> (btw. can Idea handle this ?)
> 
> One strategy for me would be to just create a eclipse project for each
> submodule
> (tools, console, metadata, org.hibernate.eclipse.core,
> org.hibernate.console etc.)
> 
> And this works fine, *except* that I then cannot access within eclipse the
> files
> located directly below hibernateext directory - including common-build.xml
> and others ;(
> 
> My suggestion is thus to move the common build stuff to a "shared" or
> "common" module in hibernateext
> which will allow for a better structure (at least in eclipse).
> 
> It will require a one line change in all the build.xml's (trivial) where
> they do the import of common-build.xml.
> 
> Does anyone have objections or see problems with this  ? Otherwise i'll do
> it over the weekend.
> 
> TIA ;)
> 
> --
> --
> Max Rydahl Andersen
> callto://max.rydahl.andersen
> 
> Hibernate
> [EMAIL PROTECTED]
> http://hibernate.org
> 
> JBoss Inc
> [EMAIL PROTECTED]
> http://jboss.com
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> hibernate-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to