Return-Path: X-Original-To: apmail-incubator-accumulo-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76EBE9F2D for ; Sun, 4 Mar 2012 14:09:13 +0000 (UTC) Received: (qmail 47689 invoked by uid 500); 4 Mar 2012 14:09:13 -0000 Delivered-To: apmail-incubator-accumulo-user-archive@incubator.apache.org Received: (qmail 47601 invoked by uid 500); 4 Mar 2012 14:09:12 -0000 Mailing-List: contact accumulo-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-user@incubator.apache.org Delivered-To: mailing list accumulo-user@incubator.apache.org Received: (qmail 47593 invoked by uid 99); 4 Mar 2012 14:09:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 14:09:12 +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 david.medinets@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 14:09:06 +0000 Received: by pbbrp12 with SMTP id rp12so3147715pbb.6 for ; Sun, 04 Mar 2012 06:08:45 -0800 (PST) Received-SPF: pass (google.com: domain of david.medinets@gmail.com designates 10.68.225.73 as permitted sender) client-ip=10.68.225.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of david.medinets@gmail.com designates 10.68.225.73 as permitted sender) smtp.mail=david.medinets@gmail.com; dkim=pass header.i=david.medinets@gmail.com Received: from mr.google.com ([10.68.225.73]) by 10.68.225.73 with SMTP id ri9mr38187706pbc.70.1330870125026 (num_hops = 1); Sun, 04 Mar 2012 06:08:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=DovesMDAw+AabbCV2oPUMJQHShpXlLIYeydfKe8R3lo=; b=c4Ih7Dlq2PlJfi7Kej16ARw1M+JlnZkZLR8/tqtVgD1EO+uwIWgSbeuwMqSKuu1Dqj drr6zPzrR/dTYmWZ0baQBnm0RPwYS7lSZEdZHIV4PUN2FvvAtea6cU/3xC1/DaU9Cu+0 fgc9DdylFuPwzWO2YUm6NK6eUXI5c8Q+4sYqbZTJ9ltys/gpC5QFCBF1ni+OHB5w9omV 90HIZYcegUU85EBNFZfFDLf8AuJQOO+EXvDYuXdxy4381/aJVV2PCLsYTK8XRe+ywCHw Z7RUXgEMyjgueOiyFeQ3d3lXNAYBon7YXKyrPAiottOZWcpXe7wY2B94gOtVegPS+DvQ kviQ== MIME-Version: 1.0 Received: by 10.68.225.73 with SMTP id ri9mr32617678pbc.70.1330870124899; Sun, 04 Mar 2012 06:08:44 -0800 (PST) Received: by 10.68.66.169 with HTTP; Sun, 4 Mar 2012 06:08:44 -0800 (PST) In-Reply-To: References: <2099192841.178466.1330839468801.JavaMail.root@linzimmb04o.imo.intelink.gov> Date: Sun, 4 Mar 2012 09:08:44 -0500 Message-ID: Subject: Re: Missing accumulo-assemble-1.5.0-incubating-SNAPSHOT.jar after compilation From: David Medinets To: accumulo-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org There was one before. I grabbed the code from svn. Ran mvn package. Then used the assemble jar to create my 'installation' accumulo folder. That's the direction from which I ran bin/start-all. On Sun, Mar 4, 2012 at 12:47 AM, John Vines wrote: > should there be an assembly jar? The assembly module is just there for > orchestrating tasks which must occur after everything builds. > > John > > Sent from my phone, so pardon the typos and brevity. > > On Mar 4, 2012 12:37 AM, "David Medinets" wrot= e: >> >> I must be doing something wrong during the compilation but I can't >> figure it out. I am using the trunk at revision 1296504. Let me walk >> through the steps I am following. >> >> # remove the maven repositories >> rm -rf ~/.m2/repository/org/apache/accumulo >> # connect to svn working directory >> cd ~/workspace/accumulo >> # compile accumulo >> mvn -Dmaven.test.skip=3Dtrue install >> # see what jars were creating in the maven repository >> find ~/.m2/repository/org/apache/accumulo -type f -name '*.jar' >> >> This is that list: >> >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/examples-simple/1.5.= 0-incubating-SNAPSHOT/examples-simple-1.5.0-incubating-SNAPSHOT.jar >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/wikisearch-ingest/1.= 5.0-incubating-SNAPSHOT/wikisearch-ingest-1.5.0-incubating-SNAPSHOT.jar >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/cloudtrace/1.5.0-inc= ubating-SNAPSHOT/cloudtrace-1.5.0-incubating-SNAPSHOT.jar >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/accumulo-start/1.5.0= -incubating-SNAPSHOT/accumulo-start-1.5.0-incubating-SNAPSHOT.jar >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/accumulo-server/1.5.= 0-incubating-SNAPSHOT/accumulo-server-1.5.0-incubating-SNAPSHOT.jar >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/accumulo-core/1.5.0-= incubating-SNAPSHOT/accumulo-core-1.5.0-incubating-SNAPSHOT.jar >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/wikisearch-query/1.5= .0-incubating-SNAPSHOT/wikisearch-query-1.5.0-incubating-SNAPSHOT.jar >> >> But I can find evidence of accumulo-assemble >> >> find ~/.m2/repository/org/apache/accumulo -type f -name '*assemble*' >> >> >> =A0/home/medined/.m2/repository/org/apache/accumulo/accumulo-assemble/1.= 5.0-incubating-SNAPSHOT/accumulo-assemble-1.5.0-incubating-SNAPSHOT.pom >> >> Nor has the accumulo-assemble jar file been created in my working >> directory >> >> find . -type f -name '*assemble*' >> >> This finds no files. >> >> Have I missed a step? Did the process change?