RE: os identify

2006-07-03 Thread Subramani Muniyandi - TLS , Chennai
if i add to my build-impl.xml, it doesn't shows 'only execute ant script inside disc' subbu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 11:29 AM To: user@ant.apache.org Subject: AW: os identify simplest would be Jan >-Urs

AW: os identify

2006-07-03 Thread Jan.Materne
simplest would be Jan >-Ursprüngliche Nachricht- >Von: Andrew Goktepe [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 4. Juli 2006 06:41 >An: Ant Users List; [EMAIL PROTECTED] >Betreff: Re: os identify > >http://ant.apache.org/manual/CoreTasks/conditions.html > >See the "os" conditio

Re: os identify

2006-07-03 Thread Andrew Goktepe
http://ant.apache.org/manual/CoreTasks/conditions.html See the "os" condition. This allows you to determine the OS in your Ant script and configure your web application accordingly. -Andrew On 7/3/06, Raghuveer <[EMAIL PROTECTED]> wrote: Is it possiable to identify OS and make my web applicat

RE: Ant JSP Compilation Please.

2006-07-03 Thread karthik
Hi form I had alook at Tomcat5's Ant build technique for JSP compilation and could not figure how to configure the build.xml for file / folder based compilation Can some body give some ant code snippet for the following 1)Able to compile a single argumented "Jsp" file. 2)Able

os identify

2006-07-03 Thread Raghuveer
Is it possiable to identify OS and make my web application to read different properties files. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Ant build file naming convention

2006-07-03 Thread pritesh.saharey
Please go through the following link http://ant.apache.org/ant_in_anger.html This will give you some idea -Original Message- From: wolverine my [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 5:11 AM To: Ant Users List Subject: Ant build file naming convention Hi! When writting

Ant build file naming convention

2006-07-03 Thread wolverine my
Hi! When writting Ant build file, is there any naming convention that Apache Ant Team could recommend? I'm trying to I have seen property name like "src", "src.dir", "dir.src" or "src.path". In this case we know that "src" is the favour since it has been used in the Ant's manual. I also seen ta

mail task formating..

2006-07-03 Thread prashanth . l
Hi, >From build.xml, I hve automated if the build fails, mail will be sent automatically. Is there any way I can make my mails formated & colourful with images.. With regards / Prashanth This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s)

Ant JSP Compilation Please.

2006-07-03 Thread karthik
Hi form I had alook at Tomcat5's Ant build technique for JSP compilation and could not figure how to configure the build.xml for file / folder based compilation Can some body give some ant code snippet for the following 1)Able to compile a single argumented "Jsp" file. 2)Able

Re: AW: Ant JSP Compilation Please.

2006-07-03 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Can some body give some ant code snippet for the following 1)Able to compile a single argumented "Jsp" file. 2)Able to Compile a single folder Argumented "Jsp" folder. 3)Able to Compile a multiple folder Argumented "Jsp" folder. I cant help you as I have

AW: Ant JSP Compilation Please.

2006-07-03 Thread Jan.Materne
>> Can some body give some ant code snippet for the following >> >> >> 1)Able to compile a single argumented "Jsp" file. >> >> 2)Able to Compile a single folder Argumented "Jsp" folder. >> >> 3)Able to Compile a multiple folder Argumented "Jsp" folder. >> > >I cant help you as I hav

Re: Ant JSP Compilation Please.

2006-07-03 Thread Steve Loughran
karthik wrote: Hi form I had alook at Tomcat5's Ant build technique for JSP compilation and could not figure how to configure the build.xml for file / folder based compilation Can some body give some ant code snippet for the following 1)Able to compile a single argumented "Jsp"