On 6/8/05, Jennifer Brandon <[EMAIL PROTECTED]> wrote:
> I am attempting to perform a svn export using the nant <svn> task but I get
> the following error:
> 
>  
> 
> INTERNAL ERROR
> 
>  
> 
> System.NullReferenceException: Object reference not set to an instance of an
> object.
> 
>    at NAnt.Contrib.Tasks.Svn.AbstractSvnTask.get_ExeName()
> 
>    at
> NAnt.Core.Tasks.ExternalProgramBase.DetermineFilePath()
> 
>    at
> NAnt.Core.Tasks.ExternalProgramBase.get_ProgramFileName()
> 
>    at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask()
> 
>    at NAnt.Core.Task.Execute()
> 
>    at NAnt.Core.Target.Execute()
> 
>    at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies)
> 
>    at NAnt.Core.Project.Execute()
> 
>    at NAnt.Core.Project.Run()
> 
>  
> 
> Please send bug report to
> [EMAIL PROTECTED]
> 
>  
> 
> The code in the build file is as follows:
> 
> <target name="svnExport">
> 
> <svn command="export" 
> 
>  destination="c:/work/" 
> 
> uri ="http://subversion.snowvalley.com/Muse/trunk/docs/";
> 
> username="*******"
> 
>  password="*****" />
> 
> </target>
> 
>  
> 
> Am I doing this wrong?  I'd be grateful for any pointers

What version of NAnt are you using? This issue should be fixed in CVS
for quite some time.

Best regards!
Marcin


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to