[ajug-members] Eclipse SVN Multiple Projects

David Chandler david.chandler at learnjsf.com
Fri Jun 29 12:56:42 EDT 2007


You can do this with maven. Each project has its own project.xml (or
pom.xml for maven 2). From the master project, you can run "maven
-Dgoal=eclipse multiproject:goal" to autocreate an Eclipse project for
each maven project. Then you can use File | Import in Eclipse to bring
in all the projects at once.

You could probably do something similar with ant if you have multiple
build.xml files in your directory tree.

/dmc
-- 
David Chandler
Development Coach
learnjsf.com

On 6/28/07, Justin Meads <JUSTIN at holabola.com> wrote:
> I want to be able to have multiple Eclipse projects stored in a
> single directory (say something like an ear app with web services and
> a couple of web apps).  I want to be able to pull these multiple
> projects with one get in SVN.  I haven't been able to figure out how
> to get Eclipse to treat the individual projects as projects.  The
> only way i can get it to work it to pull each individual project by
> itself.
>
> Anyone know how to do this?
>
> -Justin
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
>



More information about the ajug-members mailing list