]> source.dussan.org Git - vaadin-framework.git/commitdiff
Find compiled classes from default Eclipse location
authorLeif Åstrand <leif@vaadin.com>
Mon, 10 Sep 2012 08:53:43 +0000 (11:53 +0300)
committerLeif Åstrand <leif@vaadin.com>
Mon, 10 Sep 2012 08:54:02 +0000 (11:54 +0300)
Also set a value default to the work.dir property

build/ide.xml

index 30c78e31c7faf3a2c7a7f6e73272108f15379675..f0bc95a34f89f327fdee7f0c10ee48eec012adc4 100755 (executable)
@@ -2,7 +2,8 @@
 
 <project xmlns:antcontrib="antlib:net.sf.antcontrib" xmlns:artifact="antlib:org.apache.maven.artifact.ant" xmlns:ivy="antlib:org.apache.ivy.ant" name="Build script for IDE users" basedir=".." default="theme-and-default-widgetset">
        <!-- FIXME, should use 7.0-SNAPSHOT of client compiler -->
-       <property name="classes" location="build/classes" />
+       <property name="classes" location="bin" />
+       <property name="work.dir" location="work" />
        <property name="gwt.root" location="${basedir}/../trunk" />
        <property name="gwt.lib.dir" location="${gwt.root}/build/lib" />
        <property name="gwt.user.jar" location="${gwt.lib.dir}/gwt-user.jar" />
@@ -63,7 +64,7 @@
 
                <mkdir dir="${module.output.dir}" />
 
-               <echo>Compiling ${module} to ${module.output.dir}</echo>
+               <echo>Compiling ${module} to ${module.output.dir} with parameters -logLevel TRACE -style ${style} -localWorkers ${localWorkers} -strict ${extraParams}</echo>
 
                <!--<ivy:resolve inline="true" organisation="javax.validation" module="validation-api" revision="1.0.0.GA"/>-->