Dear,

Launching a nant-script using the commanline like below using Nant 0.8.1
acsed an error

C:
\MyWork\js1020_view\tspsw\StafII\implementation\projects\Staf2.Samples.RemoteHelloServer>nant

-buildfile:C:
\MyWork\js1020_view\tspsw\StafII\implementation\build\build.assembly.xml
-D:project.dir=C:\MyWork\js1020_view\tspsw\StafII
-D:assembly.name=Staf2.Samples.RemoteHello.Server -D:bin.type=exe
-D:bin.extension=exe -D:test.bin.ref=C:
\MyWork\js1020_view\tspsw\StafII\implementation\bin\Release\Staf2.Samples.RemoteHello.dll;C:

MyWork\js1020_view\tspsw\StafII\test\bin\Release\Staf2.Samples.RemoteHello.Tests.dll

-D:test.bin.debug.ref=C:
\MyWork\js1020_view\tspsw\StafII\implementation\bin\Debug\Staf2.Samples.RemoteHello.dll;C:

MyWork\js1020_view\tspsw\StafII\test\bin\Debug\Staf2.RemoteHello.Tests.dll
-D:bin.ref=/r:C:
\MyWork\js1020_view\tspsw\StafII\implementation\bin\Release\Staf2.Samples.RemoteHello.dll

-D:bin.debug.ref=/r:C:
\MyWork\js1020_view\tspsw\StafII\implementation\bin\Debug\Staf2.Samples.RemoteHello.dll



Observed error :

INTERNAL ERROR
System.ArgumentOutOfRangeException: requiredLength
Parameter name: Capacity must be positive.
   at System.Text.StringBuilder.GetNewString(String currentString, Int32
requiredLength)
   at System.Text.StringBuilder.Append(String value)
   at SourceForge.NAnt.ConsoleDriver.Main(String[] args)

This way of launching a script was not a problem at all with nant 0.7.9.0

Jan Simons




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to