Hello,

I created a pull request to make application plugin's distribution spec a
bit more configurable: https://github.com/gradle/gradle/pull/264

I need to build couple of console apps with a bit different folder
structure then defaults and I still want to use the advantage of start
script generation, and distribution arhchiving too.

The long story short is: add another task which takes care of
configuring/reconfiguring the distribution's CopySpec. It will allow to
change the defaults slightly, or to overwrite the default distribution
completely keeping all the application plugin tasks. If the task is not
touched, the same defaults are loaded (i.e. previous application plugin's
version scripts should work as before). I've added basic integration tests
to check that.

Am I doing something wrong?

Reply via email to