Hello,
On 8/24/05, miguel de icaza <
miguel....@gmail.com> wrote:
> Hello,
>
>
> > I've changed the code of Lucene so it is now in the namescape
> > Monodoc.Lucene.etc.. . and I'm compiling Lucene inside monodoc.dll. The
> > two big problem faced were changing all the code to the new namespace
> > (I've used sed and some amount of manual changes) and the IndexReader
> > of monodoc colliding with the IndexReader of Lucene. Now is working
> > and searching again.
>
> Is there any reason not to just keep lucene on its namespace? Or is this
> needed because we are gac-ing monodoc.dll?
Yes.
I've though that if an application that uses monodoc.dll loads a
library with lucene, it will be a conflict between the lucene in
monodoc.dll and the one in the library. Am I wrong?
That way we make Lucene totally private to monodoc.