Accessing values from a property file

2011-02-21 Thread Fawad Ali
Hi, Is there anyway of accessing values from a property file so that I may take out all the variables to a saparate file. If there is a way please specify and an example will help a lot. -- Regards, S. Fawad Ali Shah, www.7thbillion.com

Uninstalling with ANT's RPM target

2010-11-10 Thread Fawad Ali
Hi All, Can we uninstall a package from an ant's script. If yes, how? I want to have two tasks in ant file 1)ant install from spec file *( That is easy)* 2)Ant uninstall by simply running the Linux's *rpm -e package *command. Now how can I achieve this with ANT? -- Regards, S. Fawa