Re: [NAnt-users] nant and resgen.exe

2009-05-19 Thread Gert Driesen
Hey Raj, I assume you're using NAnt 0.85, as this was fixed since. I suggest to try the latest nightly build: http://nant.sourceforge.net/nightly/latest/ Hope this helps, Gert -Original Message- From: ptr2009 [mailto:ptrajku...@gmail.com] Sent: dinsdag 19 mei 2009 22:54 To: nant-users@l

[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