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

Suppress css warnings with empty error handler. #501

Closed
wants to merge 2 commits into from

Conversation

lsitu
Copy link
Contributor

@lsitu lsitu commented Oct 3, 2014

@awoods
Copy link

awoods commented Oct 5, 2014

This is a great improvement.
I am still seeing some related errors when running "mvn clean install -pl fcrepo-webapp"

WARN 07:33:47.635 (IncorrectnessListenerImpl) Obsolete content type encountered: 'application/x-javascript'.
java.lang.instrument.IllegalClassFormatException: Error while instrumenting class com/steadystate/css/parser/SACParserCSS3TokenManager.

If you can remove those errors/warnings from the build as well that would be great. If not, let me know and we can push this commit through as it stands.

@lsitu
Copy link
Contributor Author

lsitu commented Oct 6, 2014

The warnings from the IncorrectnessListenerImpl class are suppressed, and some of the javaScript errors are eliminated as well. See commit lsitu@45092b1 .

@awoods
Copy link

awoods commented Oct 13, 2014

Resolved with: c0e6f16

@awoods awoods closed this Oct 13, 2014
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

2 participants