Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-1255

Ant build cannot be performed for IronJacamar samples because of encoding property missed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.2.4.Final
    • 1.2.2.Final
    • AS
    • None
    • Hide

      Downloaded IronJacamar archive and, following commands from user guide, ended with "ant" command.
      Got an error that javac.encoding property is not set.
      Actually this property is used in "build.xml" but it's not initialised within this file.
      The same problem exist for all sample projects from the archive.

      Show
      Downloaded IronJacamar archive and, following commands from user guide, ended with "ant" command. Got an error that javac.encoding property is not set. Actually this property is used in "build.xml" but it's not initialised within this file. The same problem exist for all sample projects from the archive.
    • Workaround Exists
    • Hide

      Manually specifying encoding in "build.xml" using the following
      <property name="javac.encoding" value="UTF-8" />

      Show
      Manually specifying encoding in "build.xml" using the following <property name="javac.encoding" value="UTF-8" />

    Description

      Downloaded IronJacamar archive and, following commands from user guide, ended with "ant" command.
      Got an error that javac.encoding property is not set.
      Actually this property is used in "build.xml" but it's not initialised within this file.
      The same problem exist for all sample projects from the archive.

      Attachments

        Activity

          People

            jpederse@redhat.com Jesper Pedersen
            caries_jira Nickolay Laptev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: