Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: xml syntax corrected

...

Code Block
languagehtml/xml
titleDynamic Variable Filter Element Definition
<dynamicvariable<dynamicvariables>
...>   <variable ... <!-- other nested arguments might go here -->
      <filters>
         <filter1 .../>
         <filter2 .../>
         ... <!-- more filters might go here -->
      </filters>
   </variable>
</dynamicvariable>

 

Regular Expression Filter

...

Code Block
languagehtml/xml
titleExample of the location filter
 <variable<dynamicvariables>
   <variable name="previous.wrapper.java.command.canonical" value="${previous.wrapper.java.home.canonical}/bin/java"

             condition="haveInstallPath+isCompatibleUpgrade+haveWrapperJavaCmd+isSetCanonicalJavaHome">
      <filters>
         <location basedir="${INSTALL_PATH}"/>
      </filters>
   </variable>
</dynamicvariables>