Re: [Nant-users] Question about style task in latest nightly build

2004-03-22 Thread Gert Driesen
> - Original Message - > From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> > To: "Zigomanis, Nick" <[EMAIL PROTECTED]>; "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, March 22, 2004 8:16 AM > Subjec

Re: [Nant-users] Question about style task in latest nightly build

2004-03-21 Thread Jaroslaw Kowalski
CTED]> Sent: Monday, March 22, 2004 1:56 AM Subject: RE: [Nant-users] Question about style task in latest nightly build > Hi Gert, > > Thanks for that. > > It seems that it is relative to the included build file (the one that has the target which runs the style task), and not the

RE: [Nant-users] Question about style task in latest nightly build

2004-03-21 Thread Zigomanis, Nick
- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, 18 March 2004 6:36 PM To: Zigomanis, Nick; [EMAIL PROTECTED] Subject: Re: [Nant-users] Question about style task in latest nightly build Hi Nick, The basedir attribute in indeed no longer supported, you should specify the path to the the

Re: [Nant-users] Question about style task in latest nightly build

2004-03-18 Thread Ryan Cromwell
Why was this removed?  I would presume that to be a big breaking change. Original Message Follows From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Zigomanis, Nick" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re: [Nant-users] Question about style t

Re: [Nant-users] Question about style task in latest nightly build

2004-03-17 Thread Gert Driesen
: "Zigomanis, Nick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 7:38 AM Subject: [Nant-users] Question about style task in latest nightly build Hi all, In 0.84, the style task had a basedir attribute which specified where to find a XML file. It seems

[Nant-users] Question about style task in latest nightly build

2004-03-17 Thread Zigomanis, Nick
Hi all, In 0.84, the style task had a basedir attribute which specified where to find a XML file. It seems that in 0.85, support for basedir no longer exists. All my style tasks (a few) no longer work. It seems that the source xml file is being searched for in the directory where my build file