> > I'd like a simple way to create a project with enough default
> stuff in it,
> > based on its type (applet, application, web site, ..), to make
> a quick start.
> > Currently, I use a zipped skeletton with Tomcat, JUnit, log4j,
> some simple
> > templates for Velocity, that I uncompress copy over the default project
> > created
> > by IDEA.
> >
> I wouldn't. What if I don't use tomcat (which I most definitely
> do not, nor
> ever will), what if I want a logging toolkit other than log4j? Or a unit
> testing framework other than JUnit? What if I'm writing a full blown J2EE
> app that has appclients (swing), AND web/ejb components? What if I like to
> lay my source out in a particularly non-conformant way, and prefer to
> delegate bundling and packaging to an ant script?

I like the idea of creating projects from some kind of templates. But this
must be configurable to avoid the above problem. You could for example have
several templates. Each template could have a set of directories which will
be created. You specifiy these directories in a simple list where paths are
given relative to the project root. You could also have a set of template
files you keep somewhere to be copied into the new project structure. This
sounds like a rather simple feature and should be enough for most of us. I
mean, how often do you create new project structures? At least my projects
last long enough to not hav this problem each and every day. ;-)

Michael


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to