[nant-dev] [ nant-Bugs-948243 ] Satellite resource assemblies reference bug

2004-05-05 Thread SourceForge.net
Bugs item #948243, was opened at 2004-05-05 06:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=948243group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None

Re: [nant-dev] Mono 1.0 / Using NAnt project for framework discovery

2004-05-05 Thread Ian MacLean
Gert Driesen wrote: I haven't yet had time to look into this myself, so can you tell us what tweaking you had to do to get NAnt working on mono beta 1 ? sure - Just needed to change the path for framework assemblies in NAnt.exe.config from /usr/local/lib to /usr/local/lib/mono/1.1. The exe

RE: [nant-dev] Mono 1.0 / Using NAnt project for framework discovery

2004-05-05 Thread Clayton Harbour
Hi Ian, I grabbed the rpms off of Red Carpet which give me version 0.91. For this version I had to move the dlls in the lib/mono/1.0 directory up to the task directory. Are we using different versions? Also changing the encoding of the configuration file to UTF-8 gets around the xml

Re: [nant-dev] Mono 1.0 / Using NAnt project for framework discovery

2004-05-05 Thread Ian MacLean
Clayton, I built from the release tarballs ( also 0.91 ) but that should be pretty much the same as using red-carpet. Why did you have to move the dlls ? What error did you get ? Ian Clayton Harbour wrote: I grabbed the rpms off of Red Carpet which give me version 0.91. For this version I had

Re: [nant-dev] Mono 1.0 / Using NAnt project for framework discovery

2004-05-05 Thread Gert Driesen
Just some quick note : I added a pck-config functionset locally that would allow us to determine the prefix of a certain package (or the version, ). In the functions, I actually just use ExecTask In order to achieve this, I had to extend ExternalProgramBase with properties to set the

RE: [nant-dev] Mono 1.0 / Using NAnt project for framework discovery

2004-05-05 Thread Clayton Harbour
I have just deleted an assembly, and log4net from the build/bin root directory, but this typically occurs on the first assembly that is compiled. Here it is: [nant] /home/claytonharbour/dev/src/nant/nant/src/NAnt.DotNet/NAnt.DotNet.build build Buildfile: