[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632220#action_12632220 ]
Michael McCandless commented on LUCENE-1344: -------------------------------------------- Hmm -- if I revert this part of the patch: {code} @@ -218,7 +225,7 @@ <target name="compile-core" depends="init, clover" description="Compiles core classes"> <compile - srcdir="src/java" + srcdir="${src.dir}" destdir="${build.dir}/classes/java"> <classpath refid="classpath"/> </compile> {code} Then I'm able to "ant clean" and then "ant test" just fine. I don't yet understand why that fixes it, though. > Make the Lucene jar an OSGi bundle > ---------------------------------- > > Key: LUCENE-1344 > URL: https://issues.apache.org/jira/browse/LUCENE-1344 > Project: Lucene - Java > Issue Type: Improvement > Components: Build > Reporter: Nicolas Lalevée > Assignee: Michael McCandless > Attachments: LUCENE-1344-r679133.patch, LUCENE-1344-r690675.patch, > LUCENE-1344-r690691.patch, LUCENE-1344.patch, LUCENE-1344.patch, > MANIFEST.MF.diff > > > In order to use Lucene in an OSGi environment, some additional headers are > needed in the manifest of the jar. As Lucene has no dependency, it is pretty > straight forward and it ill be easy to maintain I think. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]