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 F1319966B for ; Sun, 4 Mar 2012 05:48:19 +0000 (UTC) Received: (qmail 32253 invoked by uid 500); 4 Mar 2012 05:48:19 -0000 Delivered-To: apmail-incubator-accumulo-user-archive@incubator.apache.org Received: (qmail 32144 invoked by uid 500); 4 Mar 2012 05:48:19 -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 32131 invoked by uid 99); 4 Mar 2012 05:48:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 05:48:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.112.75.239] (HELO iron-u-b-out.osis.gov) (206.112.75.239) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 05:48:12 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEAMgAU0+sEAbx/2dsb2JhbABDtDmBD4F9AQEBAwESAmoLCwQHOyEBEwUdGSKHYJtrCpxJiS2HMASIUIxuix2EdYMB X-IronPort-AV: E=Sophos;i="4.73,528,1325480400"; d="scan'208";a="8675530" Received: from ghost-a.center.osis.gov (HELO mail-vw0-f47.google.com) ([172.16.6.241]) by iron-u-b-in.osis.gov with ESMTP/TLS/RC4-SHA; 04 Mar 2012 00:47:08 -0500 Received: by vbbfr13 with SMTP id fr13so2713987vbb.6 for ; Sat, 03 Mar 2012 21:47:49 -0800 (PST) Received-SPF: pass (google.com: domain of john.w.vines@ugov.gov designates 10.52.34.4 as permitted sender) client-ip=10.52.34.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of john.w.vines@ugov.gov designates 10.52.34.4 as permitted sender) smtp.mail=john.w.vines@ugov.gov Received: from mr.google.com ([10.52.34.4]) by 10.52.34.4 with SMTP id v4mr25957082vdi.85.1330840069826 (num_hops = 1); Sat, 03 Mar 2012 21:47:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.34.4 with SMTP id v4mr22165703vdi.85.1330840069777; Sat, 03 Mar 2012 21:47:49 -0800 (PST) Received: by 10.220.148.199 with HTTP; Sat, 3 Mar 2012 21:47:49 -0800 (PST) Received: by 10.220.148.199 with HTTP; Sat, 3 Mar 2012 21:47:49 -0800 (PST) In-Reply-To: <2099192841.178466.1330839468801.JavaMail.root@linzimmb04o.imo.intelink.gov> References: <2099192841.178466.1330839468801.JavaMail.root@linzimmb04o.imo.intelink.gov> Date: Sun, 4 Mar 2012 00:47:49 -0500 Message-ID: Subject: Re: Missing accumulo-assemble-1.5.0-incubating-SNAPSHOT.jar after compilation From: John Vines To: accumulo-user@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf3079b9089ca6ff04ba645946 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3079b9089ca6ff04ba645946 Content-Type: text/plain; charset=ISO-8859-1 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" wrote: > 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=true install > # see what jars were creating in the maven repository > find ~/.m2/repository/org/apache/accumulo -type f -name '*.jar' > > This is that list: > > > /home/medined/.m2/repository/org/apache/accumulo/examples-simple/1.5.0-incubating-SNAPSHOT/examples-simple-1.5.0-incubating-SNAPSHOT.jar > > /home/medined/.m2/repository/org/apache/accumulo/wikisearch-ingest/1.5.0-incubating-SNAPSHOT/wikisearch-ingest-1.5.0-incubating-SNAPSHOT.jar > > /home/medined/.m2/repository/org/apache/accumulo/cloudtrace/1.5.0-incubating-SNAPSHOT/cloudtrace-1.5.0-incubating-SNAPSHOT.jar > > /home/medined/.m2/repository/org/apache/accumulo/accumulo-start/1.5.0-incubating-SNAPSHOT/accumulo-start-1.5.0-incubating-SNAPSHOT.jar > > /home/medined/.m2/repository/org/apache/accumulo/accumulo-server/1.5.0-incubating-SNAPSHOT/accumulo-server-1.5.0-incubating-SNAPSHOT.jar > > /home/medined/.m2/repository/org/apache/accumulo/accumulo-core/1.5.0-incubating-SNAPSHOT/accumulo-core-1.5.0-incubating-SNAPSHOT.jar > > /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*' > > > /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? > --20cf3079b9089ca6ff04ba645946 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

should there be an assembly jar? The assembly module is just there for o= rchestrating 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&qu= ot; <david.medinets@gmail.co= m> wrote:
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-incub= ating-SNAPSHOT/cloudtrace-1.5.0-incubating-SNAPSHOT.jar
=A0/home/medined/.m2/repository/org/apache/accumulo/accumulo-start/1.5.0-i= ncubating-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-in= cubating-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?
--20cf3079b9089ca6ff04ba645946--