I'm trying to reference a dll in my solution task and it can't find the
file/path.  I'm not sure how to format the task - this is what I have :


  <target name="build" depends="get" description="build the outputs">
    <solution solutionfile="${srcdir}\UCMMLetter\UCMMLetter.sln"
configuration="${config}" outputdir="${outdir}">
      <assemblyfolders basedir="${root}\common\xmlpdf">
        <includes name="." />
      </assemblyfolders>
      <webmap>
        <map
url="http://localhost/StudDetailService/StudDetailService.csproj";
path="${srcdir}\StudDetailService\StudDetailService.csproj" />
      </webmap>
    </solution>
  </target>

Is this correct?

-------------------------------
Peter G Jones
University of Canterbury, NZ
------------------------------- 
Senior Analyst/Programmer
Microsoft .Net MVP
Blog: http://jonsie.net 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to