Open jfdenise opened 4 years ago
2 commits to fix the 2 issues:
https://github.com/tbitonti/jakartaee-prototype/issues/121
https://github.com/tbitonti/jakartaee-prototype/issues/125
The TLD action is a simple extension of the XMLActionImpl. The XML master properties file needs to contain *.tld=
I didn't touch at the Jakarta transformer XML default rule files.
The Properties action relocates the file according to the package renaming rules.
Both actions have been added to the jar container action only.
I have been greatly inspired by the existing unit tests to add 2 new unit tests.
2 commits to fix the 2 issues:
https://github.com/tbitonti/jakartaee-prototype/issues/121
https://github.com/tbitonti/jakartaee-prototype/issues/125
The TLD action is a simple extension of the XMLActionImpl. The XML master properties file needs to contain *.tld=
I didn't touch at the Jakarta transformer XML default rule files.
The Properties action relocates the file according to the package renaming rules.
Both actions have been added to the jar container action only.
I have been greatly inspired by the existing unit tests to add 2 new unit tests.