Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 9910BEBE7 for ; Thu, 28 Feb 2013 17:39:37 +0000 (UTC) Received: (qmail 5474 invoked by uid 500); 28 Feb 2013 17:39:37 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 5441 invoked by uid 500); 28 Feb 2013 17:39:37 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 5432 invoked by uid 99); 28 Feb 2013 17:39:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 17:39:37 +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 (nike.apache.org: domain of kevin.faro@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vb0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 17:39:31 +0000 Received: by mail-vb0-f43.google.com with SMTP id fs19so218607vbb.2 for ; Thu, 28 Feb 2013 09:39:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=tGdYs4SteciHGq5OLmeKb/fXFqUboPgWnB7c+ZMCGZ8=; b=kLRvDuaI/C/NghizzLQ9aFtQhklDSeKHMWMClVIPgONPLdiUkR3RZLxZ+/O6+OyIi5 aY6QP6N4v2AYpjz2urO67gux07p2JkGMbJ7+CZBvrehFHwXX7ZAeqpAsVA9KPlSDzZUN M6CM4WOWUlEjumy+jyP3BtJAMqKWVVo9z5FcCZsYsrieYlBbCZXcXIqRJy/uP2DbHC2+ Siulem4zW4nBOZy2jTybBmPE9UDLKkMgsLlYWyDrpUs6n7tTn05IUNTxkRgg/8hDTOeA vEWBT2D9iAAJZwLQz6YoqcZyFLLzbDeE91JTzUjXdBs7VqOKKWdSHxvIkr6qKgEvlJGe 5dFw== MIME-Version: 1.0 X-Received: by 10.58.85.134 with SMTP id h6mr2945921vez.18.1362073150209; Thu, 28 Feb 2013 09:39:10 -0800 (PST) Received: by 10.220.142.1 with HTTP; Thu, 28 Feb 2013 09:39:10 -0800 (PST) In-Reply-To: References: Date: Thu, 28 Feb 2013 12:39:10 -0500 Message-ID: Subject: Re: groovy Grab fails against 1.6-SNAPSHOT From: Kevin Faro To: dev@accumulo.apache.org, vines@apache.org Content-Type: multipart/alternative; boundary=047d7b6d934046c95104d6cc5e04 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6d934046c95104d6cc5e04 Content-Type: text/plain; charset=ISO-8859-1 I have not, and it may just be my ignorance of groovy's build infrastructure. It works fine with 1.4, before the profiles were introduced. I was only working against 1.6-snapshot because I was working on a patch for accumulo. I normally work off of 1.4 for application code but realized that there was this problem when I upgraded the Groovy Grab Annotation to 1.6 because I already had that version running. It isn't a high priority or anything ... but will come into play when I upgrade my application to 1.5. --Kevin On Thu, Feb 28, 2013 at 11:27 AM, John Vines wrote: > Have you done this before with any other variable maven items? I wonder if > this is possibly a bug with Groovy's Grab. > > On a side note, is there any particular reason you're using the trunk > release? We just branched 1.5, so the code bases are almost identical, with > the caveat that 1.5 is going to be released soon. > > > On Thu, Feb 28, 2013 at 9:23 AM, Kevin Faro wrote: > > > I am trying to write a groovy script to ingest some data into accumulo > > using: > > > > @Grapes([@Grab(group='org.apache.accumulo', module='accumulo-core', > > version='1.6.0-SNAPSHOT')]) > > > > and it tries to resolve the slf4j dependency as: > > > > > > > http://download.java.net/maven/2/org/slf4j/slf4j-log4j12/${slf4j.version}/slf4j-log4j12-${slf4j.version}.jar > > > > It looks like the profiles in the accumulo/pom.xml are being ignored, so > > the version is never set ... any way to override this? > > > > Any ideas? > > > > --Kevin > > > --047d7b6d934046c95104d6cc5e04--