Re: [OT] RE: Application setup using Ant

2006-10-13 Thread Medicherla Lakshmi
Thank you. I could work it out. Dave Newton <[EMAIL PROTECTED]> wrote: From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] > Can u tell me how to get the classname and other details of task > from a properties file. You may want to consider reading the Ant documentation rather than posting

[OT] RE: Application setup using Ant

2006-10-13 Thread Dave Newton
From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] > Can u tell me how to get the classname and other details of task > from a properties file. You may want to consider reading the Ant documentation rather than posting to the Struts list: http://ant.apache.org/ http://ant.apache.org/manual/

Re: Application setup using Ant

2006-10-13 Thread Medicherla Lakshmi
Thank you very much. Its working now, but can u tel me one thing wht is classname u gave in the taskdef. one more doubt, am writing the task for running the databasescript file using the classname and url. am trying to get these using a properties file, so that i do not hardcode those v

Re: Application setup using Ant

2006-10-12 Thread Manfred Wolff
You can specify e.g. a lib directory with a classpath id. In other sections you can reference this id. Manfred Struts goes mobile: http://www.strutsme.org. Now 1.0Beta3 available. Medicherla Lakshmi wrote: > Hi All, > > Can anyone tell me how to includ