]> source.dussan.org Git - vaadin-framework.git/commitdiff
Had to do "subant" under build/build.xml to ensure that external stuff is really...
authorJani Laakso <jani.laakso@itmill.com>
Wed, 31 Oct 2007 17:58:46 +0000 (17:58 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Wed, 31 Oct 2007 17:58:46 +0000 (17:58 +0000)
svn changeset:2645/svn branch:trunk

build/build.xml

index d77b768a67f0985337dbda2ec15cbd2a2eda5136..17c3198bdd53770887c377903ab39553c2eccf8b 100644 (file)
 
        </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" />