From users-return-7599-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Fri Mar 13 17:16:34 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 87246 invoked from network); 13 Mar 2009 17:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 17:16:34 -0000 Received: (qmail 15609 invoked by uid 500); 13 Mar 2009 17:16:32 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 15577 invoked by uid 500); 13 Mar 2009 17:16:32 -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 15565 invoked by uid 99); 13 Mar 2009 17:16:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 10:16:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wsmoak@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 17:16:25 +0000 Received: by an-out-0708.google.com with SMTP id c37so1014057anc.5 for ; Fri, 13 Mar 2009 10:16:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ArXOOaOsMczbMyFfz6pwAOqCsYTvWFfdNBUxPvWqd6c=; b=FPspOghUJUqZoadoKOte+C1dHB1Jp+NcmWyKi4Zg7+MnTpKLnwNE1bZ4QnrUfxe1PB ag/93hs5TR2PkGmC1szgSwdLMgPRryWRFLDBzrkENC7UHPoMKMQl7UlMWYQPhsRASD82 3FrKXOG0KH70EXlCaSzy2mJXaRS/jzaQ4hhXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=osKD+Y967/3tsDXHDeIptzXbSgQB+TkLvBKeSQMsBMAIA83Wm/248mpwOLtbOhHrDZ JSF/JujBdX3AvxzT5JBTt+YJ1ancsCUVHMV5F4eUAnLrksMZPoWeNHv/vPstHLknGKxS Cs1ei4ZwPpk4hCEPgdTz3crFZvW3NE+Dl78FI= MIME-Version: 1.0 Received: by 10.220.92.139 with SMTP id r11mr712233vcm.15.1236964564041; Fri, 13 Mar 2009 10:16:04 -0700 (PDT) In-Reply-To: References: <0015174bf2660d474504650272c7@google.com> Date: Fri, 13 Mar 2009 10:16:03 -0700 Message-ID: Subject: Re: problem setting up build Environments/Installations From: Wendy Smoak To: users@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Mar 13, 2009 at 10:08 AM, Declan Ruane wrote: > I've nearly got continuum working, but am having a problem creating an > Installation (which I believe I need to get continuum to find Maven for my > build). It's not necessary, if mvn is on the PATH for the user running Continuum. I'd get that working first. Then if you want to set up installations and build environments so you can use different combinations, you can do that. > I use the following (on Vista) > C:\enterprise\build\apache-maven-2.0.10 which is the same as M2_HOME and > exists. I get the error "Failed to validate installation, check server log." > Server log just has line below > > 2009-03-13 15:56:37,154 [btpool0-3] ERROR > validator#org.apache.maven.continuum.web.validator.InstallationValidator - > Failed to validate installation, check server log. cli to get > C:\enterprise\build\apache-maven-2.0.10\bin\mvn version return code 1 > > Now, If i run C:\enterprise\build\apache-maven-2.0.10\bin\mvn -v It works > (below) > > Maven version: 2.0.10 > Java version: 1.6.0_12 > > Any ideas what could be wrong? It's usually a difference in environment between you at the command line and what Continuum is running in. What user is Continuum running as? How was it started? (And what version of Continuum are you using?) -- Wendy