tpatil created the topic: Replace xml values using ant
I want to replace xml values using ant. Any idea?
e.g
I want to replace the value of hibernate.dialect property using ant.
rajeshkumar replied the topic: Re: Replace xml values using ant
You can opt for any one of these based on senario…
1. if you can your Value as holding place such as…
Then u can use Filterset task in Ant…for more info…
ant.apache.org/manual/Types/filterset.html
2. If you have same requirement as you mentioned abobe… then probably you can try ReplaceRegExp ant task.
ant.apache.org/manual/Tasks/replaceregexp.html
Please let me know if this solve your problem. 🙂
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024