Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 61638 invoked from network); 5 May 2010 08:41:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 08:41:32 -0000 Received: (qmail 44593 invoked by uid 500); 5 May 2010 08:41:32 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 44466 invoked by uid 500); 5 May 2010 08:41:30 -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 Received: (qmail 44459 invoked by uid 99); 5 May 2010 08:41:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 08:41:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 08:41:27 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o458f5cK024006 for ; Wed, 5 May 2010 08:41:05 GMT Message-ID: <25787874.17141273048865488.JavaMail.jira@thor> Date: Wed, 5 May 2010 04:41:05 -0400 (EDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIR-246) ApacheDS trunk build fails due to circular dependency between apacheds-xbean-spring <-> apacheds-server-xml In-Reply-To: <182710979.1246279427996.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIR-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIR-246. ----------------------------------- Resolution: Cannot Reproduce It works well atm. > ApacheDS trunk build fails due to circular dependency between apacheds-xbean-spring <-> apacheds-server-xml > ----------------------------------------------------------------------------------------------------------- > > Key: DIR-246 > URL: https://issues.apache.org/jira/browse/DIR-246 > Project: Directory > Issue Type: Bug > Reporter: Aleksander Adamowski > Assignee: Alex Karasulu > > I'm trying to build apacheds from the latest trunk revision, however the build fails due to missing dependency on apacheds-server-xml. > When I try to build apacheds-server-xml by entering trunk-with-dependencies/apacheds/server-xml/ , I get a build error that mentions missing dependency on apacheds-xbean-spring: > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > Missing: > ---------- > 1) org.apache.directory.server:apacheds-xbean-spring:jar:1.5.5-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.directory.server -DartifactId=apacheds-xbean-spring -Dversion=1.5.5-SNAPSHOT -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.directory.server -DartifactId=apacheds-xbean-spring -Dversion=1.5.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.directory.server:apacheds-server-xml:jar:1.5.5-SNAPSHOT > 2) org.apache.directory.server:apacheds-xbean-spring:jar:1.5.5-SNAPSHOT > ---------- > 1 required artifact is missing. > When I try to build apacheds-xbean-spring by entering trunk-with-dependencies/apacheds/xbean-spring/ , I get a build error that mentions missing dependency on apacheds-server-xml: > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Unable to find artifact. > Embedded error: Unable to download the artifact from any repository > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.directory.server -DartifactId=apacheds-server-xml -Dversion=1.5.5-SNAPSHOT -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.directory.server -DartifactId=apacheds-server-xml -Dversion=1.5.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > org.apache.directory.server:apacheds-server-xml:jar:1.5.5-SNAPSHOT > This chicken-and-egg problem effectively prevents building ApacheDS at all. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.