Make it easier to debug new plugin code in an IDE
-------------------------------------------------
Key: SOLR-498
URL: https://issues.apache.org/jira/browse/SOLR-498
Project: Solr
Issue Type: Improvement
Components: search
Affects Versions: 1.2
Reporter: Benson Margulies
I'm developing components to be deployed via schema.xml. I happen to use
Eclipse, but I think that comparable fates await the users of other IDEs.
I tried, and failed, to find a way to incorporate my eclipse output directory
into the appropriate classpath for schema.xml files.
Putting it into the global jetty classpath via the jetty startup config does
not work, due to webapp class loader delegation rules.
It would be really delux if there were a config file somewhere that would allow
me to add directories that occur in the same class loader's classpath as the
solr/lib directory.
It would be nearly as delux if solr merely supported solr/classes, so that I
could point Eclipse there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.