[Nant-users] RE: Task problems

2003-05-30 Thread BI301 Sigurður Gunnar Gunnarsson
Title: Message Hi,   I've gotten this to work and successfully built an application using a licensed component from ComponentOne.   Here is a sample target:                                                                      

RE: [Nant-users] Problem with the task

2003-05-30 Thread Jean Rajotte
dang! gius_, here's another-other option. exec cmd.exe and use DOS redirection. for example, here's a target that works for me: notes: 1) returns a failure code. maybe if i played w/ the switches longer i can lose that, but saying failonerror="false" makes it work so i

RE: [Nant-users] Problem with the task

2003-05-30 Thread Giuseppe Greco
Jean, unfortunately doesn't work for me... I use the task to produce a FO file with xsltproc, and then I process the resulting FO file with a FO processor. It seems that the FO processor doesn't accept xml files without breaks between lines... So, I think I have to wait until your patch is comm

RE: [Nant-users] Problem with the task

2003-05-30 Thread Giuseppe Greco
Jean, unfortunately doesn't work for me... I use the task to produce a FO file with xsltproc, and then I process the resulting FO file with a FO processor. It seems that the FO processor doesn't accept xml files without breaks between lines... So, I think I have to wait until your patch is comm

RE: [Nant-users] Problem with the task

2003-05-30 Thread Giuseppe Greco
Jean, Thanks, I'll try immediately... Gius_. On Thu, 2003-05-29 at 17:44, Jean Rajotte wrote: > indeed there is a problem (i see it in the code). > > Gius, > if you do , you'll get all the text output, > but no line breaks between each output lines. hopefully, that helps > some for now... > >

RE: [Nant-users] Problem with the task

2003-05-30 Thread Jean Rajotte
indeed there is a problem (i see it in the code). Gius, if you do , you'll get all the text output, but no line breaks between each output lines. hopefully, that helps some for now... nant-dev, i don't have write-access to cvs, so i'm submitting a patch here, which i haven't tested but that's s