Re: buiild.xml & ant

2007-06-16 Thread Bill Rich
Hello Erica, Have you tried to use the task? It might help here to your task to each file in a list. If that does not work and you are not opposed to adding antcontrib to your process, the following example may help using the task from antcontrib. | | | || | | In the ex

Re: buiild.xml & ant

2007-06-16 Thread David Kavanagh
I know this isn't helpful, but it sounds like the OEM didn't write a proper ant task. They should have taken a or something similar in their task so you could take advantage of all the nice things Ant provides. Is there any way to get the source for the ndspackage task? Ant tasks are pretty triv

RE: replaceregex

2007-06-16 Thread Erica A Ramsey
I finally got it to work using . It converted everything in such a way that I could recognize "\n" with the regex "[\n\r]+"; consequently, now I can perform multiline search/replaces. I tried the flags="s", before posting to this mailing list, but I couldn't get it work either. I don't think ant re

buiild.xml & ant

2007-06-16 Thread Erica A Ramsey
hello, it's me again with another problem. I am using tasks provided by oem. One of these tasks is the task. Inside this task I specify resource files as follows; Problem is that I have a macrodef that generates resources. I don't know the names of the resource files ahead of time. And the