ICEpush
  1. ICEpush
  2. PUSH-121

ICEpush JSP sample build is failing

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0
    • Fix Version/s: 2.0-Beta
    • Component/s: Integrations, Samples
    • Labels:
      None
    • Environment:
      JSP Java 1.5
    • Affects:
      Compatibility/Configuration

      Description

      When I try to build from the top-level of ICEpush, the build fails during the JSP sample build:

      compile:
           [echo] Compiling icepushplace-jsp...
          [javac] /Users/deryk/Repo/svn/ossrepo/icepush/trunk/build-common.xml:98: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
          [javac] Compiling 1 source file to /Users/deryk/Repo/svn/ossrepo/icepush/trunk/integration/jsp/samples/icepushplace-jsp/build/classes
          [javac] An exception has occurred in the compiler (1.5.0_26). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
          [javac] com.sun.tools.javac.code.Symbol$CompletionFailure: file javax/xml/bind/annotation/XmlAccessorType.class not found

      BUILD FAILED
      /Users/deryk/Repo/svn/ossrepo/icepush/trunk/build.xml:92: The following error occurred while executing this line:
      /Users/deryk/Repo/svn/ossrepo/icepush/trunk/build.xml:39: The following error occurred while executing this line:
      /Users/deryk/Repo/svn/ossrepo/icepush/trunk/build.xml:71: The following error occurred while executing this line:
      /Users/deryk/Repo/svn/ossrepo/icepush/trunk/integration/jsp/build.xml:40: The following error occurred while executing this line:
      /Users/deryk/Repo/svn/ossrepo/icepush/trunk/integration/jsp/samples/build.xml:37: The following error occurred while executing this line:
      /Users/deryk/Repo/svn/ossrepo/icepush/trunk/integration/jsp/samples/icepushplace-jsp/build.xml:42: The following error occurred while executing this line:
      /Users/deryk/Repo/svn/ossrepo/icepush/trunk/build-common.xml:98: Compile failed; see the compiler error output for details.

        Activity

        Hide
        Carlo Guglielmin added a comment -

        Fixed the build to explicitly include JAXB. Deryk re-tested on his environment and it worked fine, as well as locally on 1.5.0_22.

        Show
        Carlo Guglielmin added a comment - Fixed the build to explicitly include JAXB. Deryk re-tested on his environment and it worked fine, as well as locally on 1.5.0_22.
        Hide
        Carlo Guglielmin added a comment -

        Looks like a similar issue to the ee-component-showcase where Jaxb is not explicitly included. Java 6 already has Jaxb, but Java 5 does not, so then it can't find the javax.xml.bind.annotation package. I'll add in the jar as part of the build so that it works.

        Show
        Carlo Guglielmin added a comment - Looks like a similar issue to the ee-component-showcase where Jaxb is not explicitly included. Java 6 already has Jaxb, but Java 5 does not, so then it can't find the javax.xml.bind.annotation package. I'll add in the jar as part of the build so that it works.

          People

          • Assignee:
            Carlo Guglielmin
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: