Hello,
I'm trying to load properties from more property files with this:
<path id="properties.path">
<fileset dir="somewhere">
<include name="**/*.properties"/>
</fileset>
</path>
<property refid="properties.path">
Documentation says:
refid Reference to an object defined elsewhere. Only yields reasonable
results for references to PATH like structures or properties.
Ant says:
You must specify file, resource or environment when not using the name
attribute
What am I doing wrong?
Thanks for your help
Mirek Mocek
|