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:
on the command line, but it does not know which assembly contains the new
li
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: on the command line, but it does not know
which assembly contains the new li