On 4/23/05, liyu <[EMAIL PROTECTED]> wrote:
> Dear All,
> 
> I have nant build file for svn check out for my build.
> 
> However it gave some errors and the message displayed
> 
> "Please send bug report to
> nant-developers@lists.sourceforge.net"
> 
> The output log file and NANT build script files are attached.
> 
>  
> 
> I request you all to provide me with solution for this problem.
> 
>  
> 
> Thanks
> 
> Kindsandy
> 
>  
> 
> My Build File:
> 
>          <?xml version="1.0"?>
> 
> <project name="myproject" default="checkout" basedir=".">
> 
>          <target name="checkout">
> 
>                    <svn-checkout destination="."
> uri="http://10.3.8.47:88/LonwinApp/DataServices/"/>
> 
>          </target>
> 
> </project>

Do you have Subversion client (svn.exe) installed on this machine? Is
it in the PATH? At the moment it is required for <svn-checkout> to
work. I'll try to fix this after the weekend.

Best regards!
Marcin


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to