ICEpush
  1. ICEpush
  2. PUSH-25

Create a common build structure for building the integration bundles.

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.0-Alpha3
    • Component/s: Integrations
    • Labels:
      None
    • Environment:
      build system

      Description

      We need a common build structure to automatically build the different integrations (both binary and source). The desired zip structure is described below:

      Binary Distribution:

      /samples/
      - sample1
      - sample2
      -...
      - sampleN
      /dist/
      - icepush.jar
      - icepush-{integration}.jar (ie: icepush-gwt.jar)

      Source Distribution

      would be a snapshot of the source repository for the specific integration (would not include any compiled artefacts).

        Activity

        Hide
        Patrick Wilson added a comment -

        After discussion with Ted - the following updated build structure was decided more appropriate:

        Binary Distribution
        /samples/

        • sample1
        • sample2
        • sampleN
          /dist/
        • sample1.war
        • sample2.war
        • sampleN.war
          icechat {integration}.war
          /lib/
          - icepush.jar
          - icepush-{integration}

          .war

        Source distribution as before.

        Show
        Patrick Wilson added a comment - After discussion with Ted - the following updated build structure was decided more appropriate: Binary Distribution /samples/ sample1 sample2 sampleN /dist/ sample1.war sample2.war sampleN.war icechat {integration}.war /lib/ - icepush.jar - icepush-{integration} .war Source distribution as before.
        Hide
        Patrick Wilson added a comment -

        GWT, JSP and SpringMVC are all being built automatically now.

        Show
        Patrick Wilson added a comment - GWT, JSP and SpringMVC are all being built automatically now.
        Hide
        Patrick Wilson added a comment -

        I have checked in a generic build script that will build all the push integrations in a consistant manner. each Integration must provide a "samples" folder with sub-folders for each sample and an ant file "build.xml" which is located in the integration root and that provides the following targets "bin-dist" and "bin-samples". See the GWT or JSP integrations or examples.

        Show
        Patrick Wilson added a comment - I have checked in a generic build script that will build all the push integrations in a consistant manner. each Integration must provide a "samples" folder with sub-folders for each sample and an ant file "build.xml" which is located in the integration root and that provides the following targets "bin-dist" and "bin-samples". See the GWT or JSP integrations or examples.

          People

          • Assignee:
            Unassigned
            Reporter:
            Patrick Wilson
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: