Hi Victor, > When I launch Eclipse, it asks me to specify a workspace. Thus my > question; > Is the eclipse workspace; > > 1) the location of the Maven repository, C:\Documents and > Settings\Victor\.m2\repository ? > 2) the location containing the source code, C:\myapp ? > 3) any arbitary location on the filesystem?
3): The workspace is an arbitrary location on your hard disk where Eclipse - stores your IDE configuration settings, i.e. window arrangement, open editors, CVS configuration data, available and opened projects, ... - creates new projects in if you don't specify a different location Depending on your needs it is enough to just use one single workspace for all of your projects. OTOH, if you work on a couple of huge projects that all consist of different subprojects, you should think about using separate workspaces for each one of these projects. Otherwise you risk losing the overview (which subproject belongs to which top-level project)... HTH Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
