[nant-dev] SVN Check Out Problem.

2005-05-03 Thread liyu








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







Error Message:



INTERNAL ERROR







System.NullReferenceException: 



 at
NAnt.Contrib.Tasks.Svn.AbstractSvnTask.get_ExeName()



 at
NAnt.Core.Tasks.ExternalProgramBase.DetermineFilePath() in

C:\Documents an



d Settings\drieseng\Local

Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\ExternalP



rogramBase.cs:line 483



 at
NAnt.Core.Tasks.ExternalProgramBase.get_ProgramFileName() in

C:\Documents



and Settings\drieseng\Local

Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\Externa



lProgramBase.cs:line 107



 at
NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask() in C:\Documents and

Sett



ings\drieseng\Local

Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\ExternalProgram



Base.cs:line 319



 at NAnt.Core.Task.Execute() in
C:\Documents and Settings\drieseng\Local

Setti



ngs\Temp\tmp460.tmp\src\NAnt.Core\Task.cs:line 177



 at NAnt.Core.Target.Execute() in
C:\Documents and Settings\drieseng\Local

Set



tings\Temp\tmp460.tmp\src\NAnt.Core\Target.cs:line 249



 at NAnt.Core.Project.Execute(String
targetName, Boolean

forceDependencies) in



C:\Documents and Settings\drieseng\Local
Settings\Temp\tmp460.tmp\src\NAnt.

Core



\Project.cs:line 876



 at NAnt.Core.Project.Execute() in
C:\Documents and

Settings\drieseng\Local Se



ttings\Temp\tmp460.tmp\src\NAnt.Core\Project.cs:line
833



 at NAnt.Core.Project.Run() in
C:\Documents and Settings\drieseng\Local

Settin



gs\Temp\tmp460.tmp\src\NAnt.Core\Project.cs:line 902








Re: [nant-dev] SVN Check Out Problem

2005-04-23 Thread Marcin Hoppe
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_ide95alloc_id396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] SVN Check Out Problem

2005-04-22 Thread liyu








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



Error
Message:

INTERNAL ERROR



System.NullReferenceException:


 at
NAnt.Contrib.Tasks.Svn.AbstractSvnTask.get_ExeName()

 at
NAnt.Core.Tasks.ExternalProgramBase.DetermineFilePath() in C:\Documents an

d Settings\drieseng\Local
Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\ExternalP

rogramBase.cs:line 483

 at NAnt.Core.Tasks.ExternalProgramBase.get_ProgramFileName()
in C:\Documents

and
Settings\drieseng\Local Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\Externa

lProgramBase.cs:line 107

 at
NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask() in C:\Documents and Sett

ings\drieseng\Local
Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\ExternalProgram

Base.cs:line 319

 at
NAnt.Core.Task.Execute() in C:\Documents and Settings\drieseng\Local Setti

ngs\Temp\tmp460.tmp\src\NAnt.Core\Task.cs:line
177

 at
NAnt.Core.Target.Execute() in C:\Documents and Settings\drieseng\Local Set

tings\Temp\tmp460.tmp\src\NAnt.Core\Target.cs:line
249

 at
NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in

C:\Documents and
Settings\drieseng\Local Settings\Temp\tmp460.tmp\src\NAnt.Core

\Project.cs:line 876

 at
NAnt.Core.Project.Execute() in C:\Documents and Settings\drieseng\Local Se

ttings\Temp\tmp460.tmp\src\NAnt.Core\Project.cs:line
833

 at
NAnt.Core.Project.Run() in C:\Documents and Settings\drieseng\Local Settin

gs\Temp\tmp460.tmp\src\NAnt.Core\Project.cs:line
902



My OS is Windows
Server 2003.