From dev-return-20370-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Aug 09 10:52:13 2007 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 66556 invoked from network); 9 Aug 2007 10:52:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2007 10:52:12 -0000 Received: (qmail 69589 invoked by uid 500); 9 Aug 2007 10:52:10 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 69554 invoked by uid 500); 9 Aug 2007 10:52:10 -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 69543 invoked by uid 99); 9 Aug 2007 10:52:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 03:52:10 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.25.216.40] (HELO scrat.ecrmforce.biz) (194.25.216.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 10:52:04 +0000 Received: from [172.16.156.161] (unknown [172.16.156.161]) by scrat.ecrmforce.biz (Postfix) with ESMTP id E0E2D77C42 for ; Thu, 9 Aug 2007 12:51:42 +0200 (CEST) Message-ID: <46BAF1A6.60307@webunity.de> Date: Thu, 09 Aug 2007 12:51:18 +0200 From: Markus Pohle User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Building apacheds-1.0.3-trunks fails References: <20070808183613.p22kgfqykfusg0w4@nemo.granus-werkstatt.de> <46BAEB09.8000904@webunity.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Emmanuel, my fault - did the mvn clean install now only on top level, then switched to apacheds\server-installers and did mvn install but the result is the same! I am sorry to bother you with that fault, but I cannot find the reason why this error takes place. Markus Emmanuel Lecharny schrieb: > Markus, > > I meant mvn clean install on the top level, not in apacheds/server-installers :) > > Sadly, I'm not in front of my own computer, so I can't test the build > right now. > > E. > > On 8/9/07, Markus Pohle wrote: >> Hi Emmanuel, >> >> sorry no success with that... I'll post the result of the 'mvn clean >> install' shot and maybe you can find the reason why it does not work. >> >> D:\Temp\apacheds-10-trunks>cd apacheds\server-installers >> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers>mvn clean install >> [INFO] Scanning for projects... >> [INFO] >> ---------------------------------------------------------------------------- >> [INFO] Building ApacheDS Server Installers >> [INFO] task-segment: [clean, install] >> [INFO] >> ---------------------------------------------------------------------------- >> [INFO] [clean:clean] >> [INFO] Deleting directory >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target >> [INFO] Deleting directory >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes >> [INFO] Deleting directory >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\test-classes >> [INFO] Deleting directory >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\site >> [INFO] [resources:resources] >> [INFO] Using default encoding to copy filtered resources. >> [INFO] [compiler:compile] >> [INFO] Compiling 1 source file to >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes >> [INFO] [resources:testResources] >> [INFO] Using default encoding to copy filtered resources. >> [INFO] [compiler:testCompile] >> [INFO] No sources to compile >> [INFO] [surefire:test] >> [INFO] No tests to run. >> [INFO] [jar:jar] >> [INFO] Building jar: >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\apacheds-server-installers-1.0.3-SNAPSHOT.jar >> [WARNING] POM for 'izpack:standalone-compiler:pom:3.8.0:runtime' is >> invalid. It will be ignored for artifact resolution. Reason: Failed to >> validate POM for proj >> ect izpack:standalone-compiler at Artifact >> [izpack:standalone-compiler:pom:3.8.0:runtime] >> [INFO] [daemon:generate {execution: default}] >> cmd[0] = svn >> cmd[1] = export >> cmd[2] = >> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2 >> cmd[3] = >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\images\src >> svn: Die URL >> ?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171 >> existiert nicht >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Execution of ' svn export >> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2 >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\t >> arget\images\src ' resulted in a non-zero exit value: 1 >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 8 seconds >> [INFO] Finished at: Thu Aug 09 12:21:03 CEST 2007 >> [INFO] Final Memory: 8M/16M >> [INFO] >> ------------------------------------------------------------------------ >> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers> >> >> Emmanuel Lecharny schrieb: >>> Hi Markus, >>> >>> could you try a 'mvn clean install' command when building the whole >>> project, instead of a 'mvn install' ? >>> >>> On 8/8/07, Markus Pohle wrote: >>>> Hi List-users, >>>> >>>> tried to build the latest trunks of apacheds-1.0.x as descriped on this site: >>>> http://directory.apache.org/apacheds/1.0/building.html >>>> >>>> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for Windows >>>> Version 1.4.4. >>>> >>>> Started build with clean maven repository. The checkout command "svn >>>> co http://...." was successful. The ongoing "mvn install" command was >>>> also successful. >>>> >>>> > >