Details
-
Type:
Bug
-
Status: Closed
-
Priority:
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.
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
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10232 ] | |
Assignee | Ken Fyten [ ken.fyten ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23924 | Wed Feb 09 09:47:48 MST 2011 | carlo.guglielmin | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Salesforce Case | [] | |
Affects | [Compatibility/Configuration] | |
Assignee Priority | P3 | |
Affects Version/s | 2.0.0 [ 10233 ] | |
Affects Version/s | 2.0-Alpha3 [ 10224 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Carlo Guglielmin [ carlo.guglielmin ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 |
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.