Re: [EMAIL PROTECTED] .config file

2008-08-01 Thread Laurent Etiemble
Hello, The config file to embed should be in the same folder as the corresponding assembly (see what happens to System.Drawing). So if you build your exe in the dir 'foo' folder, you should place a copy of your config file in the 'foo' folder, so it is properly pick up by the task. This can be ac

Re: [EMAIL PROTECTED] New release or SVN?

2008-08-01 Thread Laurent Etiemble
Hello, I am finalizing the tests on the latest release, so if everything goes ok, it should be available today or tomorrow. Regards, Laurent Etiemble. 2008/8/1 Jérôme Gagnon-Voyer <[EMAIL PROTECTED]> > I just looked at the bug tracker and it seems that there many bugs have > been fixed since th

Re: [EMAIL PROTECTED] .config file

2008-08-01 Thread Jérôme Gagnon-Voyer
I take back what I said. Even if I set SetupInformation.ConfigurationFile, it doesn't change the data-0x3020.config path. It stills keeps it. Jérôme [EMAIL PROTECTED] On 08-08-01, at 12:46, Jérôme Gagnon-Voyer wrote: Finally what I did I looked at this variable: AppDomain.Cu

[EMAIL PROTECTED] New release or SVN?

2008-08-01 Thread Jérôme Gagnon-Voyer
I just looked at the bug tracker and it seems that there many bugs have been fixed since the last release. Some of theses bugs are problem that I currently have. Is there a SVN version that I could try or is there a new release planned soon? That would really help me out. Thanks a lot.

Re: [EMAIL PROTECTED] .config file

2008-08-01 Thread Jérôme Gagnon-Voyer
Hi! It seems it doesn't get embedded. But I'm not sure how I should add the .config file inside the nant.build file. [mkbundle] Reference found file:///Users/gagnonje/Shufl/ShuflMac/build/Shufl.exe [...] [mkbundle] Reference found file:///Users/gagnonje/Shufl/ShuflMac/lib/Shufl.Client

Re: [EMAIL PROTECTED] .config file

2008-08-01 Thread Laurent Etiemble
Hello, I have just looked into the task and realized that assembly config files are treated differently. When generating the native executable, the assembly config files are embedded. This is what happened with the System.Drawing assembly (Excerpt from the NAnt output) : [mkbundle]

Re: [EMAIL PROTECTED] .config file

2008-08-01 Thread Laurent Etiemble
Hello, I came across the same bug two days ago on an MDI application, while trying to solve the bug #14 (http://tracker.monobjc.net/view.php?id=14). But as for now, I have no real clue on what is happening. Here are the leads that I am exploring: - the executable path is miscalculated, so some pi