chucknorris / uppercut

UppercuT - Professional builds in moments, not days!
http://projectuppercut.org
68 stars 17 forks source link

Deployment directory is incorrect in new default.build.settings #16

Open coxp opened 9 years ago

coxp commented 9 years ago

Previously in deploymentBuilder.step ${dirs.deployment} referred to the deployment folder under the code_drop directory. In the new default.build.settings ${dirs.deployment} refers to the deployment folder under the current directory with ${dirs.drop.deployment} referring to the folder under the code_drop directory.

This leads to the template files being created incorrectly in the current directory and not under the code_drop directory for packaging.

ferventcoder commented 9 years ago

Whoops. Thanks for pointing that out. Do you want to provide a PR for that one?

coxp commented 9 years ago

This is fixed with this commit (https://github.com/coxp/uppercut/commit/f3b62b6eb084d7733290df4b39309614b1ec94d6)