summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-10-31 17:58:46 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-10-31 17:58:46 +0000
commite45ff287f78483139e1db0695a2ba63626a02e70 (patch)
tree06a018537bb99ffbc89ef70dc080a42ed84dfd75 /build
parent19c291bac01993390d96d52faaa2fe6c8b173fe7 (diff)
downloadvaadin-framework-e45ff287f78483139e1db0695a2ba63626a02e70.tar.gz
vaadin-framework-e45ff287f78483139e1db0695a2ba63626a02e70.zip
Had to do "subant" under build/build.xml to ensure that external stuff is really compiled.
svn changeset:2645/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r--build/build.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index d77b768a67..17c3198bdd 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -428,7 +428,12 @@
</target>
- <target name="compile-java" depends="webcontent">
+ <target name="compile-fileupload">
+ <echo>Compiling custom fileupload classes.</echo>
+ <ant dir="build/external/fileupload" antfile="build.xml" target="compile" />
+ </target>
+
+ <target name="compile-java" depends="compile-fileupload, webcontent">
<echo>Compiling src (server-side)</echo>
<!-- Compile -->
<mkdir dir="build/result/classes" />