[nant-dev] MSBuild Task

2006-11-17 Thread Ramprakash Gopinathan
How do you specify multiple reference paths for msbuild task I tried the following arg value=/property:ReferencePath=${bin.dir}%3B${thirparty.bin} / This didn't work any ideas? THanks, Ram/- Take Surveys. Earn Cash.

Re: [nant-dev] .Net 2.0 Task dlls

2006-11-09 Thread Ramprakash Gopinathan
You can also try changing the framework related properties in your nant script property name="nant.settings.currentframework" value="net-2.0" dynamic="true" verbose="true" / HTH Ram/ From: [EMAIL PROTECTED] To: nant-developers@lists.sourceforge.net Date: Thu, 9 Nov 2006 10:12:21 +1030

[nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan
Is there any plan for adding an aspnet_compiler task to nant contrib? I'd like to develop this if no one is working on it or has already got something developed. Let me know what you guys think... Thanks, Ram/ - Using

Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan
] [mailto:[EMAIL PROTECTED] On Behalf Of Ramprakash Gopinathan Sent: Monday, October 16, 2006 5:52 PM To: nant-developers@lists.sourceforge.net Subject: [nant-dev] aspnet_compiler taskIs there any plan for adding an aspnet_compiler task to nant contrib? I'd like to develop this if no one is working

Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan
1.0 though. Martin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramprakash Gopinathan Sent: Monday, October 16, 2006 5:52 PM To: nant-developers@lists.sourceforge.net Subject: [nant-dev] aspnet_compiler taskIs there any plan for adding an aspnet_c

[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

[nant-dev] Building VS2005 projects using NANT 8.5 rc4

2006-10-11 Thread Ramprakash Gopinathan
Is building vs2005 projects supported? Document says framework 2.0 is supported. I'm getting a project guid not found error when i build my vs2005 project using nant 8.5 rc4 Thanks, Ram/ - Using Tomcat but need to do more?

Re: [nant-dev] Building VS2005 projects using NANT 8.5 rc4

2006-10-11 Thread Ramprakash Gopinathan
thanks for the response, I had looked at using msbuild task from nant contrib, msbuild task basically works on project file, there is no solution build concept in msbuild which makes it hard. The other thing is solution task in nant allows you to specify output directory were the compiled