Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 36729 invoked from network); 18 Jun 2007 07:17:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 07:17:20 -0000 Received: (qmail 83112 invoked by uid 500); 18 Jun 2007 07:17:23 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 82930 invoked by uid 500); 18 Jun 2007 07:17:22 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Delivered-To: moderator for continuum-users@maven.apache.org Received: (qmail 34097 invoked by uid 99); 16 Jun 2007 08:10:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of noban@yandex.ru designates 213.180.223.92 as permitted sender) Date: Sat, 16 Jun 2007 12:09:25 +0400 (MSD) From: "noban" Sender: noban@yandex.ru Message-Id: <46739AB5.000001.03793@pantene.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] Errors-To: noban@yandex.ru To: continuum-users@maven.apache.org Subject: Continuum + GoogleCode SVN + Maven2 problem X-MsgDayCount: 2 X-BornDate: 1101243600 Reply-To: noban@yandex.ru X-Source-Ip: 194.19.225.138 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi! I've just wanted to setup my eclipse project located on code.google.com in Continuum. I'm new to build systems and maven as well, so I guess problem is trivial but I have no idea where to dig for solution. Continuum is installed and runned. My project is located at http://.googlecode.com/svn/trunk/ it contains pom.xml file: .......... continuum http://localhost:9090/continuum scm:svn:http://.googlecode.com/svn/trunk/ scm:svn:https://.googlecode.com/svn/trunk/ http://.googlecode.com/svn/trunk/ .......... ..... then I've added new Maven2 project into Coninuum: firstly with SVN - like this: name: version: 1.0-SNAPSHOT scm-url: scm:svn:http://.googlecode.com/svn/trunk/ user: password: branch/tag: blank When I'm running build it results in error message like this: jvm 1 | 2007-06-16 10:55:36,903 [SocketListener0-1] INFO Continuum - Enqueuing '' (Build definition id=1). jvm 1 | 2007-06-16 10:55:37,151 [Thread-2] INFO ContinuumScm - Updating project: id: '1', name ''. jvm 1 | 2007-06-16 10:55:37,169 [Thread-2] INFO ScmManager - Executing: svn --non-interactive update jvm 1 | 2007-06-16 10:55:37,169 [Thread-2] INFO ScmManager - Working directory: /home//works/dev/java/continuum/bin/linux/../../apps/continuum/working-directory/1 jvm 1 | 2007-06-16 10:55:45,908 [Thread-2] WARN ContinuumScm - Error while updating the code for project: '', id: '1' to '/home//works/dev/java/continuum/bin/linux/../../apps/continuum/working-directory/1'. jvm 1 | 2007-06-16 10:55:45,908 [Thread-2] WARN ContinuumScm - Command output: svn: Can't open '.svn/tmp/tempfile.tmp': No such file or directory jvm 1 | jvm 1 | 2007-06-16 10:55:45,908 [Thread-2] WARN ContinuumScm - Provider message: The svn command failed. Actually I've created empty file withc such name in ..../.svn folder in my local filesystem but that did nothing, result is the same. After that I've edited application.xml and uncommented line file and pointed scmUrl to: scm:local:/home//works/dev/workspaces/e3.3M6: this results in one successfull build, but only one as configuration seems doesn't saves and old url is used in next build. Well such a mess I have. I'm using continuum 1.0.3 under Ubuntu 7.04