I am trying to setup error parser pattern without any luck for NAnt running C# compiler.
Build-in parser used to work with older version of NAnt but after I upgraded NAnt, its output slightly changed and there I am.
I have tried this [csc] %f(%l,%c):
Actual output from NAnt is:
[csc] d:\xtrans\src\etasoft\Connector.cs(132,23): error CS1519: Invalid token ';' in class, struct, or interface member declaration