Re: [Nant-users] style task

2005-08-25 Thread gert . driesen
>-Original Message- >From: Pedro Santos [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 24, 2005 10:45 AM >To: nant-users@lists.sourceforge.net >Subject: [Nant-users] style task > > >Hello. > >I use the task to transform some xml file. However, the task rarely >executes, I only get: >

Re: [Nant-users] style task

2005-08-24 Thread Gary Feldman
Pedro Santos wrote: Hello. I use the

Re: [Nant-users] Style Task with FileSet

2003-02-28 Thread Scott Hernandez
Jason, The only thing I can think of that would come close is using a , and only if all the files of each type (of transformation) are in the same directory. Otherwise, please patch away. It is a good feature, and will make better use of template caching than the above solution, even if it works

RE: [Nant-users] Style Task for including filesets

2002-10-30 Thread Scott Hernandez
You could use a for-each with an embedded style.