Test bug - JettyWebappTest: plugin classes do not have access to webapp libs
----------------------------------------------------------------------------
Key: SOLR-1866
URL: https://issues.apache.org/jira/browse/SOLR-1866
Project: Solr
Issue Type: Bug
Reporter: Mark Miller
Priority: Minor
The JettyWebappTest straddles example and src/webapp in a way that the Plugin
classloader's parent WebappClassloader points to src/webapp which has no libs
dir. This can cause problems - eg its a problem with the current velocity setup
- though the issue has been skirted by removing slf logging references.
Probably the best solution is to run off the webapp - but I wonder if its worth
depending on building the webapp for tests when all of them don't need it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.