File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #! /bin/bash -e
1+ #! /bin/bash -ex
22#
33# Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved.
44#
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
2325mkdir ' 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>
You can’t perform that action at this time.
0 commit comments