-
Bug
-
Resolution: Done
-
Minor
-
4.3.0.GA_CP05_FP01
-
None
-
Release Notes
A path to the driver jar file set during the execution of "seam setup" command is not displayed as a default value during another execution of the same command. The following condition needs to be added in order to achieve desired behaviour.
<condition property="driver.jar.default" value="${old.driver.jar}">
<equals arg1="${old.database.type}" arg2="${database.type.new}"/>
</condition>