I've been using NAnt for a few weeks and have migrated our Win32 app build to it. I'm looking for a way to load a set of properties from an external file, similar to Ant's <property file="xyz"> method.

NAnt's <property> does not allow files as a source, so I'm curious what others have done for this type of solution?

Ant seems to be able to read files like this:

  # comment
  Property1=Value1
  Property2=Value2
  etc.

It seems that creating a custom task or script would work. Does anyone have an example they'd care to share?

thanks,
brian

--
Brian Cantoni <www.cantoni.org>



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to