Uploaded image for project: 'Batik'
  1. Batik
  2. BATIK-797

Build problem using gcj - includes fix

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Resolution: Fixed
    • 1.7
    • None
    • Utilities
    • None
    • Operating System: Linux
      Platform: PC

    Description

      Batik 1.7 beta 1 doesn't build when using gcj 4.2 (tried on Ubuntu).

      The problem lies in build.xml. The exclude expression for excluding certain
      transcoders (which depend on Sun specific API) is not correct.

      Please replace (line 673)

      <exclude name="${src}/${package-prefix}/ext/awt/image/codec/jpeg/*"
      unless="sun-codecs.present"/>

      with

      <exclude name="${package-prefix}/ext/awt/image/codec/jpeg/*"
      unless="sun-codecs.present"/>
      <exclude name="${package-prefix}/ext/awt/image/codec/tiff/*"
      unless="sun-codecs.present"/>

      Attachments

        Activity

          People

            batik-dev@xmlgraphics.apache.org Batik Developer's Mailing list
            onkarshinde@gmail.com Onkar Shinde
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: