Re: [nant-dev] style task

2005-06-22 Thread Gert Driesen
Giuseppe, Have you tried running it on MS.NET 2.0 ? I know there have been some fixes in this area. Gert - Original Message - From: Giuseppe Greco [EMAIL PROTECTED] To: nant-developers@lists.sourceforge.net Sent: Wednesday, June 22, 2005 4:17 PM Subject: [nant-dev] style task Hi all

Re: [nant-dev] style task

2005-06-22 Thread Giuseppe Greco
. Gert - Original Message - From: Giuseppe Greco [EMAIL PROTECTED] To: nant-developers@lists.sourceforge.net Sent: Wednesday, June 22, 2005 4:17 PM Subject: [nant-dev] style task Hi all, no way to get the style task working with the DocBook DTD... I've modified

Re: [nant-dev] style task

2005-06-22 Thread Gert Driesen
- Original Message - From: Giuseppe Greco [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: NAnt Developers nant-developers@lists.sourceforge.net Sent: Wednesday, June 22, 2005 5:55 PM Subject: Re: [nant-dev] style task Okay, I'll try on M$.NET 2.0 tomorrow (at home I've

Re: [nant-dev] style task

2004-01-22 Thread Ian MacLean
Ah - I misunderstood. I agree that a uri backed attribute that allows local files and can determine modified datetime of remote files would be great. As you say this would be preferable to relying on xslt's validation and would keep it consistent with other tasks that use uri's. Ian sure

Re: [nant-dev] style task

2004-01-20 Thread Scott Hernandez
Having support for our own FileInfo+URI object could be useful. This would support either relative file paths, or uris. It would resolve them and provide useful information if there were errors. We already do this in places, and having this code in one place where tasks could use it would be a

Re: [nant-dev] style task

2004-01-19 Thread Ian MacLean
, January 17, 2004 1:05 AM Subject: Re: [nant-dev] style task Right now it doesn't support remote stylesheets and in fact with recent changes ( current cvs ) it will give the following error instead: 'http://www.agamura.com/quxo/stylesheets/current/html/chunk.xsl' is not a valid value

Re: [nant-dev] style task

2004-01-19 Thread Gert Driesen
- Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: Giuseppe Greco [EMAIL PROTECTED]; NAnt Developers [EMAIL PROTECTED] Sent: Monday, January 19, 2004 11:02 PM Subject: Re: [nant-dev] style task Gert Driesen wrote: Giuseppe can always

Re: [nant-dev] style task

2004-01-17 Thread Scott Hernandez
+1 on URI backed properties. Can we also do a FileInfo_Or_URI setter too (I'm not sure how this would work...)? In some cases it is an or option. - Original Message - From: Gert Driesen [EMAIL PROTECTED] Ian, [snip] Let me know if you'd want me to add support for properties backed by

[nant-dev] style task

2003-09-26 Thread Clayton Harbour
Hi, I wrote a style task that basically wraps a style program called astyle (Artystic style http://astyle.sf.net http://astyle.sf.net/ ). The astyle program is a code formatting tools that cleans/ standardizes your source code. The task is not really ground breaking but I have not been able

[Fwd: Re: [nant-dev] style task]

2003-09-26 Thread Ian MacLean
---BeginMessage--- +1 for me. This would be useful. Should it go in core or NAntcontrib though ? Ian Hi, I wrote a style task that basically wraps a style program called astyle (Artystic style http://astyle.sf.net http://astyle.sf.net/ ). The astyle program is a code formatting tools that