Here's a testcase illustrating the basedir change:

<?xml version="1.0"?>

<project name="aclaro" basedir=".">
       <exec program="cmd.exe" commandline="/c cd" />
</project>

I've placed the old nant files in C:\temp\nant\old and the new ones in C:\temp\nant\new.

Run from 0.8.2:

C:\Temp>nant\old\nant -f:nant\test.build
Buildfile: file:///C:/Temp/nant/test.build
    [exec] cmd.exe /c cd
           C:\Temp

BUILD SUCCEEDED

Total time: 0 seconds

Run from 0.8.3:

C:\Temp>nant\new\nant -f:nant\test.build
log4net:ERROR Logger: No appenders could be found for logger [NAnt.Console.Conso
leStub] repository [log4net-default-domain]
log4net:ERROR Logger: Please initialize the log4net system properly.
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net


Framework settings not found. Defaulting to no known framework.
Buildfile: file:///C:/Temp/nant/test.build
    [exec] cmd.exe /c cd
           C:\Temp\nant
Total time: 0 seconds.

BUILD SUCCEEDED





-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to