I don't know if this is a good idea.... but I think it would be very
cool to have a "gradle project" task...
you run it and it creates an empty directory structure with the
"optimal" layout for gradle.
So something like
"gradle project myproj" would create a directory structure like:
myproj
---------modules
---------------------default
-------------------------------lib
-------------------------------src
-------------------------------test
-------------------------------conf
-------------------------------build
and a default gradle.build file would be generated with dummy sample
tasks to build your dependencies.
I don't know gradle well enough to know what an optimize directory
structure is, but I was thinking of supporting different directory
structures for each "module". Guess that would be an optional thing,
as many project only have one module, so this could be overkill.
Anyway, this is just an idea that popped into my head. Rails
inspired.... it's really nice how in rails you can generate a skeleton
very easily. I'm sure grails has something like this, but I'm
thinking of the concept for any project, not just grails or a web
project
any thoughts? Am I retarded ?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email