diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-06 11:21:25 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:38 +0300 |
commit | a9706c79dfdbb3f9f6a9edcc84d09f375dacfd41 (patch) | |
tree | 50b2251c9a5aeaf21b49dbd1d21110e4b02b04c7 /common.xml | |
parent | 853f5898545593f62b44e4018835c0a06d850035 (diff) | |
download | vaadin-framework-a9706c79dfdbb3f9f6a9edcc84d09f375dacfd41.tar.gz vaadin-framework-a9706c79dfdbb3f9f6a9edcc84d09f375dacfd41.zip |
Build a zip file containing all jars + dependencies (#9299)
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common.xml b/common.xml index 9a16f7f5fd..1bfe2736af 100644 --- a/common.xml +++ b/common.xml @@ -4,6 +4,8 @@ <dirname property="vaadin.basedir" file="${ant.file.common}" /> <property file="${vaadin.basedir}/build.properties" /> + <property name="modules.to.publish" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes-compiled" /> + <ivy:resolve file="${vaadin.basedir}/build/ivy/ivy.xml" conf="taskdefs" /> <ivy:cachepath pathid="taskdefs.classpath" conf="taskdefs" /> <taskdef uri="antlib:net.sf.antcontrib" resource="net/sf/antcontrib/antlib.xml" classpathref="taskdefs.classpath" /> @@ -179,7 +181,7 @@ <property name="tests.classes" location="${result.dir}/tests/classes" /> - <junit printsummary="withOutAndErr"> + <junit printsummary="withOutAndErr" fork="yes"> <formatter usefile="false" type="plain" /> <jvmarg value="-ea" /> <classpath location="${tests.classes}" /> |