How in Ant output values of properties?

This statement:

<property file="${user.home}/build.properties"/>

Reads a property file(i.e. all properties in that file), and does not set the property named file.

This would be correct. You first set a property and then echo it:

<property name="file" value="${user.home}/build.properties"/>
<echo message="${file}" />

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)