Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 89950 invoked from network); 7 Oct 2005 09:29:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2005 09:29:20 -0000 Received: (qmail 9740 invoked by uid 500); 7 Oct 2005 09:29:19 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 9700 invoked by uid 500); 7 Oct 2005 09:29:18 -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 9688 invoked by uid 99); 7 Oct 2005 09:29:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 02:29:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of markhobson@gmail.com designates 66.249.82.203 as permitted sender) Received: from [66.249.82.203] (HELO xproxy.gmail.com) (66.249.82.203) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 02:29:21 -0700 Received: by xproxy.gmail.com with SMTP id i32so165124wxd for ; Fri, 07 Oct 2005 02:28:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oAwRD5C4viAK/tatE3Iffys9dRlbQGftmz3yMMw80JtmmH4Oo8FCFWaMf5J7598aYcDuuuCLAxbmrmjbOg+7v5X4yIyeioaJwicyb4Itkn/yruif20sBrW+qt7TtHzX8VvhLE0jwkARGMztDS2MfPJnVtvc0k7US1G3a7F+Ysx8= Received: by 10.70.58.8 with SMTP id g8mr62601wxa; Fri, 07 Oct 2005 02:28:56 -0700 (PDT) Received: by 10.70.58.16 with HTTP; Fri, 7 Oct 2005 02:28:56 -0700 (PDT) Message-ID: Date: Fri, 7 Oct 2005 10:28:56 +0100 From: Mark Hobson To: continuum-users@maven.apache.org Subject: Add project on linux MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi there, I've got continuum alpha4 installed on linux within a continuum user's homedir, but am getting the following error in the logs when adding projects via the ui: org.apache.maven.continuum.store.ContinuumStoreException: Could not make the build output directory: '/build-output-directory/6'. at org.apache.maven.continuum.store.AbstractContinuumStore.getBuildOu= tputFile(AbstractContinuumStore.java:68) at org.apache.maven.continuum.store.AbstractContinuumStore.getBuildOu= tput(AbstractContinuumStore.java:43) at org.apache.maven.continuum.DefaultContinuum.getBuildOutput(Default= Continuum.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm= pl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at ognl.OgnlRuntime.invokeMethod(OgnlRuntime.java:491) at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:785) at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61) at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819) at ognl.ASTMethod.getValueBody(ASTMethod.java:75) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170) at ognl.SimpleNode.getValue(SimpleNode.java:210) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:378) at ognl.Ognl.getValue(Ognl.java:357) at org.apache.maven.continuum.web.context.DefaultViewContextPopulator= .getScalars(DefaultViewContextPopulator.java:57) at org.apache.maven.continuum.web.pipeline.valve.ContinuumViewContext= PopulatorValve.populateViewContext(ContinuumViewContextPopulatorValve.java:= 77) at org.codehaus.plexus.summit.pipeline.valve.CreateViewContextValve.i= nvoke(CreateViewContextValve.java:50) at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(Abstra= ctPipeline.java:70) at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) The error seems fair enough since it shouldn't be creating directories at the root level. I see the build-output-directory seems to be configured within conf/configuration.xml, but this gets overwritten on startup - what's the deal with this file? I've tried the same under windows and it seems fine. Any ideas? Cheers, Mark