When invoking build.generated.xml directly it will generate some empty directories like ${build}, because the ant properties are not set.

Add <fail unless="build"/> before the mkdir task to avoid this.

Submitted by Danny Groenewegen on 23 August 2010 at 18:00

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