Okay, I have the following directory structure that I want to embed into a
resource file.

-Resources
    -Files
        -Valid
            file1.xml
            ....
        -Invalid
            file1.xml
            ...

I want to be able to access the resources programmatically by their
directory+filename combination, or something like that.

What is the easiest way to do this with NAnt? I would really like to be able
to do this dynamically so I don't need to track each file in the build file.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to