java - Eclipse Autogenerate Project Structure -


does eclipse support concept of reusable "project structures" via scripting/configging?

for instance if want of projects - upon creation - take on form:

myprojectroot/     src/     fizz/         buzz/     docs/ 

is there way define project structure somewhere (xml, etc.), , link new project structure?

i know can write ant/maven script me, having resource save me lot of manual copying & pasting same buildscript.

thanks in advance!

out of box, don't think exists.

one option create template project , save dir tree off somewhere. when need new project should follow template, can copy dir tree , use file -> import.

another option i'd recommend use maven , have maven dictate dir structure. eclipse can import maven project.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -