File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 2727 <version >12.2.0.1</version >
2828 <scope >compile</scope >
2929 </dependency >
30+ <dependency >
31+ <groupId >xml_validator</groupId >
32+ <artifactId >xml_validator</artifactId >
33+ <version >1.0</version >
34+ <scope >system</scope >
35+ <systemPath >${project.basedir} /lib/xml_validator.jar</systemPath >
36+ </dependency >
37+ <dependency >
38+ <groupId >com.oracle.jdbc</groupId >
39+ <artifactId >orai18n</artifactId >
40+ <version >12.2.0.1</version >
41+ <scope >compile</scope >
42+ </dependency >
3043 </dependencies >
3144
3245 <repositories >
Original file line number Diff line number Diff line change 33GL_VALID=1
44
55HTML_FILENAME=" coverage.html"
6+ XSD_DIR=" xsd"
7+ XML_JAR_DIR=" lib"
68JUNIT_FILENAME=" junit_test_results.xml"
7- JUNIT_XSD=" junit4.xsd"
9+ JUNIT_XSD=" xsd\ junit4.xsd"
810TFS_FILENAME=" tfs_test_results.xml"
9- TFS_XSD=" junit_windy.xsd"
11+ TFS_XSD=" xsd\ junit_windy.xsd"
1012
1113
1214# Exclude existing issue with OL nested in PRE
@@ -19,7 +21,7 @@ WARNING_REGEX="info warning:"
1921ERROR_REGEX=" error:"
2022
2123# XML Validator
22- XML_VALIDATOR=" xml_validator.jar"
24+ XML_VALIDATOR=" lib\ xml_validator.jar"
2325
2426# Validate HTML
2527HTML_VALIDATION_RESULTS=$( curl -H " Content-Type: text/html; charset=utf-8" --data-binary @$HTML_FILENAME " $HTML_VALIDATOR_URL ?out=$VALIDATOR_OUT &filterpattern=$EXCLUSION_REGEX " )
3941
4042
4143# Validate XML TFS_FILENAME
42- TFS_RESULT=$( java -jar $XML_VALIDATOR -s $TFS_XSD $TFS_FILENAME 2>&1 )
44+ TFS_RESULT=$( java -jar $$ XML_VALIDATOR -s $TFS_XSD $TFS_FILENAME 2>&1 )
4345
4446if [ $? -ne 0 ]; then
4547 GL_VALID=0
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments