Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 A45F0E662 for ; Wed, 6 Feb 2013 18:10:55 +0000 (UTC) Received: (qmail 39493 invoked by uid 500); 6 Feb 2013 18:10:55 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 39415 invoked by uid 500); 6 Feb 2013 18:10:54 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 39397 invoked by uid 99); 6 Feb 2013 18:10:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 18:10:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kyungho.jeon@gmail.com designates 209.85.214.41 as permitted sender) Received: from [209.85.214.41] (HELO mail-bk0-f41.google.com) (209.85.214.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 18:10:46 +0000 Received: by mail-bk0-f41.google.com with SMTP id q16so778200bkw.14 for ; Wed, 06 Feb 2013 10:10:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=mh7yDNOxlh1rKNq8uhxgqv3qfyy3aD4k+BQwEKA/ML0=; b=CIII0KUS2YavH48iplDK2yyyOGo7kSNZtpAf4lObxWdxQeAX65FtgJIaohRhEelJcv OPqM0Lw/WZLtDWMgfbpC2QNafwqij2eZxOrzt9UMWLy7bl+v5N8mBXKiz5uN+uvEAsa/ oCkTtCXtnqnWBQk+fkjLTKQC8eSFBpq/qam+LS8Xa2B5VJvDj7bIXQ8lyf/XYfZbhn5h Sr7dfkvVbIK+HMCkv4J4g/p4X8iEE3Bm04QGKxGR/gIRinyvYgoI3vmI6bqn+kgyg60p KUVkSbnqIebmaKTFd85cIEkqz1gqmVqh0cdNJX5Dq4TkPT3rdQo+Yr9SW5pv9+78JjPA 9Ggw== MIME-Version: 1.0 X-Received: by 10.204.4.201 with SMTP id 9mr7907814bks.39.1360174225964; Wed, 06 Feb 2013 10:10:25 -0800 (PST) Received: by 10.205.25.8 with HTTP; Wed, 6 Feb 2013 10:10:25 -0800 (PST) Date: Wed, 6 Feb 2013 13:10:25 -0500 Message-ID: Subject: inconsistency between ivy/library.properties and .eclipse.templates/.classpath From: Kyungho Jeon To: dev@pig.apache.org Content-Type: multipart/mixed; boundary=0015174c3332923e2e04d5123d6d X-Virus-Checked: Checked by ClamAV on apache.org --0015174c3332923e2e04d5123d6d Content-Type: text/plain; charset=ISO-8859-1 Hello, I recently started hacking Apache Pig. I tried to import the source code into eclipse, and got some "missing required library" errors. I found for some libraries .eclipse.templates/.classpath specifies older versions. Shouldn't it be updated according to ivy/library.properties? In addition, .classpath specifies both javacc-4.2.jar and javacc.jar, but build.xml moves javacc-4.2.jar to javacc.jar. Shouldn't the line containing javacc-4.2.jar be removed from .classpath? I am attaching my diff (patch) that works for me. Thanks, Kyungho. --0015174c3332923e2e04d5123d6d--