I have written a class that derives from both IBuildEventListener & LogListener. This class is compiled into its own assembly
(dll). What is
the right way to get NAnt to use that listener? I tried using –logger:<class-name>
on the command line, but it does not know which assembly contains the new
listener, so it fails to load the class. Thanks, Erik |
- [Nant-users] Adding a custom logger Erik A Saltwell
- Erik A Saltwell