Madhan,

I am using <assemblyfolders> in my own <solution> tasks.  (That's how I knew about 
them).  Here is how I used them:

     <solution ... >
          <assemblyfolders>
               <include name="${qatest.dir}" />
          </assemblyfolders>
     </solution>

In my case, all of the DLLs referenced by the solution are in the directory identified 
by ${qatest.dir} rather than in the directory implied by that hint paths in the .sln 
solution file.  Notice that I gave a directory name rather than the names of the 
individual files.


Merrill



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to