aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoraclement <aclement>2004-10-14 09:42:40 +0000
committeraclement <aclement>2004-10-14 09:42:40 +0000
commit9802851fe3e0c4a3e2d7aa708d64129611f412a9 (patch)
tree251a9a9e90301618a44c452262110a324b974c86 /build
parentda1841b97fa14d3c55f67103c19eaa33a85cfac5 (diff)
downloadaspectj-9802851fe3e0c4a3e2d7aa708d64129611f412a9.tar.gz
aspectj-9802851fe3e0c4a3e2d7aa708d64129611f412a9.zip
Fix for Bugzilla Bug 76104: can't build distribution from within Eclipse (and fixes the problem where you have to call clean and build separately)
Diffstat (limited to 'build')
-rw-r--r--build/build-properties.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml
index a94410d9d..a5766ac07 100644
--- a/build/build-properties.xml
+++ b/build/build-properties.xml
@@ -114,8 +114,10 @@
</target>
<target name="init-directories"
- depends="init-properties"
- unless="init-directories.done" >
+ depends="init-properties">
+<!-- some flows take us through this target twice in one build and it needs to
+ successfully execute twice -->
+<!-- unless="init-directories.done" -->
<mkdir dir="${aj.results.dir}" />
<mkdir dir="${aj.build.dir}" />
<mkdir dir="${aj.temp.dir}" />