HI all,

I have  a folder structure which stores releases in a known location.

The pattern is:
c:\releases\<project.name>\   - This level will always contain the latest 
version of the DLL

c:\releases\<project.name>\<a.b.c.d>\ - This level stores archived versions of 
the DLL, where a.b.c.d is a version number.

I'm having a problems when building or testing a solution which has dependances 
on another project.  

Using this pattern, the <solution> task finds the appropriate dependancy DLL to 
build against:

    <include name="c:/releases/**"/>
    <exclude name="c:/releases/**/????.?*.?*.?*/*.dll"/>

However, when copying these same dependant Dlls to the testing location, one of 
my DLLs doesn't get copied.  The DLL in question is Ccp.Core.Data.Dataservices, 
and I suspect I'm having problems because it also contains 3 dots in the name, 
but the solution task works fine, and the ???? should not match `Ccp.`  

Any ideas?
Thanks
Andy




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to