There is a 3rd party library (XMLPDF11.dll) in ${root}\common\xmlpdf.
The project in the solution is pointing to this in a different path, I
guess.  I could always copy the dll to the project folder or add the
path to the environment PATH.

I don't have a simple repro but any solution with a project that has a
file reference would do it. I'll try that to make sure it's not
something else.




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


 

> -----Original Message-----
> From: Gert Driesen [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, 4 April 2004 11:55 PM
> To: Peter Jones
> Subject: Re: [Nant-users] Solution & assemblyfolders
> 
> Peter,
> 
> Can you provide some more info on what you're trying to 
> accomplish here, and what the exact problem is ?
> 
> Do you have a repro for this "issue" ?
> 
> You build fragment looks ok though ...
> 
> Gert
> 
> ----- Original Message -----
> From: "Peter Jones" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 04, 2004 5:11 AM
> Subject: [Nant-users] Solution & assemblyfolders
> 
> 
> 
> 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=ick
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> 
> 


-------------------------------------------------------
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