diff options
author | Marko Grönroos <magi@iki.fi> | 2008-06-13 14:35:41 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2008-06-13 14:35:41 +0000 |
commit | 85a3cd4dbeb1eb88c0ce13b937b406740a855e0d (patch) | |
tree | 4060e6a3fb9e14fc89aebae0d4557d7e60120c21 /build/build.xml | |
parent | f75c2ac44fbbc229e24ac6d66959417a417746f2 (diff) | |
download | vaadin-framework-85a3cd4dbeb1eb88c0ce13b937b406740a855e0d.tar.gz vaadin-framework-85a3cd4dbeb1eb88c0ce13b937b406740a855e0d.zip |
Fixes #1608 further. Removed old client-side compile scripts. Fixed problem in compiling installation package.
svn changeset:4870/svn branch:trunk
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 91df4d7de1..07790653e5 100644 --- a/build/build.xml +++ b/build/build.xml @@ -105,7 +105,7 @@ </target> <!-- Initialization - - - - - - - - - - - - - - - - - - - - - - - - --> - <target name="init"> + <target name="init" depends="init-platform"> <property file="build/build.properties" /> <property file="build/VERSION.properties" /> @@ -688,6 +688,7 @@ <!-- Builds the client-side engine, i.e., the widgetsets in parallel. --> <target name="compile-client-side"> + <echo>Compiling widget sets in parallel.</echo> <parallel threadsperprocessor="1"> <subant antfile="build.xml" target="compile-widgetset-default" inheritall="true" buildpath="build"/> <subant antfile="build.xml" target="compile-widgetset-reserver" inheritall="true" buildpath="build"/> |