You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jean-frederic Clere <jf...@telefonica.net> on 2005/10/18 23:52:10 UTC

tomcat/build/tc5.5.x/resources/build.xml

hi,

This file uses cvs but it should do the same with svn. The question is 
how to solve the problem:
1 - using a <exec/> like:
+++
  <target name="checkout">
    <exec dir="${basedir}" executable="svn">
    <arg line="checkout ${svnroot}/${dir} ${dir}"/>
   </exec>
  </target>
+++

2 - Using svnant (http://subclipse.tigris.org/svnant.html).

3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html).

4 - Something else? (like using javasvn: http://tmate.org/svn/).

Comments?

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: tomcat/build/tc5.5.x/resources/build.xml

Posted by Jean-frederic Clere <jf...@telefonica.net>.
Costin Manolache wrote:

>Isn't possible to get a svn tree using http download ? I tought one of
>the benefits of svn is that it uses http.
>  
>
<get/>  gets only one file not the complete tree ;-(

Jean-frederic

>Costin
>
>On 10/18/05, Jean-frederic Clere <jf...@telefonica.net> wrote:
>  
>
>>hi,
>>
>>This file uses cvs but it should do the same with svn. The question is
>>how to solve the problem:
>>1 - using a <exec/> like:
>>+++
>>  <target name="checkout">
>>    <exec dir="${basedir}" executable="svn">
>>    <arg line="checkout ${svnroot}/${dir} ${dir}"/>
>>   </exec>
>>  </target>
>>+++
>>
>>2 - Using svnant (http://subclipse.tigris.org/svnant.html).
>>
>>3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html).
>>
>>4 - Something else? (like using javasvn: http://tmate.org/svn/).
>>
>>Comments?
>>
>>Cheers
>>
>>Jean-Frederic
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>>For additional commands, e-mail: dev-help@tomcat.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: dev-help@tomcat.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: tomcat/build/tc5.5.x/resources/build.xml

Posted by Costin Manolache <co...@gmail.com>.
Isn't possible to get a svn tree using http download ? I tought one of
the benefits of svn is that it uses http.

Costin

On 10/18/05, Jean-frederic Clere <jf...@telefonica.net> wrote:
> hi,
>
> This file uses cvs but it should do the same with svn. The question is
> how to solve the problem:
> 1 - using a <exec/> like:
> +++
>   <target name="checkout">
>     <exec dir="${basedir}" executable="svn">
>     <arg line="checkout ${svnroot}/${dir} ${dir}"/>
>    </exec>
>   </target>
> +++
>
> 2 - Using svnant (http://subclipse.tigris.org/svnant.html).
>
> 3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html).
>
> 4 - Something else? (like using javasvn: http://tmate.org/svn/).
>
> Comments?
>
> Cheers
>
> Jean-Frederic
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Question about tomcat 4.1.31 and 5.5.x

Posted by Omar Abdalla <om...@utdallas.edu>.
Hello all,

	Apache 4.1.31 seems to work much better then the 5.5.x.  None of the
5.5.x works fine for me.  For example 5.5.x does not recognize the error
page for handling exception where 4.1 handle that very well.  Do I need to
do any thing to make 5.5.1 recognize my old JSP pages?

Regards,


Omar

-----Original Message-----
From: Jean-frederic Clere [mailto:jfclere@telefonica.net] 
Sent: Tuesday, October 18, 2005 4:52 PM
To: dev@tomcat.apache.org
Subject: tomcat/build/tc5.5.x/resources/build.xml

hi,

This file uses cvs but it should do the same with svn. The question is 
how to solve the problem:
1 - using a <exec/> like:
+++
  <target name="checkout">
    <exec dir="${basedir}" executable="svn">
    <arg line="checkout ${svnroot}/${dir} ${dir}"/>
   </exec>
  </target>
+++

2 - Using svnant (http://subclipse.tigris.org/svnant.html).

3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html).

4 - Something else? (like using javasvn: http://tmate.org/svn/).

Comments?

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org