Kevin,

> Oh, I see what you're saying. I guess that would work
> as long as we only have one lib directory for our lib
> files. 

Ahh, why? You could just as well use:

<dependencies>
   <includes name="${netlib}/mylib1.lib"/>
   <includes name="${netlib}/mylib2.lib"/>
   <includes name="${locallib}/mylib3.lib"/>
   <includes name="${locallib}/mylib4.lib"/>
</dependecies>

where ${netlib} and ${locallib} would be properties pointing to your network and local 
library directories, which you'd specify as full paths (or perhaps use environment 
variables to hold them).

-- 
Tomas Restrepo
[EMAIL PROTECTED]


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to