[ 
https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059540#comment-13059540
 ] 

Luca Stancapiano commented on LUCENE-3167:
------------------------------------------

Here a updated version using the correct classpath:

      <property name="bndclasspath" refid="classpath"/>
          <taskdef resource="aQute/bnd/ant/taskdef.properties" /> 
          <bnd 
              classpath="${bndclasspath}" 
              eclipse="false" 
              failok="false" 
              exceptions="true"
              files="${common.dir}/lucene.bnd" /> 

The ant classpath is different by the maven classpath so there are differences 
in the resulting 'Export-Package' variable in the MANIFEST.MF but both are ok


> Make lucene/solr a OSGI bundle through Ant
> ------------------------------------------
>
>                 Key: LUCENE-3167
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3167
>             Project: Lucene - Java
>          Issue Type: New Feature
>         Environment: bndtools
>            Reporter: Luca Stancapiano
>
> We need to make a bundle thriugh Ant, so the binary can be published and no 
> more need the download of the sources. Actually to get a OSGI bundle we need 
> to use maven tools and build the sources. Here the reference for the creation 
> of the OSGI bundle through Maven:
> https://issues.apache.org/jira/browse/LUCENE-1344
> Bndtools could be used inside Ant

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to