From continuum-users-return-5498-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Thu Dec 13 08:01:29 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 59638 invoked from network); 13 Dec 2007 08:01:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 08:01:29 -0000 Received: (qmail 73443 invoked by uid 500); 13 Dec 2007 08:01:17 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 73421 invoked by uid 500); 13 Dec 2007 08:01:17 -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 Received: (qmail 73410 invoked by uid 99); 13 Dec 2007 08:01:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 00:01:16 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [85.18.201.5] (HELO avas-private.kion.it) (85.18.201.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 08:01:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by avas-private.kion.it (Postfix) with ESMTP id 0291F1F8 for ; Thu, 13 Dec 2007 09:00:58 +0100 (CET) Received: from ercole.kion.it (mail.kion.it [192.168.0.13]) by avas-private.kion.it (Postfix) with ESMTP id 5C8DE1CE for ; Thu, 13 Dec 2007 09:00:51 +0100 (CET) Subject: Error executing action 'update-project-from-working-directory' MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C83D5E.47477E64" Date: Thu, 13 Dec 2007 09:00:51 +0100 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <567B12C7C33B3D47BDB7E00867D65D1F0A0D35@ercole.kion.it> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error executing action 'update-project-from-working-directory' Thread-Index: Acg9XkdAaRqTbVQTTTWMJ5mhrB1eVw== From: "Matteo Turra" To: X-Virus-Scanned: Cineca AppOs 1.00 at avas-private.kion.it X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C83D5E.47477E64 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I get this error from continuum: org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error = executing action 'update-project-from-working-directory' at = org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform= Action(DefaultBuildController.java:434) at = org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(D= efaultBuildController.java:139) at = org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.execu= teTask(BuildProjectTaskExecutor.java:50) at = org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Executo= rRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at = edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.= call(Executors.java:442) at = edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.= java:176) at = edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWork= er(ThreadPoolExecutor.java:987) at = edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.= run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:595) Caused by: = org.apache.maven.continuum.execution.ContinuumBuildExecutorException: = Error while mapping metadata:add.project.project.building.error add.project.unknown.error at = org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updat= eProjectFromCheckOut(MavenTwoBuildExecutor.java:157) at = org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryC= ontinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.j= ava:75) at = org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform= Action(DefaultBuildController.java:408) ... 8 more Does anyone know what's happend? Outside Continuum mi scripts works: = compile and check out ------_=_NextPart_001_01C83D5E.47477E64--