Brian, You can create a NAnt script that contains only <property> statements rather than targets. Then you can use an <include> task in another NAnt script to call the properties-only script. All of the properties in the properties-only script will then be defined in the calling script.
The effect is about the same as the Ant properties file, but the syntax is different. Merrill ------------------------------------------------------- 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
