prevent generating empty directories when invoking build.generated.xml directly
When invoking build.generated.xml directly it will generate some empty directories like
${build}
, because the ant properties are not set.Add
Submitted by Danny Groenewegen on 23 August 2010 at 18:00<fail unless="build"/>
before the mkdir task to avoid this.
Issue Log
On 25 August 2010 at 14:05 Lennart Kats commented:
So that’s how you got those directories. Fixed in 0.5.3.1.
On 25 August 2010 at 14:05 Lennart Kats closed this issue.
Log in to post comments