From users-return-8257-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Tue Jan 25 16:34:54 2011 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 72952 invoked from network); 25 Jan 2011 16:34:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 16:34:53 -0000 Received: (qmail 66860 invoked by uid 500); 25 Jan 2011 16:34:53 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 66802 invoked by uid 500); 25 Jan 2011 16:34:53 -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 66794 invoked by uid 99); 25 Jan 2011 16:34:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 16:34:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_FRT_BELOW2,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of emmanuel.venisse@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qy0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 16:34:46 +0000 Received: by qyk32 with SMTP id 32so4375900qyk.2 for ; Tue, 25 Jan 2011 08:34:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=EhnYFmtDC6ycG5wH7p6FtRw+Rb/y4XflO6nzSbL7bUM=; b=Pk+vS80sMbvcJnJgmvEsdyldr7UCG6yHAR8Omp03RWfEkbioVWdvj1ZpnJRG/r63tD ACpeCDFaddKxmWKkdLA8Smm6+oTVW1rdZgA/k9Yt0HvM+j4vIlZD0U6AZwYsrhwrl+Km Olwt54d1jb5Y49Cc5VnE1GUU/MsDD8tBWGBw4= 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; b=w4MXP/QotQkoQDVB6C1fKg2HK4v1o47A0ato0XfHVSYsTucnv7HE0htRSJ6lEoj0Xr 6jy4jrpEPLBV1td6w0GqqBsC6KHalHZJdP5FjMqShwDklH4HP4XalTkYFyGFYYnlg3nu RZMFmmONwmxQzT5twH6VFUGcPnPELnAmsq9FI= MIME-Version: 1.0 Received: by 10.224.37.149 with SMTP id x21mr2974277qad.37.1295973264366; Tue, 25 Jan 2011 08:34:24 -0800 (PST) Received: by 10.220.165.15 with HTTP; Tue, 25 Jan 2011 08:34:24 -0800 (PST) In-Reply-To: <8CD8AA1A97B8FF2-13C4-1C30@web-mmc-m06.sysops.aol.com> References: <8CD8A07310C7579-494-1ECD@web-mmc-m04.sysops.aol.com> <8CD8A16DC9F8D9F-1978-C9D@web-mmc-m06.sysops.aol.com> <8CD8A172B57E771-1978-D0E@web-mmc-m06.sysops.aol.com> <8CD8AA1A97B8FF2-13C4-1C30@web-mmc-m06.sysops.aol.com> Date: Tue, 25 Jan 2011 17:34:24 +0100 Message-ID: Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read status From: Emmanuel Venisse To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=0015175cf7000f9c9e049aae4ae3 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cf7000f9c9e049aae4ae3 Content-Type: text/plain; charset=ISO-8859-1 Do you run Continuum under your account or a system user account? The ant bin directory must be into %PATH% in system env var. Emmanuel On Tue, Jan 25, 2011 at 1:22 PM, wrote: > > hi Emmanuel, > > I have ant in the Windows Environment Variable, I can perform ant build.xml > inside my working copy directory > > Bellow the error I have got: > 2011-01-25 10:11:23,821 [pool-1-thread-5] WARN > org.apache.maven.continuum.execution.ant.AntBuildExecutor - Could not find > the executable 'ant' in this path: > 2011-01-25 10:11:23,846 [pool-1-thread-5] INFO > org.apache.continuum.utils.shell.DefaultShellCommandHelper - Executing: > cmd.exe /X /C "ant -f build.xml -Dcontinuum.project.lastBuild.state=10 > -Dcontinuum.project.nextBuild.number=1 "-Dcontinuum.project.name=Teste > Calculadora" -Dcontinuum.project.id=42 -Dcontinuum.project.version=1.0.0 > "-Dcontinuum.project.group.name=Default Project Group" > -Dcontinuum.project.lastBuild.number=0" > > Where can I set the path for ANT ? Should I create a new variable under the > Installation menu? > > I tried with Name:ant Type: ant variable name: ANT_HOME with the same error > above. > > > > > TIA > > > > -----Original Message----- > From: Emmanuel Venisse > To: users@continuum.apache.org > Sent: Tue, Jan 25, 2011 5:44 am > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read > status > > > Do you have ant in the path of the process's owner? > > > > Emmanuel > > > > On Mon, Jan 24, 2011 at 8:51 PM, wrote: > > > > > > > > Sorry, > > > > > > I forgot the logs > > > > > > 2011-01-24 17:31:58,070 [pool-1-thread-2] WARN > > > org.apache.maven.continuum.execution.ant.AntBuildExecutor - Could not > find > > > the executable 'ant' in this path: > > > 2011-01-24 17:31:58,093 [pool-1-thread-2] INFO > > > org.apache.continuum.utils.shell.DefaultShellCommandHelper - Executing: > > > cmd.exe /X /C "ant -f build.xml -Dcontinuum.project.lastBuild.state=3 > > > -Dcontinuum.project.nextBuild.number=1 "-Dcontinuum.project.name=Teste > > > Calculadora" -Dcontinuum.project.id=36 -Dcontinuum.project.version=1.0.0 > > > "-Dcontinuum.project.group.name=Default Project Group" > > > -Dcontinuum.project.lastBuild.number=0" > > > 2011-01-24 17:31:58,094 [pool-1-thread-2] INFO > > > org.apache.continuum.utils.shell.DefaultShellCommandHelper - Working > > > directory: C:\Program Files\Apache\Tomcat 6.0\data\working-directory\36 > > > 2011-01-24 17:31:58,172 [pool-1-thread-2] INFO > > > org.apache.maven.continuum.execution.ant.AntBuildExecutor - Exit code: > 1 > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > From: andre.fonseca@mail.com > > > To: users@continuum.apache.org > > > Sent: Mon, Jan 24, 2011 5:48 pm > > > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not > read > > > status > > > > > > > > > Hi Louis, thanks for your reply! > > > > > > I tried with "scm:svn:svn://my-ip:my-port/project" and it works! The > > > project has been checkout. > > > > > > Now appears a new problem, when I build the project I see "ant is not > > > recognized" > > > > > > I already have ANT configured in my PATH variable and I can run it in > > > command prompt. > > > > > > Should I copy the build.xml to a specific place? > > > > > > TIA > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > From: Louis Smith > > > To: users@continuum.apache.org > > > Sent: Mon, Jan 24, 2011 5:31 pm > > > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not > read > > > status > > > > > > > > > What happens when you try using scm:svn:svn://my-ip:my-port/project as > the > > > > > > > > > > > > > > > > > > SCM URL? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > If you haven't configured apache with the svndav connectors for HTTP > > > access, > > > > > > > > > > > > > > > > > > you may only be able to use the :3690 SVN access protocol. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Good luck! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Louis > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Jan 24, 2011 at 12:56 PM, wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I configured Apache Continuum as webapp in Tomcat 6 on Windows 7. > > > > > > > > > > > > > > > > > > > Then I installed http://www.sliksvn.com/ as SVN Client and put it on > my > > > > > > > > > > > > > > > > > > > PATH environment variable. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > In the prompt command line I can do: > > > > > > > > > > > > > > > > > > > "svn co svn://my-ip:my-port/project" and checkout the project from SVN > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > After that I tried to add a ANT project in Continuum using "SCM url" as > > > > > > > > > > > > > > > > > > > "scm:svn:http://my-ip:my-port/project" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > But I got the error bellow > > > > > > > > > > > > > > > > > > > Command output: svn: OPTIONS of 'http://my-ip:my-port/project: Could > not > > > > > > > > > > > > > > > > > > > read status line: connection was closed by server (http://my-ip:my-port > ) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I'm under a proxy server. This could be the problem? This could be > > > related > > > > > > > > > > > > > > > > > > > with svn cache? I also have tortoise installed, this could be an issue? > > > > > > > > > > > > > > > > > > > I also have tried a lot of options of SCM URL without success. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Any suggest? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > TIA > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > > > > > Dr. Louis Smith, ThD > > > > > > > > > > > > > > > > > > Chief Technology Officer, Kyra InfoTech > > > > > > > > > > > > > > > > > > Colonel, Commemorative Air Force > > > > > > > > > > > > > > > > > > <#> > > > > > > > > > > > > > > > > > > <#> > > > > > > > > > > > > > > > > > > <#> <#> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --0015175cf7000f9c9e049aae4ae3--