-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sample TCK runner with Glassfish moved to bundle and Userguide changes (
#131)
- Loading branch information
1 parent
c5f0fe1
commit c54d543
Showing
30 changed files
with
167 additions
and
790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
:CopyrightDates: 2018, 2024 | ||
:TechnologyRIURL: https://projects.eclipse.org/projects/ee4j.ca | ||
:SpecificationURL: https://jakarta.ee/specifications/annotations/3.0/ | ||
:TCKInquiryList: mailto:jakartaee-tck-[email protected][jakartaee-tck[email protected]] | ||
:TCKInquiryList: mailto:ca-[email protected][ca[email protected]] | ||
:SpecificationInquiryList: mailto:[email protected][[email protected]] | ||
:techID: Annotations | ||
// Define this attribute (uncomment it) if the TCK includes no API tests. (Rare.) | ||
|
@@ -22,16 +22,16 @@ | |
// for the technology. Used in config.inc. | ||
:TechnologyHomeEnv: CAJ_HOME | ||
// Java SE version required. | ||
:SEversion: 17 | ||
:AntVersion: 1.10+ | ||
:SEversion: 17+ | ||
:MavenVersion: 3.6.3+ | ||
:JakartaEEVersion: 11 | ||
:JavaTestVersion: 5.0 | ||
:jteFileName: <TS_HOME>/bin/ts.jte | ||
:jtxFileName: <TS_HOME>/bin/ts.jtx | ||
:TCKPackageName: jakarta-annotations-tck-3.0.0.zip | ||
|
||
:excludeListFileName: TCK-Exclude-List.txt | ||
:TCKPackageName: jakarta-annotations-tck-x.y.z.zip | ||
// Directory names used in examples in using.adoc. | ||
:sigTestDirectoryExample: <TS_HOME>/src/com/sun/ts/tests/signaturetest/caj | ||
:singleTestDirectoryExample: <TS_HOME>/src/com/sun/ts/tests/caj/api/client | ||
:subsetTestDirectoryExample: <TS_HOME>/src/com/sun/ts/tests/caj/api | ||
:sigTestDirectoryExample: ee.jakarta.tck.annotations.signaturetest | ||
:singleTestDirectoryExample: ee.jakarta.tck.annotations.signaturetest | ||
:subsetTestDirectoryExample: ee.jakarta.tck.annotations.signaturetest | ||
// Define this attribute (uncomment it) if the TCK needs the rebuild appendix. | ||
// :rebuild: |
Oops, something went wrong.