aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2007-12-21 12:12:50 +0000
committerNick Burch <nick@apache.org>2007-12-21 12:12:50 +0000
commit7b38ebad80db4e58883c3f1af8e47d5cb7de52d3 (patch)
treed6835dc3d319640aa447f464e985a49d36264220
parente5f8b9951cc8bb20bb87d7abdcd74c4148cc27d8 (diff)
downloadpoi-7b38ebad80db4e58883c3f1af8e47d5cb7de52d3.tar.gz
poi-7b38ebad80db4e58883c3f1af8e47d5cb7de52d3.zip
Make compile-scratchpad depend on compile-main, as it's dependent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606168 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 73338a2a7d..087a66f73b 100644
--- a/build.xml
+++ b/build.xml
@@ -305,7 +305,7 @@ under the License.
</javac>
</target>
- <target name="compile-scratchpad" depends="init">
+ <target name="compile-scratchpad" depends="init,compile-main">
<javac target="${jdk.version.class}" source="${jdk.version.source}"
failonerror="true" destdir="${scratchpad.output.dir}" debug="on"
fork="yes" srcdir="${scratchpad.src}">