From ed0b2bf73b4bec282fe97c0cf1b5d874ef01662e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Tue, 31 Mar 2009 12:15:01 +0000 Subject: [PATCH] Merge from versions/5.4 to versions/6.0: Merged [7195]: A 'tests' target in build script for running tests in TeamCity. Merged [7198]: A fix for 'tests' target in build script for running tests in TeamCity. Merged [7199]: Another fix for 'tests' target in build script for running tests in TeamCity. Merged [7200]: Publish library JAR as a build artefact in TeamCity. Merged [7201]: Publish nightly build in web only if publish property set. Publish as TeamCity artefact only in the 'nightly' target. Merged [7232]: Use 'major.minor.tag' for 'nightly' version number instead of 'major.minor-tag'. Merged [7233]: Remove old gwt link in 'nightly' target, in case the link target changes. Merged [7234]: Remove old gwt link in 'nightly' target properly. Merged [7235]: Make link to gwt directory better in the nightly target. Merged [7236]: A fix for publishing nightly Jar. svn changeset:7251/svn branch:6.0 --- build/build.xml | 59 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 18 deletions(-) diff --git a/build/build.xml b/build/build.xml index 5ae5bcf141..38f305c830 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1374,26 +1374,24 @@ + - - + + - - - - - - - - Creating symlink to GWT installation directory. - - - - Symlink to GWT installation directory already exists - - + + + + + Creating symlink to GWT installation directory. + + + + + + @@ -1416,15 +1414,22 @@ - + + Version will be: ${version} ##teamcity[buildNumber '${version.minor}-c${build.number}'] + + + ##teamcity[publishArtifacts '${output-dir}/WebContent/WEB-INF/lib/${lib-jar-name}'] + + - + + Installing ${output-dir}/WebContent/${lib-jar-name} to ${nightly.publish} Hopefully you have permissions for the copy operation with SSH. @@ -1436,4 +1441,22 @@ Result: ${nightly.install.scp.result} + + + + + + + + + + ##teamcity[testSuiteStarted name='com.itmill.toolkit.tests.test-framework'] + + + ##teamcity[testStarted name='testingSmoketest'] + ##teamcity[testStdOut name='testingSmoketest' out='Here be some text related to the test.] + ##teamcity[testFinished name='testingSmoketest'] + + ##teamcity[testSuiteFinished name='com.itmill.toolkit.tests.test-framework'] + -- 2.39.5