You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Rosendahl Sten - stro <st...@im.se> on 2002/10/02 15:01:59 UTC

expanded properties

I am trying to put a unexpanded classpath (with property expressions such as
${product.home}/classes) in a property file. How can I expand these values
in a task? It seems to expand properties which are defined locally in the
properties file but not those which are computed in the Ant script.

Sten