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
Post a Comment