From 69f0831a86df126a4a88e4fdd81bed6b29b8345d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 10 Jan 2012 14:42:57 +0000 Subject: [PATCH] #8105 Compile core files and test files to separate folders svn changeset:22572/svn branch:6.7 --- build/build.xml | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/build/build.xml b/build/build.xml index 1fdcc0ee25..4245a9a837 100644 --- a/build/build.xml +++ b/build/build.xml @@ -43,6 +43,16 @@ uri="antlib:org.apache.maven.artifact.ant" classpathref="maven-ant-tasks.classpath" /> + + + + + + + + + + @@ -132,8 +142,8 @@ - - + + We are using gwt version ${gwt-version}. @@ -200,12 +210,8 @@ Adding test class files and resources and launcher configuration. - - - - - - + + @@ -294,14 +300,14 @@ * tests/client-side (Client-side JUnit test cases) These are copied to - * ${result-path}/src/core - * ${result-path}/src/tests - * ${result-path}/src/junit + * {$result-path}/src/core + * {$result-path}/src/tests + * {$result-path}/src/junit And compiled to - * ${result-path}/classes/core - * ${result-path}/classes/tests - * ${result-path}/classes/junit + * {$result-path}/classes/core + * {$result-path}/classes/tests + * {$result-path}/classes/junit Java/HTML/CSS/XML files are filtered so the license is added and the version is set. Other files are just copied. @@ -623,7 +629,7 @@ - + @@ -708,7 +714,9 @@ - + + + ${javadoc.doctitle} ${javadoc.bottom} -- 2.39.5