Re: Sending html email but the html is not seen in my mail client

2008-12-17 Thread Paul Taylor
Rebhan, Gilbert wrote: try Ah schollboy error, thats it messagemimetype="text/html" thanks Paul - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Sending html email but the html is not seen in my mail client

2008-12-17 Thread Paul Taylor
Hi, this is my task password="xx" mailport="25" subject="test" messagemimetype="mime/html" messagefile="C:\code\jthink\jaikozannounce.html" encoding="mime"> the email is sent okay, but when I open the received email in Thunderbird the message is empty, however if I look at the e

Re: How do I call antcall once per line of file using line value as parameter?

2008-07-02 Thread Paul Taylor
I dont understand Ruby so this wouldnt be an option for me. It just seems that this is such a common problem that it shoulg go into ant proper Rebhan, Gilbert wrote: -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 10:30 AM To: Ant

Re: How do I call antcall once per line of file using line value as parameter?

2008-07-02 Thread Paul Taylor
I did it using Ant-contrib as follows param="param1"/> thanks Paul (BTW why dont they merge things like foreach into the main ant project, its very useful) Paul Taylor wrote: Hi, sure simple enough, but cant work out to iterate through lines of file, i,e how do I impl

How do I call antcall once per line of file using line value as parameter?

2008-07-01 Thread Paul Taylor
Hi, sure simple enough, but cant work out to iterate through lines of file, i,e how do I implement the for loop in pseudo code below for line in file rof thanks Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: How do you sort and remove duplicates lines from a file ?

2008-07-01 Thread Paul Taylor
Matt Benson wrote: --- Paul Taylor <[EMAIL PROTECTED]> wrote: Wow Matt , that works nicely though not very intuitive I'm not suprised I couldnt find it. I dont suppose you know howe could I remove the duplicates lines now that it is sorted. My idea was that I compare the li

Re: How do you sort and remove duplicates lines from a file ?

2008-07-01 Thread Paul Taylor
Wow Matt , that works nicely though not very intuitive I'm not suprised I couldnt find it. I dont suppose you know howe could I remove the duplicates lines now that it is sorted. My idea was that I compare the lines line by line and if the line matches the previous line discard it but I cant wo

How do you sort and remove duplicates lines from a file ?

2008-07-01 Thread Paul Taylor
Hi, is it possible to sort the lines of a file alphabetically, and remove duplicates files, these seem simple enough thing to do but I cant find anyway to do it. thanks paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Some junit tasks fail if run in ant with forkmode="once"

2007-11-09 Thread Paul Taylor
Hi If I run my junit tasks from within ant using forkmode="once" a few of the tests fail - if I remove the forkmode="once" option they work. I cant really understand why this is the case, there is File/IO involved in the tests but the original files are copied as a new file for each test so ca

Re: tar task keeps reporting nothing to do

2005-02-20 Thread Paul Taylor
Paul Taylor wrote: I am trying trying to build to do two slightly different builds from the same source code into two different directories, build and buildwithlicense. Then for each directory I tar up the results, the first one works ok but the second one always reports that there is nothing

tar task keeps reporting nothing to do

2005-02-18 Thread Paul Taylor
I am trying trying to build to do two slightly different builds from the same source code into two different directories, build and buildwithlicense. Then for each directory I tar up the results, the first one works ok but the second one always reports that there is nothing to do even though it