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
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
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
-
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo