Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 95027 invoked from network); 16 Jul 2010 15:43:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jul 2010 15:43:19 -0000 Received: (qmail 64747 invoked by uid 500); 16 Jul 2010 15:43:17 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 64588 invoked by uid 500); 16 Jul 2010 15:43:16 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 64578 invoked by uid 99); 16 Jul 2010 15:43:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 15:43:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Lisheng.Zhang@broadvision.com designates 139.56.8.26 as permitted sender) Received: from [139.56.8.26] (HELO mail-fw.broadvision.com) (139.56.8.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 15:43:08 +0000 X-ASG-Debug-ID: 1279294951-696201650000-H1Y1KX X-Barracuda-URL: http://mail-fw.broadvision.com:8000/cgi-bin/mark.cgi Received: from RW-EX2003.BROADVISION.COM (localhost [127.0.0.1]) by mail-fw.broadvision.com (Spam Firewall) with ESMTP id 1A32C159A4C; Fri, 16 Jul 2010 08:42:31 -0700 (PDT) Received: from RW-EX2003.BROADVISION.COM (rw-ex2003.broadvision.com [10.10.160.33]) by mail-fw.broadvision.com with ESMTP id sNJOt9m36t67THaL; Fri, 16 Jul 2010 08:42:31 -0700 (PDT) X-ASG-Whitelist: Client X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-ASG-Orig-Subj: RE: Building maven artifacts Subject: RE: Building maven artifacts Date: Fri, 16 Jul 2010 08:42:31 -0700 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Building maven artifacts Thread-Index: Acsk/KgmfV0iXjIiR9CFDbe3nQtIsQAAHwSg From: "Zhang, Lisheng" To: , X-Barracuda-Connect: rw-ex2003.broadvision.com[10.10.160.33] X-Barracuda-Start-Time: 1279294952 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at broadvision.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I never this kind of build before, but just from the error message I guess it could mean two variables: ${project.artifactId} ${project.version} are not defined (otherwise exact jar file name would be printed out)? Could it be some environment setup issue? Best regards, Lisheng -----Original Message----- From: Pavel Minchenkov [mailto:chardex@gmail.com] Sent: Friday, July 16, 2010 8:35 AM To: java-user@lucene.apache.org; solr-user@lucene.apache.org Subject: Building maven artifacts Hi, I'm trying to run ant task "generate-maven-artifacts" in lucene-solr build.xml file. But getting this error: /home/chardex/lucene/dev/lucene/common-build.xml:312: Error deploying artifact 'org.apache.lucene:lucene-core:jar': Error deploying artifact: = File /home/chardex/lucene/dev/lucene/build/${project.artifactId}-${project.ver= sion}.jar does not exist Source code is latest. What I'm doing wrong? "generate-maven-artifacts" works fine for solr build.xml file. Thanks. --=20 Pavel Minchenkov --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org