Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
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

Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
On 6/10/05, Marcin Hoppe [EMAIL PROTECTED] wrote: What version of NAnt are you using? This issue should be fixed in CVS for quite some time. One more comment: this error most probably means that you don't have svn.exe in your PATH. NAnt's svn task requires svn.exe client utility to be visible

Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
On 6/10/05, Vincent Chu [EMAIL PROTECTED] wrote: Maybe if you run nant again with debug on (-debug+) and send us the output, it'd help us pinpoint the problem ? A few weeks ago a similar problem appeared (it thrown a NullReferenceException when svn.exe was not available) on the user/dev list

Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
On 6/10/05, Vincent Chu [EMAIL PROTECTED] wrote: If you didn't have svn.exe in your path, it would definitely cause a NullReference error right after your last path is searched. No, it's already fixed in CVS. If svn.exe is not on the PATH, there should be a fancy error message instead of ugly

[Nant-dev] Writing to the registry

2005-05-27 Thread Marcin Hoppe
Hi! I have just noticed that there is a readregistry task in NAnt, but there is no task that would enable to user to write something to the registry. Since I will probably have to write such a task myself, I am asking you: is there something like this out there? Best regards! Marcin

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

Re: [nant-dev] Cannot build NAnt from CVS with NAnt RC2 and RC3

2005-04-19 Thread Marcin Hoppe
On 4/18/05, Gert Driesen [EMAIL PROTECTED] wrote: The anon cvs is always lagging. This should be working fine. And yesterday in the evening really was. Thanks for the info about the lag. -- Marcin Hoppe http://hopson.blogspot.com

[nant-dev] Cannot build NAnt from CVS with NAnt RC2 and RC3

2005-04-16 Thread Marcin Hoppe
Hi! I have some problems with building CVS version of NAnt with NAnt RC2 and RC3 release versions. It results with INTERNAL ERROR. I attach the full build log. -- Marcin Hoppe http://hopson.blogspot.com NAnt 0.85 (Build 0.85.1932.0; rc3; 2005-04-16) Copyright (C) 2001-2005 Gerry Shaw http

[Nant-dev] Build fails when done on drive (virtual) Z:

2005-03-17 Thread Marcin Hoppe
Hi! What is the purpose of the test in Tests.NAnt.Core.Util.FileUtilsTest class: public void Test_GetFullPath() { if (PlatformHelper.IsWin32) { Assert.AreEqual(@Z:\, FileUtils.GetFullPath(Z:), #1); // ... } } This test will probably fail