Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Panel
borderColor#ccc
bgColor#FFFFCE
titleBGColor#F7D6C1
titleCommunity Build Framework

Author and Maintainer: Pedro Alves Unlicensed user
Contributors: Daniel Einspanjer,Pedro Reininho Unlicensed user,Unlicensed user
Latest Version: 3.7.0 - Pentaho 3.7 compatible
Latest Update: December 13th, 2010

...

Code Block
<context-param>
                <param-name>solution-path</param-name>
                <param-value>@solution.deploy.path@</param-value>
        </context-param>
        <context-param>
                <param-name>base-url</param-name>
                <param-value><at:var at:name="BASE_URL" /><value>@BASE_URL@</param-value>
        </context-param>

...

Code Block
@solution.deploy.path@ and <at:var at:name="BASE_URL" />@BASE_URL@

are defined in the project-client/config/build.properties or project-client/config/build-client.properties files and will be replaced by the CBF ant script and the new revised web.xml with the replaced tokens will be copied to the top level directory (In this example MyProjectDir).

...