[NAnt-users] build failure in latest nant night build source

2009-12-08 Thread ptr2009
hey all I downloaded the latest nightly source from the nant website and I am getting a build failure because of [csc] /Users/ptrajkumar/Desktop/monodep/nant-0.86-nightly-2009-05-05/tests/NAnt.Core/Tasks/MoveTest.cs(84,20): error CS0219: The variable `result' is assigned but its value is never

[NAnt-users] nant and resgen.exe

2009-05-19 Thread ptr2009
hey all When compiling against mono-3.5 profile on MacOS X I have noticed that regsen.exe that gets used is from 1.0 directory (Mono.framework//Versions/2.4/lib/mono/1.0/resgen.exe) and not 2.0 directory. Copying the resgen.exe from 2.0 directory to 1.0 directory fixes this problem ? Is

[NAnt-users] csc task to build 32bit exe and not "Any CPU"

2009-04-21 Thread ptr2009
hey all How does on specify to csc task to build a 32bit exe ? My .net application has to be 32 bit because it uses some PInvoke on native dlls for which I only have 32bit version native dlls. In Visual studio I can specify Platform target as x86, Is there an nant equivalent ? Thanks Raj -

Re: [NAnt-users] nant and nunit version

2009-04-07 Thread ptr2009
sure if this would be acceptable ? -Raj gertdriesen wrote: > > Hi Raj, > > I'll get to it soon, I hope. > But feel free to send me a patch ;-) > > Gert > > -----Original Message- > From: ptr2009 [mailto:ptrajku...@gmail.com] > Sent: dinsd

[NAnt-users] nant and nunit version

2009-04-07 Thread ptr2009
hey all Nant 0.86 seems to be shipping with a rather old version of nunit. Is there a specific reason why ? I tried replacing the nunit dlls and it seems like nant nunit tasks are not compatible with the later version of nunit ? Raj -- View this message in context: http://www.nabble.com/n

[NAnt-users] how to undo copy task

2009-03-30 Thread ptr2009
hey all Here is what I am trying to achieve. Consider two projects Project A DataDir SourceFiles Project B DataDir SourceFiles SolutionOutputDir DllDir I have a master nant build file that builds Project A and Project B. As part of building both projects copies certai

[NAnt-users] unit2 and Microsoft.VisualStudio.TestTools.UnitTesting tests

2009-02-26 Thread ptr2009
hey all I am finding that Nunit2 task seems to run tests that were created against the Microsoft.VisualStudio.TestTools.UnitTesting framework where TestMethod and TestClass are used instead of Nunit Test and TestFixture attributes. Is this by design ? Thanks Raj -- View this message in

[NAnt-users] wiki documenation for nant

2009-02-26 Thread ptr2009
hey all Learning nant over the last few weeks I had lot of questions / problems that would have easily answered by good documenation. The documenation for nant at http://nant.sourceforge.net/release/latest/help/tasks/index.html lacks good explanation / examples / gotchas. Why not si

[NAnt-users] path combine question for OS

2009-02-26 Thread ptr2009
hey all I am trying to use the path combine operation to launch an exec task with the correct executable. I was hoping that path combine would correctly combine for the correct OS A/B/C for mac and A\B\C for windows. path::combine( "A", "B" ) correctly gives A/B for mac and A\B for window

[NAnt-users] Nant and cpp files

2009-02-19 Thread ptr2009
hey all There are cl and linker tasks for compiling C++ files. But these seem to be using Microsoft compiler. Can one use nant to compile C++ files on another platform like linux/mac ? Is there a recommended way of doing this ? Thanks Raj -- View this message in context: http://www.nabble

Re: [NAnt-users] configure-from-registry for profile Mono 3.5 Profile

2009-02-13 Thread ptr2009
gertdriesen wrote: > > >> hey all >> >>I am trying to run nant against mono-3.5 on a windows machine on which > I >> have copied all mono files/folders without performing an actual mono >> installation. >> >>While running nant chokes on >> trying to read SOFTWARE\Novell\Mono\DefaultCLR

[NAnt-users] configure-from-registry for profile Mono 3.5 Profile

2009-02-12 Thread ptr2009
hey all I am trying to run nant against mono-3.5 on a windows machine on which I have copied all mono files/folders without performing an actual mono installation. While running nant chokes on trying to read SOFTWARE\Novell\Mono\DefaultCLR registry key in Nant.exe.config I can fix this

[NAnt-users] correct usage of depends attribute

2009-02-10 Thread ptr2009
hey all I have a target that depends on numerous other targets. On windows this nant file works with version 0.86 beta. On MAC the build fails ( same version of nant) saying depends is unknown task. Is this project file legal ? Can "depends" be a child xml element of a target or always need t