Is there a Netbeans equivalent to Eclipse's Workspace
Posted
by Mike Cornell
on Stack Overflow
See other posts from Stack Overflow
or by Mike Cornell
Published on 2009-06-10T03:26:56Z
Indexed on
2010/04/27
11:13 UTC
Read the original article
Hit count: 222
I enjoy using Netbeans, especially for development with Maven, however, I've found recently that I've been working with three different branches of the same code base in different parts of the development cycle.
One of the things that Eclipse can do, is separate the projects into different workspaces, so i can simply start Eclipse with the workspace containing my Maven projects in the production patch branch or the trunk depending upon what I need to be working on.
I'd love to accomplish this in Netbeans, but haven't found a way to do so. Any ideas?
© Stack Overflow or respective owner