Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-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 520EF606B for ; Fri, 8 Jul 2011 07:34:19 +0000 (UTC) Received: (qmail 29089 invoked by uid 500); 8 Jul 2011 07:34:18 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 28884 invoked by uid 500); 8 Jul 2011 07:34:12 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Delivered-To: moderator for dev@directory.apache.org Received: (qmail 17514 invoked by uid 99); 8 Jul 2011 07:26:41 -0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) X-Spam-Score: 0.6 X-Spam-Level: Message-ID: Date: Fri, 8 Jul 2011 09:25:53 +0200 Subject: Issue building From: "Johan Swensson" To: dev@directory.apache.org User-Agent: SquirrelMail/1.4.21-3.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Old-Spam-Status: No, score=0.6 tagged_above=-99 required=5 tests=[J_CHICKENPOX_84=0.6] Hi I'm trying to build Apache Directory Studio from source from the 1.5.3 tarball but I'm running into some deps issues. mvn clean install: [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:45.737s [INFO] Finished at: Fri Jul 08 09:20:30 CEST 2011 [INFO] Final Memory: 9M/23M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:unpack (unpack-language-packs) on project studio-build: Unable to find artifact. Could not find artifact org.eclipse.languagepack:BabelLanguagePack-eclipse-de:zip:3.5.0.v20090620043401 in central (http://repo1.maven.org/maven2) [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=org.eclipse.languagepack -DartifactId=BabelLanguagePack-eclipse-de -Dversion=3.5.0.v20090620043401 -Dpackaging=zip -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=org.eclipse.languagepack -DartifactId=BabelLanguagePack-eclipse-de -Dversion=3.5.0.v20090620043401 -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] [ERROR] org.eclipse.languagepack:BabelLanguagePack-eclipse-de:zip:3.5.0.v20090620043401 [ERROR] [ERROR] from the specified remote repositories: [ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true), [ERROR] central (http://repo1.maven.org/maven2, releases=true, snapshots=false) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException error: Bad exit status from /var/tmp/rpm-tmp.jcC96M (%build)