Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 12005 invoked from network); 20 Sep 2007 07:18:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 07:18:15 -0000 Received: (qmail 29281 invoked by uid 500); 20 Sep 2007 07:18:05 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 29256 invoked by uid 500); 20 Sep 2007 07:18:05 -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 29245 invoked by uid 99); 20 Sep 2007 07:18:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 00:18:05 -0700 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 (athena.apache.org: domain of oliver.lamy@gmail.com designates 72.14.204.224 as permitted sender) Received: from [72.14.204.224] (HELO qb-out-0506.google.com) (72.14.204.224) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 07:18:02 +0000 Received: by qb-out-0506.google.com with SMTP id e21so360051qba for ; Thu, 20 Sep 2007 00:17:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=sDXDfu0LHi5WhxWTcohv0JmpeYwUAA148f5ZnZ4xj+c=; b=AkvpOb+Lj8em/J5w34cDlFHGIUQiBDRMvf/EF+fiKih+iDJz105cS02J5FQXcszhcEd0ns6gZ7Xv3pbNv9zwZyTRcON3QvsvGKtV09zSkVkly9bbLfjT7ieKUwiV1Js2r0h3XEAD2hSsZKtdU1jyEr7EKc/urTVGDDHaiImwXT4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ryMkXKoyFVcGtBR2/YZ8ZtU0NIfEU1g8hVZGxIxGXyNhKbRpJC6HoMRrreTlNjn8EJvqNzsPwW/4YeT7FG9xCM8J6s+z1sZkzOTueOlJr+99dyRaSuTsmsOtNqvu5ArU0QHrl+QQWwtucgY/DX1gUk65SfluGPaLh+PMwOq0A4M= Received: by 10.35.99.5 with SMTP id b5mr1774943pym.1190272656389; Thu, 20 Sep 2007 00:17:36 -0700 (PDT) Received: by 10.35.121.10 with HTTP; Thu, 20 Sep 2007 00:17:36 -0700 (PDT) Message-ID: <9948cb690709200017m3c7b2c5fy6c565b49dacb3521@mail.gmail.com> Date: Thu, 20 Sep 2007 09:17:36 +0200 From: "olivier lamy" Sender: oliver.lamy@gmail.com To: continuum-users@maven.apache.org Subject: Re: mvn not found in path In-Reply-To: <78712c260709190946s10006968g4d38b1174ee4a570@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_24441_13921306.1190272656381" References: <78712c260709190946s10006968g4d38b1174ee4a570@mail.gmail.com> X-Google-Sender-Auth: 576428017aecf3cc X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_24441_13921306.1190272656381 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Does your user continuum have M2_HOME and M2_HOME/bin in PATH in his .profile ? Can you try with adding this in the user .profile : - M2_HOME=/usr/local/share/maven-2.0.7 ; export M2_HOME - PATH=$M2_HOME/bin:$PATH ; export PATH Can we have the log ? Thanks, -- Olivier 2007/9/19, Guillaume Lederrey : > > This is probably a dumb question, but I cant get Continuum to find > mvn. My mvn is installed in /usr/local/share/maven-2.0.7/. > > I modified the startup script > (/usr/local/share/continuum-1.0.3/bin/linux/run.sh) to add the > following lines : > > RUN_AS_USER=continuum > export PATH=$PATH:/usr/local/share/maven-2.0.7/bin > > Still, no success ... I'm probably missing something obvious ... but > I cant find what it is. Could anyone point me in the right direction ? > > Any help appreciated. > > Guillaume > > -- > Jabber : gehel@amessage.ch > Skype : Guillaume.Lederrey > Projects : > * http://rwanda.wordpress.com/ > * http://rwandatech.wordpress.com/ > -- Olivier ------=_Part_24441_13921306.1190272656381--