From users-return-8255-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Tue Jan 25 15:14:38 2011 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 34314 invoked from network); 25 Jan 2011 15:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 15:14:38 -0000 Received: (qmail 97889 invoked by uid 500); 25 Jan 2011 15:14:38 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 97648 invoked by uid 500); 25 Jan 2011 15:14:36 -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 97640 invoked by uid 99); 25 Jan 2011 15:14:36 -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 15:14:36 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,T_FRT_BELOW2,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [205.188.105.145] (HELO imr-da03.mx.aol.com) (205.188.105.145) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 15:14:24 +0000 Received: from imo-da01.mx.aol.com (imo-da01.mx.aol.com [205.188.169.199]) by imr-da03.mx.aol.com (8.14.1/8.14.1) with ESMTP id p0PFDesY023639 for ; Tue, 25 Jan 2011 10:13:40 -0500 Received: from andre.fonseca@mail.com by imo-da01.mx.aol.com (mail_out_v42.9.) id z.bf4.761144bb (37060) for ; Tue, 25 Jan 2011 10:13:36 -0500 (EST) Received: from smtprly-db03.mx.aol.com (smtprly-db03.mx.aol.com [205.188.249.154]) by cia-db04.mx.aol.com (v129.7) with ESMTP id MAILCIADB046-5c3f4d3ee89b260; Tue, 25 Jan 2011 10:13:35 -0500 Received: from web-mmc-m06 (web-mmc-m06.sim.aol.com [64.12.224.139]) by smtprly-db03.mx.aol.com (v129.5) with ESMTP id MAILSMTPRLYDB035-5c3f4d3ee89b260; Tue, 25 Jan 2011 10:13:31 -0500 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><8CD8AA5CC7E8656-13C4-2146@web-mmc-m06.sysops.aol.com> To: users@continuum.apache.org Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read status Date: Tue, 25 Jan 2011 10:13:31 -0500 X-AOL-IP: 189.40.216.70 In-Reply-To: X-MB-Message-Source: WebUI MIME-Version: 1.0 From: andre.fonseca@mail.com X-MB-Message-Type: User Content-Type: multipart/alternative; boundary="--------MB_8CD8AB98FDDAF27_13C4_830F_web-mmc-m06.sysops.aol.com" X-Mailer: Mail.com Webmail 33124-STANDARD Received: from 189.40.216.70 by web-mmc-m06.sysops.aol.com (64.12.224.139) with HTTP (WebMailUI); Tue, 25 Jan 2011 10:13:31 -0500 Message-Id: <8CD8AB98FD68B04-13C4-4078@web-mmc-m06.sysops.aol.com> X-AOL-SENDER: andre.fonseca@mail.com X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO ----------MB_8CD8AB98FDDAF27_13C4_830F_web-mmc-m06.sysops.aol.com Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Hi Brent, tks for your reply I am running Continuum under Tomcat6, and I have JAVA_HOME and PATH alread= y configured also. How could I configure Continuum to use my default JDK? I tried to perform that configuring a new variable under "Installation men= u" that points to my JDK path, I tried with both "Tool" and "Environment"= Type without success. =20 TIA. =20 =20 -----Original Message----- From: Brent Atkinson To: users@continuum.apache.org Sent: Tue, Jan 25, 2011 12:53 pm Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not rea= d status Andre, It looks like you don't have the build configured setup to use the defined JDK installation. Are you running continuum under the JRE? You should eith= er setup the build so it uses the jdk installation or you can just run continuum under the JDK and you can get it by default. Brent On Tue, Jan 25, 2011 at 7:52 AM, wrote: > I could fix the problem with ANT creating Installation > Add Tool now= I > have > > Name | Type | Environment Variable Name | value Path > ________|________|__________________________|______________________ > ______________ > ant | ant | ANT_HOME | > C:\Program Files\Apache\apache-ant-1.8.1 > > ________|________|__________________________|___________________________= __________ > javac | jdk | JAVA_HOME | C:\Progra= m > Files\Java\jdk1.6.0_18 > > In the result of the build I got this > > Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\jre6\lib\tools.jar > > I still can run the build.xml inside the working-copy directory using an= t > in the prompt command line > > TIA > > > > > > > > > -----Original Message----- > From: andre.fonseca@mail.com > To: users@continuum.apache.org > Sent: Tue, Jan 25, 2011 10:22 am > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not= read > status > > > > > 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=3D10 > > -Dcontinuum.project.nextBuild.number=3D1 "-Dcontinuum.project.name=3DTes= te > > Calculadora" -Dcontinuum.project.id=3D42 -Dcontinuum.project.version=3D1= .0.0 > > "-Dcontinuum.project.group.name=3DDefault Project Group" > -Dcontinuum.project.lastBuild.number=3D0" > > > > 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 er= ror > > 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 no= t > 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 - Executi= ng: > > > > > cmd.exe /X /C "ant -f build.xml -Dcontinuum.project.lastBuild.state=3D= 3 > > > > > -Dcontinuum.project.nextBuild.number=3D1 "-Dcontinuum.project.name=3DT= este > > > > > Calculadora" -Dcontinuum.project.id=3D36 -Dcontinuum.project.version= =3D1.0.0 > > > > > "-Dcontinuum.project.group.name=3DDefault Project Group" > > > > > -Dcontinuum.project.lastBuild.number=3D0" > > > > > 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\3= 6 > > > > > 2011-01-24 17:31:58,172 [pool-1-thread-2] INFO > > > > > org.apache.maven.continuum.execution.ant.AntBuildExecutor - Exit cod= e: > 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-p= ort > ) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 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 iss= ue? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <#> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <#> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <#> <#> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > =20 =3D ----------MB_8CD8AB98FDDAF27_13C4_830F_web-mmc-m06.sysops.aol.com--