Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D0F917931 for ; Mon, 23 Feb 2015 21:30:04 +0000 (UTC) Received: (qmail 50615 invoked by uid 500); 23 Feb 2015 21:30:01 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 50572 invoked by uid 500); 23 Feb 2015 21:30:01 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 50562 invoked by uid 99); 23 Feb 2015 21:30:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 21:30:01 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rencheng311@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-la0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 21:29:36 +0000 Received: by labpn19 with SMTP id pn19so21616319lab.4 for ; Mon, 23 Feb 2015 13:29:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QmexCnNtyHHI+oMpR3erajk2DXtCo6wDQfSEtJjNIj8=; b=SDv1lIavhSntw91Jrf//QkMu2kju37r3CB+E/Q+lRLo5pGyhZvxrnmvHbd4WRnOKdi OhFoVFdBCDnXulg/N7q7sHFFAOBQLbY1LZYj6WME+lkud71vF2595a0Ka2/mexT4hNic 2Xb65K16KAJffBbchEzt2z8dMI8Slu6n0Lms5Dtb3nKvq+ksdDrS0sMTgEBiwF9KLZUV wcUk1K6Q5eylt5eC8iPxhIljl1m6+FAMkhl7TRrQGiXZSKKanY3D2Bji9dfo9nt/L3CZ rPE7HTZHXoVn2sNalJ5N8kOtRZJnazehCXSg1Lya/u5e7d2ETR3sJXr3slYw7xSabn/t acMA== MIME-Version: 1.0 X-Received: by 10.152.121.66 with SMTP id li2mr11781984lab.40.1424726974816; Mon, 23 Feb 2015 13:29:34 -0800 (PST) Received: by 10.25.22.169 with HTTP; Mon, 23 Feb 2015 13:29:34 -0800 (PST) Date: Mon, 23 Feb 2015 13:29:34 -0800 Message-ID: Subject: build failure with cassandra 2.0.12 From: Cheng Ren To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e0112c8863c691b050fc8190d X-Virus-Checked: Checked by ClamAV on apache.org --089e0112c8863c691b050fc8190d Content-Type: text/plain; charset=UTF-8 Hi, I am experiencing build failure with cassandra 2.0.12. I downloaded source from http://cassandra.apache.org/download/, did ant mvn-install and got following error: [artifact:dependencies] ---------- [artifact:dependencies] 1 required artifact is missing. [artifact:dependencies] [artifact:dependencies] for artifact: [artifact:dependencies] org.apache.cassandra:cassandra-coverage-deps:jar:2.0.12-SNAPSHOT [artifact:dependencies] [artifact:dependencies] from the specified remote repositories: [artifact:dependencies] central (http://repo1.maven.org/maven2) [artifact:dependencies] [artifact:dependencies] BUILD FAILED /Users/chengren/br/thirdparty/cassandra-2.0.12-br/build.xml:541: Unable to resolve artifact: Missing: ---------- 1) com.sun:tools:jar:0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools -Dversion=0 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.sun -DartifactId=tools -Dversion=0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.cassandra:cassandra-coverage-deps:jar:2.0.12-SNAPSHOT 2) net.sourceforge.cobertura:cobertura:jar:2.0.3 3) com.sun:tools:jar:0 ---------- 1 required artifact is missing. for artifact: org.apache.cassandra:cassandra-coverage-deps:jar:2.0.12-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) It occurs really weird to me since I could build successfully yesterday. Did something change behind the scene? Thanks! --089e0112c8863c691b050fc8190d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,
I am experiencing build failure with cassandra 2.0= .12. I downloaded source from=C2=A0http://cassandra.apache.org/download/, did ant mvn-install an= d got following error:

[artifact:dependencies= ] ----------
[artifact:dependencies] 1 required artifact is missi= ng.
[artifact:dependencies]=C2=A0
[artifact:dependencie= s] for artifact:=C2=A0
[artifact:dependencies] =C2=A0 org.apache.= cassandra:cassandra-coverage-deps:jar:2.0.12-SNAPSHOT
[artifact:d= ependencies]=C2=A0
[artifact:dependencies] from the specified rem= ote repositories:
[artifact:dependencies] =C2=A0 central (http://repo1.maven.org/maven2)
=
[artifact:dependencies]=C2=A0
[artifact:dependencies]=C2=A0<= /div>

BUILD FAILED
/Users/chengren/br/thirdpar= ty/cassandra-2.0.12-br/build.xml:541: Unable to resolve artifact: Missing:<= /div>
----------
1) com.sun:tools:jar:0

<= div>=C2=A0 Try downloading the file manually from the project website.

=C2=A0 Then, install it using the command:=C2=A0
=
=C2=A0 =C2=A0 =C2=A0 mvn install:install-file -DgroupId=3Dcom.sun -Dar= tifactId=3Dtools -Dversion=3D0 -Dpackaging=3Djar -Dfile=3D/path/to/file

=C2=A0 Alternatively, if you host your own repository= you can deploy the file there:=C2=A0
=C2=A0 =C2=A0 =C2=A0 mvn de= ploy:deploy-file -DgroupId=3Dcom.sun -DartifactId=3Dtools -Dversion=3D0 -Dp= ackaging=3Djar -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id]

=C2=A0 Path to dependency:=C2=A0
=C2=A0 <= span class=3D"" style=3D"white-space:pre"> 1) org.apache.cassandra:c= assandra-coverage-deps:jar:2.0.12-SNAPSHOT
=C2=A0 2) net.sourceforge.cobertura:cobertura:= jar:2.0.3
=C2=A0 3) com.sun:tools:jar:0

----------
1 r= equired artifact is missing.

for artifact:=C2=A0
=C2=A0 org.apache.cassandra:cassandra-coverage-deps:jar:2.0.12-SNA= PSHOT

from the specified remote repositories:


It oc= curs really weird to me since I could build successfully yesterday. Did som= ething change behind the scene?=C2=A0

Thanks!
--089e0112c8863c691b050fc8190d--