Re: [Nant-users] Problem with references...

2004-03-22 Thread Gert Driesen
> - Original Message - > From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> > To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "José Luis Barrera" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Se

Re: [Nant-users] Problem with references...

2004-03-22 Thread Jaroslaw Kowalski
Luis Barrera" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 4:00 PM Subject: Re: [Nant-users] Problem with references... > Can you re-run your buildfile with -verbose -l:logfile options and send the > output? > > Jarek > - Original Message -

Re: [Nant-users] Problem with references...

2004-03-22 Thread Jaroslaw Kowalski
Can you re-run your buildfile with -verbose -l:logfile options and send the output? Jarek - Original Message - From: "José Luis Barrera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 3:40 PM Subject: [Nant-users] Problem with reference

[Nant-users] Problem with references...

2004-03-22 Thread José Luis Barrera
Hi all! I have a problem with csc nant compilation... look at this if i execute this, i get c:\workdir\WorkCardSchema\src\WCPrototype\DataAccessLayer2\Interview DALC.cs(3,7): error CS0246: The type or namespa

RE: [Nant-users] problem with references and standard libs

2003-08-14 Thread Anthony LoveFrancisco
7:54 | To: Jesper Rasmussen; [EMAIL PROTECTED] | Subject: RE: [Nant-users] problem with references and standard libs | | | Normally (this is not specific to the references fileset) | when you include a file in a fileset, Nant will try to | locate that file and verify that it exists. No

Re: [Nant-users] problem with references and standard libs

2003-08-14 Thread Jesper Rasmussen
Sent: Thursday, August 07, 2003 8:05 AM To: Erv Walter Subject: Re: [Nant-users] problem with references and standard libs Hey Thanks for yourr reply asis what is that?? anyway doesnt work.. still gets: error CS0234: The type or namespace name 'Vsa' does not exist in the class o

[Nant-users] problem with references and standard libs

2003-08-14 Thread Jesper Rasmussen
Hiya I have been searching here and there to find an answer, but even though this seems like a RTFM question, i cant find it in the FM :) From my csc target i need to reference Microsoft.Vsa.dll among others. I have tried: and

Re: [Nant-users] problem with references and standard libs

2003-08-14 Thread Ian MacLean
IL PROTECTED] Subject: RE: [Nant-users] problem with references and standard libs Does the csc task support having two "references" nodes one of which has basedir defined as Jesper Rassmusen is using below ? - Ants | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PRO

RE: [Nant-users] problem with references and standard libs

2003-08-14 Thread Erv Walter
x27;Jesper Rasmussen'; [EMAIL PROTECTED] Subject: RE: [Nant-users] problem with references and standard libs Does the csc task support having two "references" nodes one of which has basedir defined as Jesper Rassmusen is using below ? - Ants | -Original Message- | From: [

RE: [Nant-users] problem with references and standard libs

2003-08-08 Thread Erv Walter
You probably don't ever want frompath="true" for a reference fileset. Try asis="true" instead for framework assemblies. -Original Message- From: Jesper Rasmussen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 4:14 AM To: [EMAIL PROTECTED] Subject:

RE: [Nant-users] problem with references and standard libs

2003-08-08 Thread Erv Walter
sen [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 6:52 AM To: Erv Walter Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] problem with references and standard libs Ah!. Thanks. heh i read "asis" hmm I don't know that word ah! As IS :) Ok i just tested, and the mentioned

RE: [Nant-users] problem with references and standard libs

2003-08-07 Thread Erv Walter
ugust 07, 2003 8:05 AM To: Erv Walter Subject: Re: [Nant-users] problem with references and standard libs Hey Thanks for yourr reply asis what is that?? anyway doesnt work.. still gets: error CS0234: The type or namespace name 'Vsa' does not exist in the class or namespace