-
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.
move readme to the top level, remove unneeded step from the runner
Signed-off-by: Lukas Jungmann <[email protected]>
- Loading branch information
Showing
5 changed files
with
25 additions
and
51 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
The pom.xml in this folder can be used to run the Jakarta Annotations Standalone TCK | ||
against Glassfish 8.0.0 | ||
|
||
|
||
Below are the instructions to run the Jakarta Annotations TCK | ||
|
||
1. Install Java17+ , set JAVA_HOME | ||
|
||
2. Install Maven 3.6+ set M2_HOME | ||
|
||
3. set environment variables: | ||
SET PATH : add M2_HOME/bin, JAVA_HOME/bin | ||
eg: export PATH=$M2_HOME/bin:$JAVA_HOME/bin:$PATH | ||
SET ANNOTATIONS_TCK_HOME : root folder of the TCK installation | ||
eg: export ANNOTATIONS_TCK_HOME=. | ||
|
||
4. Install the tck jar jakarta-annotations-tck-<version>.jar available | ||
in the annotations-tck/artifacts folder using artifact-install.sh script | ||
eg: cd $ANNOTATIONS_TCK_HOME/artifacts && ./artifact-install.sh | ||
|
||
5. Use the sample pom.xml available in the annotations-tck/tck-runner, | ||
to run the test with Glassfish, verify the system properties set. | ||
eg: `mvn clean verify -f $$ANNOTATIONS_TCK_HOME/tck-runner/pom.xml` |
File renamed without changes.