Skip to content

Commit bebfcac

Browse files
committed
TCK build
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
1 parent 0c4b37e commit bebfcac

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

jenkins/tck/tck.sh

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -e
1+
#!/bin/bash -ex
22
#
33
# Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved.
44
#
@@ -11,13 +11,15 @@
1111

1212
[[ -z ${1} ]] && SUMMARY_FILE_NAME='SUMMARY.TXT' || SUMMARY_FILE_NAME=${1}
1313

14-
EE4J_PARENT_URL='https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom'
14+
cd jenkins/tck
15+
16+
EE4J_PARENT_URL='https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/2.0.2/project-2.0.2.pom'
1517
#SAAJ_TCK_BUNDLE='https://ci.eclipse.org/metro/job/saaj-tck-build/lastSuccessfulBuild/artifact/standalone-bundles/soap-tck-2.0.0.zip'
1618

1719
# Download and extract TCK tests
18-
wget -q ${SAAJ_TCK_BUNDLE} -O soap-tck.zip && unzip -qq soap-tck.zip
19-
mkdir soap-tck/JTwork
20-
mkdir soap-tck/JTreport
20+
#wget -q ${SAAJ_TCK_BUNDLE} -O soap-tck.zip && unzip -qq soap-tck.zip
21+
#mkdir soap-tck/JTwork
22+
#mkdir soap-tck/JTreport
2123

2224
# Download SAAJ API dependencies from Maven Central
2325
mkdir 'saaj'
@@ -30,15 +32,15 @@ echo '<?xml version="1.0" encoding="UTF-8"?>
3032
<parent>
3133
<groupId>org.eclipse.ee4j</groupId>
3234
<artifactId>project</artifactId>
33-
<version>1.0.9</version>
35+
<version>2.0.2</version>
3436
</parent>
3537
<groupId>download</groupId>
3638
<artifactId>ri</artifactId>
3739
<version>1.0.0</version>
3840
<dependencies>
3941
<dependency>
4042
<groupId>com.sun.xml.messaging.saaj</groupId>
41-
<artifactId>saaj-impl</artifactId>
43+
<artifactId>metro-saaj</artifactId>
4244
<version>'${SAAJ_RI_VERSION}'</version>
4345
</dependency>
4446
<dependency>

0 commit comments

Comments
 (0)