Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Sharing multiple projects in one CVS module
Sharing multiple projects in one CVS module [message #66050] Tue, 24 June 2003 12:00 Go to next message
Eclipse UserFriend
Originally posted by: jgreen.upb.de

Hello JDT Forum,
I have several Projects (Plugin, docs, ...), but only one CVS module
available to share them in.
Is there a possiblilty to share multiple Projects in one Module? Maybe
as subfolders?

Thanks in advance

Joel
install dependencies question, help pls [message #66158 is a reply to message #66050] Tue, 24 June 2003 12:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chernyshev.a-dos.com

Use case :

User has installed Eclipse 2.1 PLATFORM and wants to download from my
install/update site
some plugins that requires JDK plugins in orders.

Now Eclipse looks on dependencies and terminate process with error like
"Cannot resolve .."
How to say to Eclipse that it has to download required JDK plugins before
custom (mine) plugin ?

Another words, if i have Eclipse PLATFORM how to transform one to Eclipse
SDK.

Many thanks in advance :))

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Re: Sharing multiple projects in one CVS module [message #66201 is a reply to message #66050] Tue, 24 June 2003 14:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.news.gmx.net

"Joel Greenyer" <jgreen@upb.de> schrieb im Newsbeitrag
news:bd9ejf$j11$1@rogue.oti.com...
> Hello JDT Forum,
> I have several Projects (Plugin, docs, ...), but only one CVS module
> available to share them in.
> Is there a possiblilty to share multiple Projects in one Module? Maybe
> as subfolders?

That's exactly the answer. Create a sub folder for each project. You
then can create eclipse projects and set the root to the appropriate sub
folder.

robert
Re: Sharing multiple projects in one CVS module [message #66242 is a reply to message #66201] Tue, 24 June 2003 15:07 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Actually if they really are separate projects, you can still use module.
The module would point to aliases instead.

For example if you have the projects:

com.myproj1
com.myproj2

Then the module named myprojects would look like:


myprojects -a com.myproj1 com.myproj2


Now when you checkout myprojects module you will be checking out two
projects.

Rich
Previous Topic:LibraryClasspathContainer available
Next Topic:[ANN] JNDI Explorer version 1.1
Goto Forum:
  


Current Time: Wed Jul 17 20:24:09 GMT 2024

Powered by FUDForum. Page generated in 0.04248 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top