[
https://issues.apache.org/jira/browse/SOLR-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man reopened SOLR-135:
---------------------------
Whoops ... while banging my head against my desk trying ot figure out why i
couldn't see my changes, i discovered that the last build.xml patch i attached
to this issue had a really bad bug in that it was compiling all of hte classes
into both jars (core and common)
i have fixed this locally but it turns out it was masking another problem:
CommonParams and DisMaxParams have a compilation dependency on SolrCore (and
possible other things i haven't found yet because javac gave up when it hit
that error) to log errors.
I'm going to change these classes to have their own loggers ... if that's hte
only problem i'll commit, if there are still more problems i'll udpate this bug
with a patch for discussion
> Restructure / Refactor codebase for shared libraries
> ----------------------------------------------------
>
> Key: SOLR-135
> URL: https://issues.apache.org/jira/browse/SOLR-135
> Project: Solr
> Issue Type: Wish
> Reporter: Ryan McKinley
> Assignee: Ryan McKinley
> Priority: Minor
> Attachments: SOLR-135-RestructureForCommonJar.patch,
> SOLR-135-RestructureForCommonJar.patch, SOLR-135-RestructureForCommonJar.patch
>
>
> For SOLR-20 and other java projects, it would be nice to have common code
> share a codebase that does not require lucene or junit to compile.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.