RE: HTML tags inside ANT..?

2006-09-20 Thread anandsrider . d
Jan/David Thanx for all ur support. Will try any one way and get back to u on tht. David... I understood ur code.As u told, Really a bugging thing to handle tht way -- anand

RE: HTML tags inside ANT..?

2006-09-20 Thread anandsrider . d
Jan/David, Thanx for ur supportive suggestions. Real scenario here is Once the build is thru' am checking for Build Success/Failure in a shell script . Depending on tht the shell script call seperate mail tasks inside same build.xml for Success/Failure.Presently I want to include some HTM

HTML tags inside ANT..?

2006-09-19 Thread anandsrider . d
Hi, Presently am using ant 1.5.4 version for building java application. I used to generate mails to Lotus Notes server upon either build success or failure. Presently the mail generated will have some texts and attached error log file. I want to use HTML tags inside ant and expexting the generat

RE: Calling Shell Script from build.xml file

2006-08-01 Thread anandsrider . d
Thanks.. andy "Anderson, Rob

Calling Shell Script from build.xml file

2006-08-01 Thread anandsrider . d
Hi, Am using a build.xml file , ant version 1.5.4 to build our application. After doing the same, for deployment I have shell script to perform EAR packaging. Presently am performing the above tasks seperately. My actual requirement is Want to check the status of the build once completed. If s

Re: ClassNotFoundException when appropriate jat in classpath

2006-07-17 Thread anandsrider . d
Jeevan... Think so in the classpath tag simple U have created a target. Point the target to path where dependency jar files exists in the environment by using the below tag. Try after doing the same. rgds, anand