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

2009-05-19 Thread Gert Driesen
users@lists.sourceforge.net Subject: [NAnt-users] nant and resgen.exe 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. Copyin

[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