ICEfaces
  1. ICEfaces
  2. ICE-3093

Sample application build targets that include AHS

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 1.7
    • Fix Version/s: None
    • Component/s: Release, Sample Apps
    • Labels:
      None
    • Environment:
      Sample applications

      Description

      Since we've now added some automatic detection capabilities to the the framework to find and use AHS if it's available, it makes sense to include build targets for the sample applications to add in the required library for using AHS (icefaces-ahs.jar). The immediate benefit is better support for build Glassfish Update Center modules.

        Activity

        Hide
        Ken Fyten added a comment -

        Marking as Closed / Invalid as part of legacy ICEfaces 1.x, 2.x JIRA cleanup.

        Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf

        If the issue persists with the current ICEfaces release, please create a new JIRA for it.

        Show
        Ken Fyten added a comment - Marking as Closed / Invalid as part of legacy ICEfaces 1.x, 2.x JIRA cleanup. Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf If the issue persists with the current ICEfaces release, please create a new JIRA for it.
        Hide
        Deryk Sinotte added a comment -

        Just as an added note, the component-showcase builds (facelets at least) overrides the additional.icefaces.lib.jars.to.include patternset so you have to add the change there as well. Meh.

        Show
        Deryk Sinotte added a comment - Just as an added note, the component-showcase builds (facelets at least) overrides the additional.icefaces.lib.jars.to.include patternset so you have to add the change there as well. Meh.
        Hide
        Deryk Sinotte added a comment -

        When we get a chance to actually incorporate this, the change should be fairly simple. In the samples/etc/build-common.xml file, add an extra line as follows:

        <patternset id="additional.icefaces.lib.jars.to.include">
        <include name="just-ice.jar" if="just-ice" />
        <include name="icefaces-ahs.jar" if="ahs" />
        </patternset>

        Then from the command line you can issue something like:

        ant -Dahs="true" glassfishv2

        assuming that AHS was built and the icefaces-ahs.jar file is in the lib directory.

        Show
        Deryk Sinotte added a comment - When we get a chance to actually incorporate this, the change should be fairly simple. In the samples/etc/build-common.xml file, add an extra line as follows: <patternset id="additional.icefaces.lib.jars.to.include"> <include name="just-ice.jar" if="just-ice" /> <include name="icefaces-ahs.jar" if="ahs" /> </patternset> Then from the command line you can issue something like: ant -Dahs="true" glassfishv2 assuming that AHS was built and the icefaces-ahs.jar file is in the lib directory.

          People

          • Assignee:
            Unassigned
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: