Re: [NAnt-users] FW: readregistry issue

2012-11-29 Thread Jasper Moeller
>>> NAnt-users mailing list >>> NAnt-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/nant-users > > > ------ > Better than sec? Nothing

Re: [NAnt-users] Building a WPF project in Nant

2009-07-17 Thread Jasper Moeller
of the box, not sure if there is a workaround). CSC alone is definitely not sufficient ;) JM -- Jasper Moeller yWorks GmbH Vor dem Kreuzberg 28 72070 Tuebingen Germany Phone: +49 7071 9709057 Fax: +49 7071 9709051 -- Enter th

[NAnt-users] ConcatFilter filter?

2006-10-20 Thread Jasper Moeller
Hi list, is there an NAnt equivalent of the ConcatFilter from Ant? i.e. some easy way to prepend or append text (such as copyright headers etc.) to files when copying/moving them? I know that NantContrib has a task, however this is not really suited for this use case :-( How difficult would it be