I'm not sure if I understood you correctly but I think
we do something similar. We have a large project divided
into subprojects and code that is used by all subprojects.

com.acme.largeproject.common
com.acme.largeproject.subproject1
com.acme.largeproject.subproject2

We handle it with two completely separate IDEA projects
in two completely independent folder structures. This
would be a pain to synchronize if we wouldn't use VSS
to help us: we have two VSS projects called subproject1
and subproject2. All files contained in the project
folders are added to these VSS projects. This means that
com.acme.largeproject.common is in VSS twice, bu not 
really: by using the VSS "sharing" capability we can
avoid this duplication.

If a common file needs to be changed, we check out, modify
and check in in either subproject and then get latest on
the other. It works well for us.

-Thomas


> -----Original Message-----
> From: Rowland Smith [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 01, 2001 8:45 AM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] arbitrary project management tools
> 
> 
> I would like the ability to define arbitrary 'projects', within an 
> Intellij project.
> 
> For example, say I have a large system I want to develop that 
> is broken
> down into various subsystems.  Each subsystem uses 
> classes/packages from
> my codebase that overlap.
> 
> I want the ability to create what I call a 'project', call it
> Subsystem-A, and add links to source files from my codebase to that 
> project.  I want to continue with Subsystem-B, etc.  
> Subsystem-A might 
> contain some
> of the same files as Subsystem-B.  I essentially want to 
> these projects
> to contain links to source files so I can organize my work by
> subsystem and only see the source files that are relevant to 
> that subsystem.
> 
> I can do this manually using directories and soft links on linux, but
> it's a pain, and a GUI tool would make it much easier.  I tried using
> Konquerer but it's too clunky.
> 
> Is anyone out there interested in this concept? Does anyone 
> have or know 
> of a solution that already exists?
> 
> This probably belongs on the EAP features list but I haven't 
> joined that 
> one yet.
> 
> -- 
> Talk to ya,
> Rowland
> 
> "The whole problem with the world is
> that fools and fanatics are always so
> certain of themselves, and wiser people
> so full of doubts."
> 
> -- Bertrand Russell,
>      quoted in the book
>      A Word a Day
> 
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 

************************************ 
If this email is not intended for you, or you are not responsible for the
delivery of this message to the addressee, please note that this message may
contain ITT Privileged/Proprietary Information.  In such a case, you may not
copy or deliver this message to anyone.  You should destroy this message and
kindly notify the sender by reply email.  Information contained in this
message that does not relate to the business of ITT is neither endorsed by
nor attributable to ITT. 
************************************ 


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to