[NAnt-users] Strange basedir for nant tasks

2007-03-19 Thread Johann MacDonagh
I'm having a strange issue with having a "master" NAnt file that calls other NAnt files. Here's a quick summary of what I have: ./ Project.build ... ... ./SubDir/ Project.SubDir.build

[NAnt-users] Xmlpeek nodeindex and a foreach loop

2007-03-19 Thread Scott Brinkmeyer
I have an xml file that has multiple nodes that I want an xpath expression to return. I know that the xmlpeek will return the number of nodes found. I can not determine how to take that number, run it through a foreach loop and do specific things with it. Example