From continuum-users-return-213-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Fri Oct 07 09:50:10 2005 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 96865 invoked from network); 7 Oct 2005 09:50:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2005 09:50:10 -0000 Received: (qmail 29604 invoked by uid 500); 7 Oct 2005 09:50:09 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 29583 invoked by uid 500); 7 Oct 2005 09:50:09 -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 29572 invoked by uid 99); 7 Oct 2005 09:50:09 -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:50:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.151] (HELO mailsender.amenworld.com) (62.193.206.151) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 02:50:12 -0700 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id 038629546E6 for ; Fri, 7 Oct 2005 11:49:47 +0200 (CEST) Received: (qmail 27655 invoked from network); 7 Oct 2005 09:49:50 -0000 Received: from 253.29.98-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.98.29.253) by 0 with SMTP; 7 Oct 2005 09:49:50 -0000 Message-ID: <434644B8.6060108@venisse.net> Date: Fri, 07 Oct 2005 11:49:44 +0200 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Add project on linux References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It's fixed in beta-1 Emmanuel Mark Hobson a écrit : > 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.getBuildOutputFile(AbstractContinuumStore.java:68) > at org.apache.maven.continuum.store.AbstractContinuumStore.getBuildOutput(AbstractContinuumStore.java:43) > at org.apache.maven.continuum.DefaultContinuum.getBuildOutput(DefaultContinuum.java:328) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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.ContinuumViewContextPopulatorValve.populateViewContext(ContinuumViewContextPopulatorValve.java:77) > at org.codehaus.plexus.summit.pipeline.valve.CreateViewContextValve.invoke(CreateViewContextValve.java:50) > at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.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 > > >