If you run NAnt as an external tool from vs.net - compiler errors that appears in vs.net's output window are clickable - ie if you dbl-click on the error the file will open at that location. It doesn't write to the task list though.

Ian

I'm posting this proposal here because I initially conceived this idea
in the context of my ideal build/development process.

I am proposing a standard file format (XML) that contains "tasks" and
the file and line number associated with that task. As an example, see
the "Code Comments" filter in the VS.Net IDE. This standard format would
then be supported by the major IDE vendors to make our lives easier.

An example of how I see this fitting into Nant would be to create an
additional task that would extract code comments (I might even suggest
adding it as an additional flag for the csc task to avoid the need to
specify the file list twice, unless Nant has the ability to define a
filegroup in a reusable manner). That task would produce the task list
file which could be loaded into your favourite IDE and then simply
double-click on each task to be taken to the source location (it would
be up to the IDE to keep track of line additions/removals to keep the
line numbers in sync).

Anyway, what do people think? (feel free to contact me off-line at
[EMAIL PROTECTED]). How would I go about getting IDE vendors to
start supporting this sort of thing?

Colin



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to