|
Re: newbie - installation folder structure [message #1725807 is a reply to message #1725647] |
Mon, 07 March 2016 14:11   |
Eclipse User |
|
|
|
On 03/06/2016 12:24 AM, Vjekoslav Balas wrote:
> It's a lot to grasp for a newbie doing it selfteaching and after doing
> some web searches, I'm still not sure if the structure I
> adopted is best, so I'd like an opinion from those that can
> see the forest from the trees (I'm still staring at the roots ;) )
>
> So, as far as I understand, it makes sense to separate the installation,
> workspace and project (the project
> is mainly the code, it can be reused in other workspaces
> for the one installation). New installation versions should
> have new workspaces (to eliminate compatibility problems),
> so I came up with the following structure :
>
> SW is just a folder for "portable applications"
> C:\SW\installer
> C:\SW\eclipse\java-mars
> C:\SW\eclipse\c++-mars
> C:\SW\mars_p2 - for all (Java, C/C++... from mars (not sure if the
> bundle is per installation version - here I separate the mars related
> products in a separate bundle)
> D:\sw-dev\projects\javaproject1
> D:\sw-dev\ws\javaworkspace1
> D:\sw-dev\projects\c++project1
> D:\sw-dev\ws\c++workspace1
I agree with you. What you show here is good: since you're probably with
Eclipse for the long haul, and there will be other versions beyond Mars,
don't use the default workspace in the eclipse folder.
Since your projects would ultimately be under a source-code control
system like Git, the first time you create such a project you'll tell
Eclipse's New project wizard not to put the sources in the default place
(i.e.: in the workspace), but on a path more reasonable to your
filesystem and to the habits of those you work with, perhaps just as
you've shown here.
So, I'm more or less confirming what you're saying.
Hope this helps.
(Eclipse user since Europa.)
|
|
|
|
Powered by
FUDForum. Page generated in 0.10550 seconds