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 u
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
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 task requires svn.exe client
On 6/8/05, Jennifer Brandon <[EMAIL PROTECTED]> wrote:
> I am attempting to perform a svn export using the nant task but I get
> the following error:
>
>
>
> INTERNAL ERROR
>
>
>
> System.NullReferenceException: Object reference not set to an instance of an
> object.
>
>at NAnt.Contri
Hi!
I have just noticed that there is a 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
--
On 4/29/05, Shelly Midha <[EMAIL PROTECTED]> wrote:
> I'm getting the following error while I try to execute the following target
> from the build script:
>
> Target:
> -
>
>
>
>
>
>
>
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 file
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.blo
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
Hi!
I am preparing to rewrite Subversion tasks in NAntContrib. As I have
no big experience with unit tests I would like to read some good
examples of how NAnt tasks can be unit-tested.
Could you please show me tasks that have, in your opinion, a good set
of unit tests? It would be nice if those t
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 f
11 matches
Mail list logo