RE: mail task failure

2007-08-17 Thread Erica A Ramsey
t: Re: mail task failure Erica A Ramsey wrote: > hi, i am trying to mail file via ant. I wrote a simple test and it hangs. > here it is. > > > > > value="[EMAIL PROTECTED]"/> > > value="[EMAIL PROTECTED]" /> &g

mail task failure

2007-08-16 Thread Erica A Ramsey
hi, i am trying to mail file via ant. I wrote a simple test and it hangs. here it is. Latest binaries for ${application.name} version ${version} OS: Windows XP SP2 Ant version: Apach

how to delete a file that matches a particular pattern?

2007-08-16 Thread Erica A Ramsey
Hello, I have a file that I want to periodically delete from system. I don't know it's exact name but I do know it's parent directory and pattern for it's name. The pattern for it's name is 'DBS_*#*-' and let's just say that it's location is somewhere under "${nokia.sdk.dir}". how do I find and del

RE: replaceregex

2007-06-16 Thread Erica A Ramsey
Users List; [EMAIL PROTECTED] Subject: Re: replaceregex You normally need the "s" flag to get the pattern to match "\n": from the manual: """ s : Singleline. Treat the string as a single line of input, using "." to match any character, including a newli

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

RE: replaceregex

2007-06-15 Thread Erica A Ramsey
I think that I see the probem regex is not interpreting newline character properly. I tryied pattern="[\x0a\x0d]+" and it did not find anything. Why will it not find it? -Original Message----- From: Erica A Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 10:20 PM To:

RE: replaceregex

2007-06-14 Thread Erica A Ramsey
well, I give up hopefully someone out there can help me. this was my last try; I thought the pattern specified the following; lines that start with '#example' followed one or more of {whitespace OR (lines that do not start with '#') OR any char} followed by lines that start with '#' foll

RE: replaceregex

2007-06-14 Thread Erica A Ramsey
Of course I tested it but it is failing. can someone tell me what is wrong? -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 3:57 PM To: Ant Users List Subject: Re: replaceregex I don't mean to sound smart...but have you tried it? Run a tes

RE: Versioning

2007-02-26 Thread Erica A Ramsey
, simple or patch build? I think a developer (human) should make that decision. So that guy set the property ... Jan >-Ursprüngliche Nachricht- >Von: Erica A Ramsey [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 26. Februar 2007 03:14 >An: Ant Users List >Betreff: Versioning &g

Versioning

2007-02-25 Thread Erica A Ramsey
Hi, I have the following for my versioning format, 'major.minor.build.patch'. The build number always increments. However, if the major number is changed then minor and patch reset to zero. How can I automate this in ant. At a minimum if I can get the 'build' component of version to automate that w

delete task

2007-01-27 Thread Erica A Ramsey
Hi, How can I use the delete task to remove the 'dist/src/builddir' directory tree structure. and then use it to create a new one from root '.' ? thanks, Erica - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

test

2007-01-27 Thread Erica A Ramsey
testing - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]