Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 84602 invoked from network); 25 Aug 2010 17:06:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Aug 2010 17:06:07 -0000 Received: (qmail 33494 invoked by uid 500); 25 Aug 2010 17:06:05 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 33023 invoked by uid 500); 25 Aug 2010 17:06:05 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 32889 invoked by uid 99); 25 Aug 2010 17:06:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 17:06:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.161.43 as permitted sender) Received: from [209.85.161.43] (HELO mail-fx0-f43.google.com) (209.85.161.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 17:05:58 +0000 Received: by fxm9 with SMTP id 9so618151fxm.2 for ; Wed, 25 Aug 2010 10:05:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=OQgBN92DPajCjCqEkUBzw8INHc1w3P8FU5CEeB8p0kQ=; b=qiQDxOp+47uQhbsJZP+k5saVTEyqsbGAQ4FFkclC8nz0e0yk5Lv5OcUwzpriQio3La CDnXlGoc5IoSTZv7MoTW4Vn6+mti7L7SvcI+IJGSdQiFYJyyM1Og9ZWZxDvys0wXdmXZ Qz5iLxkpNxro5150MXNRsXoFEuWrkdl54n2hA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=vScYSLeLou0IJTWEBCONZ1q4RxaZc3uDiHPY8AAxdogcAqUbgo9xqut1eaEC0VS5yG R7kzb9UWUrMDE+F5YxEFeB0CHeYFVl7TI4jEb658BLT0ICpkgplxdc0vOy/A9bNm5+19 tPBoEXQ5+lMKMjSlveJ0IkjbUniIXdcfnH8os= Received: by 10.239.190.134 with SMTP id x6mr427820hbh.70.1282755937188; Wed, 25 Aug 2010 10:05:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.133.76 with HTTP; Wed, 25 Aug 2010 10:05:17 -0700 (PDT) In-Reply-To: <89878.83811.qm@web65713.mail.ac4.yahoo.com> References: <89878.83811.qm@web65713.mail.ac4.yahoo.com> From: Wendy Smoak Date: Wed, 25 Aug 2010 13:05:17 -0400 Message-ID: Subject: Re: Maven throwing error being built by continuum but not from command line To: users@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Aug 25, 2010 at 12:54 PM, Eric Fetzer wrote: > I reveive the following error when attempting to build a project from con= tinuum > using Maven.=A0 The error does not happen=A0when built from the command l= ine. > > > [INFO] ------------------------------------------------------------------= ------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------= ------ > [INFO] An Ant BuildException has occured: > /home/continuum/apache-continuum-1.3.6/data/working-directory/myProject-c= lient-ria/src/main/flex/assets > =A0does not exist. ... > The thing that confuses me is, why is it looking in > data/working-directory/myProject-client-ria..., when just before this err= or, it > was working in /data/working-directory/25/target/myProject-client-ria?=A0= Seems it > is in the completely wrong place.=A0 Any help? I'm guessing that your build tries to get something out of another module using a relative path. In Continuum, by default, each module is checked out into a separate numbered directory. Maven modules are intended to stand alone, sharing is done through the repository. If that's the problem and you can't fix the build so it works, then you might want to try the options for checking out in a single directory that you see when adding a project. --=20 Wendy