Re: [Nant-users] Solution Task and Strong Names

2004-05-27 Thread Gert Driesen
Paul, This should indeed have been fixed. Can you send me a small repro for this issue ? Thanks, Gert - Original Message - From: "FRANCIS, Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 27, 2004 4:45 PM Subject: [Nant-users] Solution Task and Strong Names > Hi

[Nant-users] Rename / Move with a fileset

2004-05-27 Thread Scot NS Curry
I'm sure this is easier than I am making it, but I cannot figure out how to rename all of the files in folder using a fileset.  Could someone please shed light on this for me.   TIA. Scot

[Nant-users] Solution Task and Strong Names

2004-05-27 Thread FRANCIS, Paul
Title: Solution Task and Strong Names Hi Looking at http://www.mail-archive.com/[EMAIL PROTECTED]/msg02597.html it seems the Solution task has been fixed so VBC now looks in the right place for SNK files. However, I've just got the latest nightly build (25 May 2004) and still get the "Error

Re: [Nant-users] Call task and Dependencies?

2004-05-27 Thread Gert Driesen
David, The fact that the task now also re-executes a given target is definitely the correct behaviour (if you ask me), but perhaps we should indeed add an attribute (eg. forcedeps, got a better name? <- why do I also struggle with this) to the task that allow you to control whether dependent ta

[Nant-users] Call task and Dependencies?

2004-05-27 Thread Shaber, David
When using the call task all targets and dependencies are executed. For example, if I run execute target 3, I get the output below - notice that target 2 is executed twice. The first time is by the call task, the second time is as a dependency of target 1. I tried to get around this with the force

RE: [Nant-users] NAnt & Mono Beta 1

2004-05-27 Thread Clayton Harbour
Griffin, Are you able to compile this from the commandline? Could you paste the following into a temporary file (I just took this from your log file): /fullpaths "/doc:/Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85-d ebug/bin/NAnt.xml" /debug

Re: [Nant-users] NAnt & Mono Beta 1

2004-05-27 Thread Ian MacLean
ok, can you now try running: /opt/local/bin/mono /opt/local/lib/mono/1.0/mcs.exe /fullpaths "/doc:/Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85-debug/bin/NAnt.xml" /debug "/define:DEBUG" "/define:TRACE" /nologo "/

[Nant-users] How to unsubscribe!

2004-05-27 Thread James Geurts
Sorry... but this has gone far enough   For those people who want to unsubscribe, please do not mail this list.   Go read the directions here: https://sourceforge.net/docman/display_doc.php?docid=12983&group_id=1#unsubscription   Note: I toned this down quite a bit... I was originally

Re: [Nant-users] NAnt & Mono Beta 1

2004-05-27 Thread Griffin Caprio
ok. Log attached. -Griffin mono-NAnt.log Description: Binary data On May 27, 2004, at 9:23 AM, Ian MacLean wrote: interesting. Can you try running mono bin/NAnt.exe -v and post the output. The makefile you ran will already have built a bootstrap nant in bin. -v will tell nant to provide verbose

Re: [Nant-users] NAnt & Mono Beta 1

2004-05-27 Thread Ian MacLean
interesting. Can you try running mono bin/NAnt.exe -v and post the output. The makefile you ran will already have built a bootstrap nant in bin. -v will tell nant to provide verbose output. Is this mono 0.91 or somthing more recent ? Ian Griffin Caprio wrote: Can anyone compile NAnt on Mono Beta

Re: [Nant-users] unsubscribe

2004-05-27 Thread Ian MacLean
please use the page at http://lists.sourceforge.net/lists/listinfo/nant-users to unsubscribe yourself. use the edit options button at the bottom of the page. Ian Wes Shaddix wrote: --- This SF.Net email is sponsored by: Oracle 10g Get cert

[Nant-users] unsubscribe

2004-05-27 Thread Brett Taylor
 Brett Taylor unsubscribe From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wes ShaddixSent: Thursday, May 27, 2004 10:38 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] unsubscribe  

[Nant-users] NAnt & Mono Beta 1

2004-05-27 Thread Griffin Caprio
Can anyone compile NAnt on Mono Beta 1 OSX? I am having a small problem. With a little bit of hacking, i was able to get the makefile to run, but now I am stuck. Below is the output of running 'make' in the root directory: build: [echo] Build Directory is /Users/griffincaprio/src/nant

[Nant-users] unsubscribe

2004-05-27 Thread Wes Shaddix