ICEpdf
  1. ICEpdf
  2. PDF-398

OS viewer build scrpts includes Pro jars in manifest class path.

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.3.2
    • Fix Version/s: 4.3.3
    • Component/s: Viewer RI
    • Labels:
      None
    • Environment:
      any
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Updated the ./icepdf/viewer/build.xml file by changing

      <attribute name="Class-Path"
                                 value="icepdf-core.jar icepdf-viewer.jar icepdf-pro.jar icepdf-pro-intl.jar batik-awt-util.jar batik-dom.jar batik-svg-dom.jar batik-svggen.jar batik-util.jar batik-xml.jar"/>

      to


      <attribute name="Class-Path"
                                 value="icepdf-core.jar icepdf-viewer.jar batik-awt-util.jar batik-dom.jar batik-svg-dom.jar batik-svggen.jar batik-util.jar batik-xml.jar"/>
      Show
      Updated the ./icepdf/viewer/build.xml file by changing <attribute name="Class-Path"                            value="icepdf-core.jar icepdf-viewer.jar icepdf-pro.jar icepdf-pro-intl.jar batik-awt-util.jar batik-dom.jar batik-svg-dom.jar batik-svggen.jar batik-util.jar batik-xml.jar"/> to <attribute name="Class-Path"                            value="icepdf-core.jar icepdf-viewer.jar batik-awt-util.jar batik-dom.jar batik-svg-dom.jar batik-svggen.jar batik-util.jar batik-xml.jar"/>

      Description

      A user has pointed out that the OS build script creates a icepdf-viewer.jar with a manifest class-path entry that has the PRO jars defines. Changes need to be made to the bundle build so that the OS build scripts only point to the OS jars.

        Activity

        Hide
        Patrick Corless added a comment -

        Targeting 4.3.3

        Show
        Patrick Corless added a comment - Targeting 4.3.3
        Hide
        Patrick Corless added a comment -

        Moved the manifest class-path values into a new property in the viewer build.xml. A user can use a build.properties to over-ride the manifest.classPath as needed for their build. The default value of manifest.classPath is now icepdf-core.jar icepdf-viewer.jar batik-awt-util.jar batik-dom.jar batik-svg-dom.jar batik-svggen.jar batik-util.jar batik-xml.jar

        Show
        Patrick Corless added a comment - Moved the manifest class-path values into a new property in the viewer build.xml. A user can use a build.properties to over-ride the manifest.classPath as needed for their build. The default value of manifest.classPath is now icepdf-core.jar icepdf-viewer.jar batik-awt-util.jar batik-dom.jar batik-svg-dom.jar batik-svggen.jar batik-util.jar batik-xml.jar

          People

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

            Dates

            • Created:
              Updated:
              Resolved: