[nant-dev] Csc Task Ignoring References

2006-10-12 Thread Ryan Baxter
I have a build script that looks something like the following:target name=compile description=Compile the source code. echo message=Building assembly ${ project.name}. / csc target=library keyfile=${project.name}.snk output=${output.path}/${project.name }.dll debug=${build.debug} verbose=true

[nant-dev] Specify Assembly Folder using msbuild contrib task

2006-10-12 Thread Ramprakash Gopinathan
All, Isthere a way to specify assembly folder where references are searched when not found in path from project file (HintPath) using MSBuild contrib task ? Thanks, Ram/ - Using Tomcat but need to do more? Need to

Re: [nant-dev] Csc Task Ignoring References

2006-10-12 Thread Ryan Baxter
So is it that the csc compiler will ignore a /reference or /lib that it cannot find? Its interesting that I can compile this project from the command-line using the same /reference and /lib arguments as my build file. I began to think that somehow my { libraries.path} variable wasn't being set

Re: [nant-dev] Csc Task Ignoring References

2006-10-12 Thread Gert Driesen
- Original Message - From: Ryan Baxter [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: nant-developers@lists.sourceforge.net Sent: Thursday, October 12, 2006 7:36 PM Subject: Re: [nant-dev] Csc Task Ignoring References So is it that the csc compiler will ignore a /reference