You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by an...@mail.com on 2011/01/24 18:56:42 UTC

Problem building Apache Continuum in Tomcat 6 - Could not read status

 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



Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by Brent Atkinson <ba...@apache.org>.
I'm happy to hear you got things working.

Brent

On Wed, Jan 26, 2011 at 1:12 PM, <an...@mail.com> wrote:

>
>  Brent,
>
> This issue was related with tomcat running as a service on windows.
>
> I reinstalled tomcat and configured Continuum without problem.
>
> Thanks a lot for your help.
>
>
>  Andre
>
>
>
>
>
>
> -----Original Message-----
> From: Brent Atkinson <ba...@apache.org>
> To: users@continuum.apache.org
> Sent: Wed, Jan 26, 2011 12:58 pm
> Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read
> status
>
>
> Ok,
>
>
>
> The issue here is that your user account's environment will not be in
> effect
>
> when tomcat is running as a service. It runs as a different user.
>
>
>
> Brent
>
>
>
> On Wed, Jan 26, 2011 at 6:44 AM, <an...@mail.com> wrote:
>
>
>
> > Yes, I am running Tomcat on Windows as a Service, I think this could be
> the
>
> > issue, since I could run the build.xml out of the Continuum webapp.
>
> >
>
> >
>
> >  I'll try to install a new version of Tomcat and test it. Thanks for your
>
> > response.
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > -----Original Message-----
>
> > From: Brent Atkinson <br...@gmail.com>
>
> > To: users@continuum.apache.org
>
> > Sent: Tue, Jan 25, 2011 6:47 pm
>
> > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not
> read
>
> > status
>
> >
>
> >
>
> > This shouldn't be necessary. Are you running Tomcat on Windows as a
>
> > service?
>
> >
>
> >
>
> >
>
> > On Tue, Jan 25, 2011 at 2:50 PM, <an...@mail.com> wrote:
>
> >
>
> >
>
> >
>
> > > Hi,
>
> >
>
> > >
>
> >
>
> > > I put the line below in javac ant task
>
> >
>
> > >
>
> >
>
> > > " fork="true" executable="C:/Program Files/Java/jdk1.6.0_18/bin/javac"
> "
>
> >
>
> > >
>
> >
>
> > > I can run now the build in continuum, but I dont think this could be
> the
>
> >
>
> > > better solution.
>
> >
>
> > >
>
> >
>
> > > Tks
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > -----Original Message-----
>
> >
>
> > > From: andre.fonseca@mail.com
>
> >
>
> > > To: users@continuum.apache.org
>
> >
>
> > > Sent: Tue, Jan 25, 2011 5:05 pm
>
> >
>
> > > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not
>
> > read
>
> >
>
> > > status
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >  hi,
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >> Do you run Continuum under your account or a system user account?
>
> >
>
> > >
>
> >
>
> > > I am running Continuum in Tomcat, sorry, I did not understand if I am
>
> > using
>
> >
>
> > > my
>
> >
>
> > >
>
> >
>
> > > account ou user account.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >> The ant bin directory must be into %PATH% in system env var.
>
> >
>
> > >
>
> >
>
> > > I have %ANT_HOME%/bin and %JAVA_HOME%/bin in %PATH% env.
>
> >
>
> > >
>
> >
>
> > > I can run ant and java in DOS prompt.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > Looks like its a miss configuration on Continuum. Actually I don't know
>
> >
>
> > > what to
>
> >
>
> > >
>
> >
>
> > > do anymore, I have already configured the environment
>
> >
>
> > >
>
> >
>
> > > variable but Continuum is still pointing to JRE.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > Tomcat is configured to use JDK and not JRE.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > TIA
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > -----Original Message-----
>
> >
>
> > >
>
> >
>
> > > From: Emmanuel Venisse <em...@gmail.com>
>
> >
>
> > >
>
> >
>
> > > To: users@continuum.apache.org
>
> >
>
> > >
>
> >
>
> > > Sent: Tue, Jan 25, 2011 2:34 pm
>
> >
>
> > >
>
> >
>
> > > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not
>
> > read
>
> >
>
> > >
>
> >
>
> > > status
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > 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, <an...@mail.com> 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 <em...@gmail.com>
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > 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, <an...@mail.com> 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 <dr...@gmail.com>
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > > 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, <an...@mail.com> 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
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >                                                   <#>
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > > <#>
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > > <#>       <#>
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> >
>
>
>
>

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
 Brent,

This issue was related with tomcat running as a service on windows.

I reinstalled tomcat and configured Continuum without problem.

Thanks a lot for your help.


 Andre


 

 

-----Original Message-----
From: Brent Atkinson <ba...@apache.org>
To: users@continuum.apache.org
Sent: Wed, Jan 26, 2011 12:58 pm
Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read status


Ok,



The issue here is that your user account's environment will not be in effect

when tomcat is running as a service. It runs as a different user.



Brent



On Wed, Jan 26, 2011 at 6:44 AM, <an...@mail.com> wrote:



> Yes, I am running Tomcat on Windows as a Service, I think this could be the

> issue, since I could run the build.xml out of the Continuum webapp.

>

>

>  I'll try to install a new version of Tomcat and test it. Thanks for your

> response.

>

>

>

>

>

>

> -----Original Message-----

> From: Brent Atkinson <br...@gmail.com>

> To: users@continuum.apache.org

> Sent: Tue, Jan 25, 2011 6:47 pm

> Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read

> status

>

>

> This shouldn't be necessary. Are you running Tomcat on Windows as a

> service?

>

>

>

> On Tue, Jan 25, 2011 at 2:50 PM, <an...@mail.com> wrote:

>

>

>

> > Hi,

>

> >

>

> > I put the line below in javac ant task

>

> >

>

> > " fork="true" executable="C:/Program Files/Java/jdk1.6.0_18/bin/javac" "

>

> >

>

> > I can run now the build in continuum, but I dont think this could be the

>

> > better solution.

>

> >

>

> > Tks

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> > -----Original Message-----

>

> > From: andre.fonseca@mail.com

>

> > To: users@continuum.apache.org

>

> > Sent: Tue, Jan 25, 2011 5:05 pm

>

> > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not

> read

>

> > status

>

> >

>

> >

>

> >

>

> >

>

> >  hi,

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> > >> Do you run Continuum under your account or a system user account?

>

> >

>

> > I am running Continuum in Tomcat, sorry, I did not understand if I am

> using

>

> > my

>

> >

>

> > account ou user account.

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> > >> The ant bin directory must be into %PATH% in system env var.

>

> >

>

> > I have %ANT_HOME%/bin and %JAVA_HOME%/bin in %PATH% env.

>

> >

>

> > I can run ant and java in DOS prompt.

>

> >

>

> >

>

> >

>

> > Looks like its a miss configuration on Continuum. Actually I don't know

>

> > what to

>

> >

>

> > do anymore, I have already configured the environment

>

> >

>

> > variable but Continuum is still pointing to JRE.

>

> >

>

> >

>

> >

>

> > Tomcat is configured to use JDK and not JRE.

>

> >

>

> >

>

> >

>

> > TIA

>

> >

>

> >

>

> >

>

> >

>

> >

>

> > -----Original Message-----

>

> >

>

> > From: Emmanuel Venisse <em...@gmail.com>

>

> >

>

> > To: users@continuum.apache.org

>

> >

>

> > Sent: Tue, Jan 25, 2011 2:34 pm

>

> >

>

> > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not

> read

>

> >

>

> > status

>

> >

>

> >

>

> >

>

> >

>

> >

>

> > 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, <an...@mail.com> 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 <em...@gmail.com>

>

> >

>

> >

>

> >

>

> > > 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, <an...@mail.com> 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 <dr...@gmail.com>

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > > 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, <an...@mail.com> 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

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >                                                   <#>

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > > <#>

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > > <#>       <#>

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> > >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

>

>

>


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by Brent Atkinson <ba...@apache.org>.
Ok,

The issue here is that your user account's environment will not be in effect
when tomcat is running as a service. It runs as a different user.

Brent

On Wed, Jan 26, 2011 at 6:44 AM, <an...@mail.com> wrote:

> Yes, I am running Tomcat on Windows as a Service, I think this could be the
> issue, since I could run the build.xml out of the Continuum webapp.
>
>
>  I'll try to install a new version of Tomcat and test it. Thanks for your
> response.
>
>
>
>
>
>
> -----Original Message-----
> From: Brent Atkinson <br...@gmail.com>
> To: users@continuum.apache.org
> Sent: Tue, Jan 25, 2011 6:47 pm
> Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read
> status
>
>
> This shouldn't be necessary. Are you running Tomcat on Windows as a
> service?
>
>
>
> On Tue, Jan 25, 2011 at 2:50 PM, <an...@mail.com> wrote:
>
>
>
> > Hi,
>
> >
>
> > I put the line below in javac ant task
>
> >
>
> > " fork="true" executable="C:/Program Files/Java/jdk1.6.0_18/bin/javac" "
>
> >
>
> > I can run now the build in continuum, but I dont think this could be the
>
> > better solution.
>
> >
>
> > Tks
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > -----Original Message-----
>
> > From: andre.fonseca@mail.com
>
> > To: users@continuum.apache.org
>
> > Sent: Tue, Jan 25, 2011 5:05 pm
>
> > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not
> read
>
> > status
>
> >
>
> >
>
> >
>
> >
>
> >  hi,
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > >> Do you run Continuum under your account or a system user account?
>
> >
>
> > I am running Continuum in Tomcat, sorry, I did not understand if I am
> using
>
> > my
>
> >
>
> > account ou user account.
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > >> The ant bin directory must be into %PATH% in system env var.
>
> >
>
> > I have %ANT_HOME%/bin and %JAVA_HOME%/bin in %PATH% env.
>
> >
>
> > I can run ant and java in DOS prompt.
>
> >
>
> >
>
> >
>
> > Looks like its a miss configuration on Continuum. Actually I don't know
>
> > what to
>
> >
>
> > do anymore, I have already configured the environment
>
> >
>
> > variable but Continuum is still pointing to JRE.
>
> >
>
> >
>
> >
>
> > Tomcat is configured to use JDK and not JRE.
>
> >
>
> >
>
> >
>
> > TIA
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > -----Original Message-----
>
> >
>
> > From: Emmanuel Venisse <em...@gmail.com>
>
> >
>
> > To: users@continuum.apache.org
>
> >
>
> > Sent: Tue, Jan 25, 2011 2:34 pm
>
> >
>
> > Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not
> read
>
> >
>
> > status
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > 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, <an...@mail.com> 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 <em...@gmail.com>
>
> >
>
> >
>
> >
>
> > > 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, <an...@mail.com> 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 <dr...@gmail.com>
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > > 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, <an...@mail.com> 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
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >                                                   <#>
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > > <#>
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > > <#>       <#>
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
>
>
>

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
Yes, I am running Tomcat on Windows as a Service, I think this could be the issue, since I could run the build.xml out of the Continuum webapp.
 

 I'll try to install a new version of Tomcat and test it. Thanks for your response.


 

 

-----Original Message-----
From: Brent Atkinson <br...@gmail.com>
To: users@continuum.apache.org
Sent: Tue, Jan 25, 2011 6:47 pm
Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read status


This shouldn't be necessary. Are you running Tomcat on Windows as a service?



On Tue, Jan 25, 2011 at 2:50 PM, <an...@mail.com> wrote:



> Hi,

>

> I put the line below in javac ant task

>

> " fork="true" executable="C:/Program Files/Java/jdk1.6.0_18/bin/javac" "

>

> I can run now the build in continuum, but I dont think this could be the

> better solution.

>

> Tks

>

>

>

>

>

>

>

>

>

>

>

> -----Original Message-----

> From: andre.fonseca@mail.com

> To: users@continuum.apache.org

> Sent: Tue, Jan 25, 2011 5:05 pm

> Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read

> status

>

>

>

>

>  hi,

>

>

>

>

>

>

>

>

>

>

>

> >> Do you run Continuum under your account or a system user account?

>

> I am running Continuum in Tomcat, sorry, I did not understand if I am using

> my

>

> account ou user account.

>

>

>

>

>

>

>

>

>

> >> The ant bin directory must be into %PATH% in system env var.

>

> I have %ANT_HOME%/bin and %JAVA_HOME%/bin in %PATH% env.

>

> I can run ant and java in DOS prompt.

>

>

>

> Looks like its a miss configuration on Continuum. Actually I don't know

> what to

>

> do anymore, I have already configured the environment

>

> variable but Continuum is still pointing to JRE.

>

>

>

> Tomcat is configured to use JDK and not JRE.

>

>

>

> TIA

>

>

>

>

>

> -----Original Message-----

>

> From: Emmanuel Venisse <em...@gmail.com>

>

> To: users@continuum.apache.org

>

> Sent: Tue, Jan 25, 2011 2:34 pm

>

> Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read

>

> status

>

>

>

>

>

> 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, <an...@mail.com> 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 <em...@gmail.com>

>

>

>

> > 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, <an...@mail.com> 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 <dr...@gmail.com>

>

>

>

> >

>

>

>

> > > 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, <an...@mail.com> 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

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >                                                   <#>

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > > <#>

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > > <#>       <#>

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> > >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

>

>

>

>

>

>

>


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by Brent Atkinson <br...@gmail.com>.
This shouldn't be necessary. Are you running Tomcat on Windows as a service?

On Tue, Jan 25, 2011 at 2:50 PM, <an...@mail.com> wrote:

> Hi,
>
> I put the line below in javac ant task
>
> " fork="true" executable="C:/Program Files/Java/jdk1.6.0_18/bin/javac" "
>
> I can run now the build in continuum, but I dont think this could be the
> better solution.
>
> Tks
>
>
>
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: andre.fonseca@mail.com
> To: users@continuum.apache.org
> Sent: Tue, Jan 25, 2011 5:05 pm
> Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read
> status
>
>
>
>
>  hi,
>
>
>
>
>
>
>
>
>
>
>
> >> Do you run Continuum under your account or a system user account?
>
> I am running Continuum in Tomcat, sorry, I did not understand if I am using
> my
>
> account ou user account.
>
>
>
>
>
>
>
>
>
> >> The ant bin directory must be into %PATH% in system env var.
>
> I have %ANT_HOME%/bin and %JAVA_HOME%/bin in %PATH% env.
>
> I can run ant and java in DOS prompt.
>
>
>
> Looks like its a miss configuration on Continuum. Actually I don't know
> what to
>
> do anymore, I have already configured the environment
>
> variable but Continuum is still pointing to JRE.
>
>
>
> Tomcat is configured to use JDK and not JRE.
>
>
>
> TIA
>
>
>
>
>
> -----Original Message-----
>
> From: Emmanuel Venisse <em...@gmail.com>
>
> To: users@continuum.apache.org
>
> Sent: Tue, Jan 25, 2011 2:34 pm
>
> Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read
>
> status
>
>
>
>
>
> 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, <an...@mail.com> 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 <em...@gmail.com>
>
>
>
> > 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, <an...@mail.com> 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 <dr...@gmail.com>
>
>
>
> >
>
>
>
> > > 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, <an...@mail.com> 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
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >                                                   <#>
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > > <#>
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > > <#>       <#>
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> > >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
>
>
>
>
>
>
>

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
Hi,

I put the line below in javac ant task

" fork="true" executable="C:/Program Files/Java/jdk1.6.0_18/bin/javac" "

I can run now the build in continuum, but I dont think this could be the better solution.

Tks


 

 


 

 

-----Original Message-----
From: andre.fonseca@mail.com
To: users@continuum.apache.org
Sent: Tue, Jan 25, 2011 5:05 pm
Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read status




 hi,



 





 

>> Do you run Continuum under your account or a system user account?

I am running Continuum in Tomcat, sorry, I did not understand if I am using my 

account ou user account.







 

>> The ant bin directory must be into %PATH% in system env var.

I have %ANT_HOME%/bin and %JAVA_HOME%/bin in %PATH% env.

I can run ant and java in DOS prompt.



Looks like its a miss configuration on Continuum. Actually I don't know what to 

do anymore, I have already configured the environment 

variable but Continuum is still pointing to JRE.



Tomcat is configured to use JDK and not JRE.



TIA





-----Original Message-----

From: Emmanuel Venisse <em...@gmail.com>

To: users@continuum.apache.org

Sent: Tue, Jan 25, 2011 2:34 pm

Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read 

status





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, <an...@mail.com> 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 <em...@gmail.com>



> 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, <an...@mail.com> 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 <dr...@gmail.com>



>



> > 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, <an...@mail.com> 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



>



> >



>



> >



>



> >



>



> >



>



> >



>



> >                                                   <#>



>



> >



>



> >



>



> >



>



> >



>



> >



>



> > <#>



>



> >



>



> >



>



> >



>



> >



>



> >



>



> > <#>       <#>



>



> >



>



> >



>



> >



>



> >



>



> >



>



> >



>



> >



>



> >



>



> >



>



>



>



>





 


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
 hi,

 


 
>> Do you run Continuum under your account or a system user account?
I am running Continuum in Tomcat, sorry, I did not understand if I am using my account ou user account.



 
>> The ant bin directory must be into %PATH% in system env var.
I have %ANT_HOME%/bin and %JAVA_HOME%/bin in %PATH% env.
I can run ant and java in DOS prompt.

Looks like its a miss configuration on Continuum. Actually I don't know what to do anymore, I have already configured the environment 
variable but Continuum is still pointing to JRE.

Tomcat is configured to use JDK and not JRE.

TIA


-----Original Message-----
From: Emmanuel Venisse <em...@gmail.com>
To: users@continuum.apache.org
Sent: Tue, Jan 25, 2011 2:34 pm
Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read status


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, <an...@mail.com> 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 <em...@gmail.com>

> 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, <an...@mail.com> 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 <dr...@gmail.com>

>

> > 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, <an...@mail.com> 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

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >                                                   <#>

>

> >

>

> >

>

> >

>

> >

>

> >

>

> > <#>

>

> >

>

> >

>

> >

>

> >

>

> >

>

> > <#>       <#>

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

> >

>

>

>

>


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by Emmanuel Venisse <em...@gmail.com>.
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, <an...@mail.com> 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 <em...@gmail.com>
> 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, <an...@mail.com> 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 <dr...@gmail.com>
>
> > 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, <an...@mail.com> 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
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >                                                   <#>
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > <#>
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > <#>       <#>
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
>
>
>

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
 I have configured the bellow

Installations -> new tool variable that points to JDK (JAVA_HOME)
Build Environment -> new variable that points to the JDK configured above
Build Definition Template -> Build Environment : ant type: ant

Whit this configuration Continuum still points to JRE instead of JDK.

Is there something I am doing wrong? I used the documentation to configure those steps.

http://continuum.apache.org/docs/1.2/administrator_guides/jdk.html

TIA

 


 

 

-----Original Message-----
From: andre.fonseca@mail.com
To: users@continuum.apache.org
Sent: Tue, Jan 25, 2011 1:13 pm
Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read status


Hi Brent, tks for your reply



I am running Continuum under Tomcat6, and I have JAVA_HOME and PATH already 

configured also.

How could I configure Continuum to use my default JDK?

I tried to perform that configuring a new variable under "Installation menu" 

that points to my JDK path, I tried with both "Tool" and "Environment" Type 

without success.



 

TIA.





 



 



-----Original Message-----

From: Brent Atkinson <ba...@apache.org>

To: users@continuum.apache.org

Sent: Tue, Jan 25, 2011 12:53 pm

Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read 

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 either



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, <an...@mail.com> 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:\Program



> 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 ant



> 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=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 <em...@gmail.com>



>



> 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, <an...@mail.com> 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 <dr...@gmail.com>



>



>



>



> > 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, <an...@mail.com> 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



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >                                                   <#>



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> > <#>



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> > <#>       <#>



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



> >



>



>



>



>



>



>



>



>



>



>





 

=


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
Hi Brent, tks for your reply

I am running Continuum under Tomcat6, and I have JAVA_HOME and PATH already configured also.
How could I configure Continuum to use my default JDK?
I tried to perform that configuring a new variable under "Installation menu" that points to my JDK path, I tried with both "Tool" and "Environment" Type without success.

 
TIA.


 

 

-----Original Message-----
From: Brent Atkinson <ba...@apache.org>
To: users@continuum.apache.org
Sent: Tue, Jan 25, 2011 12:53 pm
Subject: Re: Problem building Apache Continuum in Tomcat 6 - Could not read 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 either

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, <an...@mail.com> 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:\Program

> 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 ant

> 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=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 <em...@gmail.com>

>

> 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, <an...@mail.com> 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 <dr...@gmail.com>

>

>

>

> > 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, <an...@mail.com> 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

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >                                                   <#>

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> > <#>

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> > <#>       <#>

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

> >

>

>

>

>

>

>

>

>

>

>


 
=

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by Brent Atkinson <ba...@apache.org>.
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 either
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, <an...@mail.com> 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:\Program
> 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 ant
> 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=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 <em...@gmail.com>
>
> 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, <an...@mail.com> 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 <dr...@gmail.com>
>
>
>
> > 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, <an...@mail.com> 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
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >                                                   <#>
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> > <#>
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> > <#>       <#>
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
> >
>
>
>
>
>
>
>
>
>
>

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
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:\Program 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 ant 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=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 <em...@gmail.com>

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, <an...@mail.com> 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 <dr...@gmail.com>



> 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, <an...@mail.com> 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



>



>



>



>



>



>                                                   <#>



>



>



>



>



>



> <#>



>



>



>



>



>



> <#>       <#>



>



>



>



>



>



>



>



>



>





 


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
 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 <em...@gmail.com>
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, <an...@mail.com> 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 <dr...@gmail.com>

> 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, <an...@mail.com> 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

>

>

>

>

>

>                                                   <#>

>

>

>

>

>

> <#>

>

>

>

>

>

> <#>       <#>

>

>

>

>

>

>

>

>

>


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by Emmanuel Venisse <em...@gmail.com>.
Do you have ant in the path of the process's owner?

Emmanuel

On Mon, Jan 24, 2011 at 8:51 PM, <an...@mail.com> 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 <dr...@gmail.com>
> 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, <an...@mail.com> 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
>
>
>
>
>
>                                                   <#>
>
>
>
>
>
> <#>
>
>
>
>
>
> <#>       <#>
>
>
>
>
>
>
>
>
>

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
 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 <dr...@gmail.com>
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, <an...@mail.com> 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





                                                   <#>





<#>





<#>       <#>






 
 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by an...@mail.com.
 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 <dr...@gmail.com>
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, <an...@mail.com> 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

                                                   <#>

<#>

<#>       <#>


 

Re: Problem building Apache Continuum in Tomcat 6 - Could not read status

Posted by Louis Smith <dr...@gmail.com>.
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, <an...@mail.com> 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
                                                   <#>
<#>
<#>       <#>