Hello All,

I'm confused about filterset's priorities. I would have expected the following code snippet to use the value from the token since it was defined first, however the value from the file is actually being used. Can someone clarify for me?

Thanks!

-- john

<copy tofile="destinationFile" file="sourceFile" filtering="true" overwrite="true">
      <filterset>
<filter token="deploy.url.base" value="http://hostname/website/${env.USER}"/>
            <filtersfile file="src/main/filters/development.properties"/>
      </filterset>
   </copy>


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

Reply via email to