On Wed, 11 Aug 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
> More likely we are passing something in on the command line it
> doesnt like -or the source or path is unsupported.
Absolutely not:
testCSC-Mono:
[csc] working from source directory
/home/bodewig/repo/cvs/asf/ant/src/etc/testcases/taskdefs/optional
[csc]
/home/bodewig/repo/cvs/asf/ant/src/etc/testcases/taskdefs/optional/dotnet/example.cs
is out of date
[csc]
/home/bodewig/repo/cvs/asf/ant/src/etc/testcases/taskdefs/optional/dotnet/example2.cs
is out of date
[csc] compiling 2 files
Executing 'mcs' with arguments:
'/nologo'
'/debug+'
'/optimize-'
'/out:/home/bodewig/repo/cvs/asf/ant/src/etc/testcases/taskdefs/optional/dotnet/build/ExampleCsc.exe'
'/target:exe'
'/nostdlib-'
'/warn:3'
'/fullpaths'
'/incremental-'
'/home/bodewig/repo/cvs/asf/ant/src/etc/testcases/taskdefs/optional/dotnet/example2.cs'
'/home/bodewig/repo/cvs/asf/ant/src/etc/testcases/taskdefs/optional/dotnet/example.cs'
The ' characters around the executable and arguments are
not part of the command.
[csc] Compilation succeeded
[csc] Unhandled Exception: System.NullReferenceException: Object
reference not set to an instance of an object
[csc] ** ERROR **: file critical-sections.c: line 89
(DeleteCriticalSection): assertion failed: (ret == 0)
[csc] aborting...
BUILD FAILED
/home/bodewig/repo/cvs/asf/ant/src/etc/testcases/taskdefs/optional/dotnet.xml:155:
csc returned: 129
ExampleCsc.exe has been created by mcs and I can even run it
[EMAIL PROTECTED]:~/repo/cvs/asf/ant$ mono
src/etc/testcases/taskdefs/optional/dotnet/build/ExampleCsc.exe
hello, I look like Java, but I'm really .NET
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]