Skip to content

Conversation

@idodeclare
Copy link
Contributor

Hello,

Please consider for integration this patch to add a jetty-jspc step to affirm that the JSP files compile without error. One JSP, opensearch.jsp, had an error and is fixed.

  • Set mergeFragment=false so pre-compiled JSP classes will not be included in the WAR.
  • Also, use skipTests not maven.test.skip w.r.t. the short-circuiting the setting up of testdata.

Thank you.

- Use mergeFragment=false with jetty-jspc so
  pre-compiled JSP classes are not included in
  the WAR.

Also:
- use skipTests not maven.test.skip w.r.t. the
  short-circuiting the setting up of testdata.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3765

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 73.425%

Totals Coverage Status
Change from base Build 3755: 0.0%
Covered Lines: 32848
Relevant Lines: 44737

💛 - Coveralls

@vladak vladak merged commit 29fe9da into oracle:master Dec 3, 2018
@vladak
Copy link
Member

vladak commented Dec 3, 2018

Nice ! I always wanted to have this capability.

@tulinkry
Copy link
Contributor

tulinkry commented Dec 3, 2018

Isn't there an issue about some compile jsp things?

@idodeclare
Copy link
Contributor Author

@tulinkry, none that I’m aware of.

I was longing for the compilation check that NetBeans did when you built the web project, and jetty-jspc seems the modern way to do it with maven.

@tulinkry
Copy link
Contributor

tulinkry commented Dec 3, 2018

I think I meant this one #1322 but that's sort of a different issue.

@idodeclare idodeclare deleted the feature/affirm_jspc branch December 4, 2018 03:41
@tarzanek tarzanek added this to the 1.2 milestone Jan 10, 2019
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.

5 participants