Frage

There is a .properties file containing many name-value pairs, separated by "=". Is there any standard way in FinalBuilder to update the value of some properties?

War es hilfreich?

Lösung

It is possible by using "Text Find/Replace" action and its wildcard feature. Just replace:

 <propertyname>=*

with

 <propertyname>=<YourDesiredProperty>
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top