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 AD42B10888 for ; Tue, 10 Dec 2013 20:04:08 +0000 (UTC) Received: (qmail 15770 invoked by uid 500); 10 Dec 2013 20:04:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 15708 invoked by uid 500); 10 Dec 2013 20:04:07 -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 15700 invoked by uid 99); 10 Dec 2013 20:04:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Dec 2013 20:04:07 +0000 Date: Tue, 10 Dec 2013 20:04:07 +0000 (UTC) From: "Shawn Heisey (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-5360) Add support for developing in netbeans IDE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844605#comment-13844605 ] Shawn Heisey commented on LUCENE-5360: -------------------------------------- {quote} Are you sure that source level is 1.6 because there is a lot of files with 1.7 features e.g. try-with-catch and diamond operator? For example: BooleanPerceptronClassifier.java (package org.apache.lucene.classification) DocInverterPerField.java (org.apache.lucene.index) etc. {quote} The SVN trunk (which is what will become 5.0 eventually) requires Java 7 and therefore has Java 7 constructs. The branch named branch_4x (dev branch for 4.x versions) only requires Java 6. There is a LOT of testing during normal development, and even more testing before each release, so there is a very high confidence level that the 4.x version does not have Java 7 code in it. The BooleanPerceptronClassifier.java file doesn't exist in branch_4x at all, and with a quick glance, I didn't seem any problems in the 4x version of DocInverterPerField.java. If you actually do find Java 7 constructs in branch_4x, that's a bug. Feel free to file issues and submit patches for any such problems that you find in branch_4x. If you want to check branch_4x out from SVN, use the following command: {code} svn co http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x {code} > Add support for developing in netbeans IDE > ------------------------------------------ > > Key: LUCENE-5360 > URL: https://issues.apache.org/jira/browse/LUCENE-5360 > Project: Lucene - Core > Issue Type: New Feature > Reporter: Michal Hlavac > Assignee: Steve Rowe > Priority: Minor > Labels: IDE, netbeans, patch > Fix For: 5.0, 4.7 > > Attachments: 5360.patch, LUCENE-5360.patch > > > It will be nice to have ant target for building netbeans IDE project definition. -- This message was sent by Atlassian JIRA (v6.1.4#6159) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org