Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D86939FDA for ; Wed, 25 Apr 2012 15:12:42 +0000 (UTC) Received: (qmail 45431 invoked by uid 500); 25 Apr 2012 15:12:41 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 45370 invoked by uid 500); 25 Apr 2012 15:12:41 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 45362 invoked by uid 99); 25 Apr 2012 15:12:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 15:12:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 15:12:40 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3FC5A35F17B for ; Wed, 25 Apr 2012 15:12:20 +0000 (UTC) Date: Wed, 25 Apr 2012 15:12:20 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <1883814666.601.1335366740263.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1993543192.60012.1306942856224.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261705#comment-13261705 ] Robert Muir commented on LUCENE-3167: ------------------------------------- Out of curiousity, now that we are using ivy in our ant build, has anyone investigated the upcoming ivy support for OSGI? Would it do what we want? http://ant.apache.org/ivy/history/trunk/osgi.html, http://ant.apache.org/ivy/history/trunk/osgi/standard-osgi.html, etc. It seems to use the same utilities here, so I have a few concerns: * it if slows down the build 90seconds, I think its better that to support OSGI this would only be done inside prepare-release, not during normal 'ant test'. This way our ordinary compile-test-debug cycle is unaffected. This is really important. * I don't know anything about OSGI, but how do we know its "correct"? Just like any thing else we include in our release, we shouldnt just be releasing arbitrary stuff (even additional metadata) unless we have some mechanism to confirm that its correct. * the current ivy integration is labeled as experimental (making the above even more important). anyway I know nothing of OSGI, so maybe this is useless, I just wanted to bring it up. > 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 > Attachments: LUCENE-3167.patch, LUCENE-3167.patch, LUCENE-3167.patch, lucene_trunk.patch, lucene_trunk.patch > > > 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. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org