From dev-return-31857-apmail-nutch-dev-archive=nutch.apache.org@nutch.apache.org Sat Oct 10 02:05:08 2015 Return-Path: X-Original-To: apmail-nutch-dev-archive@www.apache.org Delivered-To: apmail-nutch-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 E5BC8182C8 for ; Sat, 10 Oct 2015 02:05:07 +0000 (UTC) Received: (qmail 89536 invoked by uid 500); 10 Oct 2015 02:05:07 -0000 Delivered-To: apmail-nutch-dev-archive@nutch.apache.org Received: (qmail 89500 invoked by uid 500); 10 Oct 2015 02:05:07 -0000 Mailing-List: contact dev-help@nutch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nutch.apache.org Delivered-To: mailing list dev@nutch.apache.org Received: (qmail 89485 invoked by uid 99); 10 Oct 2015 02:05:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Oct 2015 02:05:07 +0000 Date: Sat, 10 Oct 2015 02:05:07 +0000 (UTC) From: "Sujen Shah (JIRA)" To: dev@nutch.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NUTCH-2135) Ant Eclipse build does not include protocol-interactiveselenium MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sujen Shah created NUTCH-2135: --------------------------------- Summary: Ant Eclipse build does not include protocol-interactiveselenium Key: NUTCH-2135 URL: https://issues.apache.org/jira/browse/NUTCH-2135 Project: Nutch Issue Type: Improvement Components: protocol Reporter: Sujen Shah Priority: Minor Fix For: 1.11 target eclipse in the build.xml file does not include protocol-interactiveselenium so while importing the project into eclipse, it does not add that folder. On adding that to the build file, I found that eclipse throws errors as the package naming in classes belonging to the org.apache.nutch.protocol.interactiveselenium.handlers is incomplete. Have made both those changes in this PR. -- This message was sent by Atlassian JIRA (v6.3.4#6332)