takai schrieb:
for each profile do

<tasks>
   <property file="${basedir}/my/profile/specific/file"/>
   <ant antfile="..."/>
</tasks>

that should work, shouldn't it?
Unfortunately not, because the profiles are environment specific (local, test server, development server) so i can't specify the needed file in the task.

Sebastian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to