summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-10 11:53:43 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-10 11:54:02 +0300
commit9015ff64aa0a5503e29aa57b0d66e0aa6892e315 (patch)
tree4e1243f32c007707e230c9e08ac574be34f43108 /build
parente7f4e8f3feba0797b16c48299de5f35a347800a2 (diff)
downloadvaadin-framework-9015ff64aa0a5503e29aa57b0d66e0aa6892e315.tar.gz
vaadin-framework-9015ff64aa0a5503e29aa57b0d66e0aa6892e315.zip
Find compiled classes from default Eclipse location
Also set a value default to the work.dir property
Diffstat (limited to 'build')
-rwxr-xr-xbuild/ide.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/ide.xml b/build/ide.xml
index 30c78e31c7..f0bc95a34f 100755
--- a/build/ide.xml
+++ b/build/ide.xml
@@ -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"/>-->