It appears that I need '/' for tasks like <delete> but I need '\' for the <vssget> task.
If I use '\' for the <includes> task I don't get any files. If I switch to '/' it works fine. Michael. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, April 21, 2004 1:27 AM To: Michael A. Angelo; [EMAIL PROTECTED] Subject: Re: [Nant-users] / vs. \ Michael, Tasks should not have problems with either, so please post a repro if you have different results. Thanks, Gert ----- Original Message ----- From: "Michael A. Angelo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 10:04 PM Subject: [Nant-users] / vs. \ > Is it my imagination or do some tasks like / but dislike \ ? I am trying to > set <property> values at the top of my build file and some of my tasks like > <delete dir=..../> do not like / > > This is causing me to have numerous <property> entries with one have / and > the other have \ > > Any way around this? > > TIA > > Mike. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
