Repository: flex-falcon
Updated Branches:
  refs/heads/develop 9a1c48c1d -> 323326191


force creation of dest dir


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/32332619
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/32332619
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/32332619

Branch: refs/heads/develop
Commit: 3233261919c71c106e529b83027819547d2571b0
Parents: 9a1c48c
Author: Alex Harui <[email protected]>
Authored: Mon Jun 15 07:53:39 2015 -0700
Committer: Alex Harui <[email protected]>
Committed: Mon Jun 15 07:53:39 2015 -0700

----------------------------------------------------------------------
 debugger/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/32332619/debugger/build.xml
----------------------------------------------------------------------
diff --git a/debugger/build.xml b/debugger/build.xml
index 0b2ba6d..bb774a8 100644
--- a/debugger/build.xml
+++ b/debugger/build.xml
@@ -42,6 +42,7 @@
                </target>
 
                <target name="compile" depends="clean, generate-burm" 
description="compile">
+            <mkdir dir="${basedir.bin}" />
                        <javac includes="**/*.java" classpathref="classpath" 
destdir="${basedir.bin}">
                                <src path="${basedir.generated.src}" />
                                <src path="${basedir.src}" />

Reply via email to