hi everyone

I just installed nant (by far the best build tool I ever used btw) and
could not find a simple text replacement task, so I took the opportunity
to play around with user-defined tasks. the result is a very simple task
that processes the following xml instructions:

    <replace>
      <filterset>
        <filter token="keyfile" value="${build.keyfile}" /> 
      </filterset>
      <fileset>
        <includes name="CooNetBase/NantAssemblyInfo.cs" />
      </fileset>
    </replace>

(the struggle with keyfile paths seems to be a constant source of pain
as far as I can tell from varios lists...)

right now I don't have time to get into the details of contributing, but
if anyone finds this useful I'll provide the source code (just a few . 

How are the chances that the core team implements Ant-like filter tasks
(which have to be supported by the copy task, version control tasks etc,
so contributing this is not an option, right?)


thanks
stefan


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to