ICEfaces
  1. ICEfaces
  2. ICE-6531

Extend the sample build system to add the possibility to include additional libraries specific to a sample

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0
    • Fix Version/s: 2.0.1
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      Samples

      Description

      Extend the sample build system to add the possibility to include additional libraries specific to a sample. This should let samples to include additional .jar files not located in the general library location.

        Issue Links

          Activity

          Hide
          Jack Van Ooststroom added a comment -

          In order to add additional libraries add something like the following to the sample's build.xml:

          <property name="lib.application.dir" location="[lib.dir]" />
          <property name="lib.compile.application.includes" value="[lib1.jar] [lib2.jar] [lib3.jar]" />
          <property name="lib.distribute.application.includes" value="[lib1.jar]" />

          By default the samples/build/common.xml defines the following:

          <property name="lib.application.dir" location="./lib"/>
          <property name="lib.compile.application.includes" value=""/>
          <property name="lib.distribute.application.includes" value=""/>

          Marking this one as FIXED.

          Show
          Jack Van Ooststroom added a comment - In order to add additional libraries add something like the following to the sample's build.xml: <property name="lib.application.dir" location=" [lib.dir] " /> <property name="lib.compile.application.includes" value=" [lib1.jar] [lib2.jar] [lib3.jar] " /> <property name="lib.distribute.application.includes" value=" [lib1.jar] " /> By default the samples/build/common.xml defines the following: <property name="lib.application.dir" location="./lib"/> <property name="lib.compile.application.includes" value=""/> <property name="lib.distribute.application.includes" value=""/> Marking this one as FIXED.

            People

            • Assignee:
              Jack Van Ooststroom
              Reporter:
              Jack Van Ooststroom
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: