Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue 624 #647

Merged
merged 2 commits into from
Mar 10, 2021
Merged

Fix Issue 624 #647

merged 2 commits into from
Mar 10, 2021

Conversation

markt-asf
Copy link
Contributor

Fixes Issue
#624

Related Issue(s)
None

Describe the change
Add a missing compilation step required because some of the JSP TCKs tests depend on the common EL code so that code needs to be compiled before the associated JSP TCK test WAR is packaged.
I also included a commit that performs some clean-up of some unnecessary configuration I cam across while investigating this issue.

Additional context
None

CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman

Copy link
Contributor

@arjantijms arjantijms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The property jsp.commondir does not exist. It is not used anywhere else,
nor is it defined anywhere. It appears to be a copy/paste error for
jspcommon.dir which is already specified as an include dir for this
compilation task.

Signed-off-by: Mark Thomas <markt@apache.org>
The tests in this package depend on the common EL code so ensure it is
compiled before the test is packaged.

Signed-off-by: Mark Thomas <markt@apache.org>
@scottmarlow scottmarlow merged commit 262bea0 into jakartaee:master Mar 10, 2021
@markt-asf markt-asf deleted the issue-624 branch November 4, 2021 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants