Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 88131 invoked from network); 1 May 2009 15:06:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 May 2009 15:06:00 -0000 Received: (qmail 63556 invoked by uid 500); 1 May 2009 15:05:58 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 63497 invoked by uid 500); 1 May 2009 15:05:58 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 63487 invoked by uid 99); 1 May 2009 15:05:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 15:05:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of clement.escoffier@gmail.com designates 209.85.220.163 as permitted sender) Received: from [209.85.220.163] (HELO mail-fx0-f163.google.com) (209.85.220.163) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 15:05:47 +0000 Received: by fxm7 with SMTP id 7so2389595fxm.22 for ; Fri, 01 May 2009 08:05:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:mime-version:subject:date:references :x-mailer; bh=P09ZnLCOhwCe2qhgZt35xdTAyjzReLNqkXfHtZeErkY=; b=F2t1+LE5/ZM23+pHtNGocKLvW8TgaCgM9Gpos01/HpTpbzC8u6+KNNnX/cw7tFX2z1 atK6/pEuAdIhtmSe63YSHcAEIVXFaSYUvE6uCcXr74ucSvfvzVGTXovna5uoitE0EYry 0k+Qr8KU24rlPxEv6haoQlqChRsbi29B6P17k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:mime-version:subject :date:references:x-mailer; b=U/hfMiR3wkBaCiuPdzKZc9YnxTxnBNOeXk4rEHQ/dsspezCyNvqw1pOTRFIyHFTjbp RVspkEyACQczpsmTlMCJCfcDR4r3MlW3vfkpng4iU1s4qdPC0Yguv8qtiZvVg1DX+g1K jlin52z3kctGrvbn1hn5NnhYLAjdWl9n2Pe5M= Received: by 10.86.91.3 with SMTP id o3mr2939379fgb.46.1241190327303; Fri, 01 May 2009 08:05:27 -0700 (PDT) Received: from ?192.168.0.197? (77-22-119-105-dynip.superkabel.de [77.22.119.105]) by mx.google.com with ESMTPS id e11sm966961fga.1.2009.05.01.08.05.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 01 May 2009 08:05:26 -0700 (PDT) Message-Id: From: Clement Escoffier To: dev@felix.apache.org In-Reply-To: <27835854.1241167233973.JavaMail.j2ee_opensource.bamboo.atlassian.com@atlassian13.managed.contegix.com> Content-Type: multipart/alternative; boundary=Apple-Mail-1-890086866 Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [OSS Bamboo] Apache Felix - Default build 1696 has FAILED (0 tests failed). Change made by clement Date: Fri, 1 May 2009 17:04:51 +0200 References: <27835854.1241167233973.JavaMail.j2ee_opensource.bamboo.atlassian.com@atlassian13.managed.contegix.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-1-890086866 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi, Don't worry about this issue. Our bamboo build uses its own maven repository (https://m2proxy.atlassian.com/repository/public). This repository does not yet contain the 1.6.1 version of the framework. It should be synchronized soon. The Maven central repository already contains the 1.6.1 version of the framework, so the trunk should work if you use the "real" Maven central repository. Regards, Clement On 01.05.2009, at 10:40, bamboo@apache.org wrote: > > FELIX-DEF-1696 failed. > Code has been updated by clement. > No failed tests found, a possible compilation error. > > Code Changes See full change details > clement > Update dependencies to current development version. > > Error Summary See full build log > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.felix:org.apache.felix.framework:jar:1.6.1 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.felix - > DartifactId=org.apache.felix.framework -Dversion=1.6.1 - > Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the > file there: > mvn deploy:deploy-file -DgroupId=org.apache.felix - > DartifactId=org.apache.felix.framework -Dversion=1.6.1 - > Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.felix:maven-junit4osgi-plugin:maven-plugin: > 1.1.0-SNAPSHOT > 2) org.apache.felix:org.apache.felix.framework:jar:1.6.1 > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.felix:maven-junit4osgi-plugin:maven-plugin:1.1.0-SNAPSHOT > > from the specified remote repositories: > central (https://m2proxy.atlassian.com/repository/public), > apache.snapshots (http://repository.apache.org/snapshots) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > > Email generated by Atlassian Bamboo - if you wish to stop receiving > these emails edit your user profile or notify your administrator > Want this information in your IDE? > Actions > View Online > Add Comments > View Artifacts > Download Logs --Apple-Mail-1-890086866--