File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 143143 </testOptions >
144144 <aut >
145145 <!-- use the product build in elexis-${useBranch} -->
146- <explicit >${aut } </explicit >
146+ <explicit >${autExplicit } </explicit >
147147 <args >
148148 <arg >-nl</arg >
149149 <arg >${language} _CH</arg >
Original file line number Diff line number Diff line change 7171 { name = "elexis_rcptt_it" ; }
7272 { name = "elexis" ; }
7373 ] ;
74- services . mysql . enable = true ;
74+ services . mysql . enable = false ;
7575 services . mysql . ensureUsers = [
7676 {
7777 name = "elexis" ;
Original file line number Diff line number Diff line change 2626 <plugins >
2727 <plugin >
2828 <artifactId >maven-antrun-plugin</artifactId >
29- <version >1.8 </version >
29+ <version >3.1.0 </version >
3030 <executions >
3131 <execution >
3232 <id >Create ${project.basedir} /target/results</id >
Original file line number Diff line number Diff line change 3737 <plugins >
3838 <plugin >
3939 <artifactId >maven-antrun-plugin</artifactId >
40- <version >1.8 </version >
40+ <version >3.1.0 </version >
4141 <executions >
4242 <execution >
4343 <id >Create ${project.basedir} /target/results</id >
Original file line number Diff line number Diff line change 66 <version >0.1</version >
77 <packaging >pom</packaging >
88 <properties >
9- <tycho .version>4.0.13 </tycho .version>
9+ <tycho .version>4.0.12 </tycho .version>
1010 <tycho-groupid >org.eclipse.tycho</tycho-groupid >
11- <!-- we need a version > 2.3.0 because we need the proc find-all to extract the language from the nl parameter
12- commit 265067eb1ce14428ea4d33e97606934a6238d9e8
13- Author: Alexander Dudaev <aleksandr.dudayev@xored.com>
14- Date: Wed Jul 25 20:56:41 2018 +0700
15- Added new ECL Command "find-all"
16- -->
17- <!-- rcptt-maven-version>2.4.0-20181219.003252-175</rcptt-maven-version-->
18- <!-- we do not need a snapshot version as they change too often rcptt-maven-version>2.4.0-SNAPSHOT</rcptt-maven-version !-->
19- <!-- rcptt-maven-version>2.5.2-SNAPSHOT</rcptt-maven-version-->
2011 <rcptt-maven-version >2.5.5</rcptt-maven-version >
2112 <rcptt-resources >${user.home} /elexis/rcptt</rcptt-resources >
2213 <suite2run >SmokeTestSuite</suite2run >
Original file line number Diff line number Diff line change 4747 <plugin >
4848 <groupId >org.eclipse.rcptt</groupId >
4949 <artifactId >rcptt-maven-plugin</artifactId >
50- <version >2.5.1 </version >
50+ <version >${rcptt-maven-version} </version >
5151 <extensions >true</extensions >
5252 <configuration >
5353 <timeout >5402</timeout >
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ cd `dirname $0`
66# -Dsuite2run=QuickTestSuite
77# -DuseBranch=3.12
88set -v
9- mvn -V --batch-mode clean install --settings=$PWD /postgresql/settings.xml -f $PWD /postgresql/pom.xml -DuseBranch=3.12 2>&1 | tee ` basename --suffix=.sh $0 ` -3 .log;
9+ mvn -V --batch-mode clean install --settings=$PWD /postgresql/settings.xml -f $PWD /postgresql/pom.xml -DuseBranch=3.12 2>&1 | tee mvn- ` date ' +%Y-%m-%d-%H-%M ' ` .log;
1010echo done
Original file line number Diff line number Diff line change 5252set zip_file elexis-$branch /target/products/* zip
5353echo zip_file is $zip_file
5454set cmd mvn -V --batch-mode clean install --settings =$dbtype /settings.xml -f $dbtype /pom.xml -DuseBranch =$branch -Dlanguage =$language -DautExplicit =$autDir /Elexis3
55- echo $cmd
56- $cmd
55+ $cmd 2>&1 | tee mvn-(date ' +%Y-%m-%d-%H-%M' ).log
5756set result $status
5857echo " Maven returned $result mit $status branch $_ flag_branch"
5958ls -lh Kernfunktionen/target/results/Kernfunktionen.html
Original file line number Diff line number Diff line change 195195 </plugin >
196196 <plugin >
197197 <artifactId >maven-antrun-plugin</artifactId >
198- <version >1.8 </version >
198+ <version >3.1.0 </version >
199199 <executions >
200200 <execution >
201201 <id >copy-datafiles</id >
You can’t perform that action at this time.
0 commit comments