Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1-beta-1
-
Component/s: JAXB 2.0
-
Labels:None
-
Number of attachments :
Description
I am trying to compile the JAXB 2.0 sample provided with XFire 1.0 and am running into a problem that I can't seem to resolve. I have tried compiling with maven 2.0.1 and 2.0.2, then fell back to 1.0.2 just to make sure. But in any case, I keep encountering the following error that I have not been able to resolve; I have included the jaxb-xjc-2.0-ea3.jar into the ant classpath in every manner that i can think of, including modifying the maven.xml ant jaxb.classpath definition but to no avail. I am ready to tear my hair out over this. Any idea how to resolve this issue?
If this is not the appropriate place to seek help for this, my apologies in advance.
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
[INFO] ----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Error executing ant tasks
Embedded error: taskdef class com.sun.tools.xjc.XJCTask cannot be found
[INFO] ----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Tue Feb 28 11:43:44 PST 2006
[INFO] Final Memory: 4M/9M
[INFO] ----------------------------------------------------------------------------
Hi John, that is very bizarre. I think we're going to need to get a little bit more info to figure out whats going on. Can you run maven with the "-X" option and attach the stack trace to this issue? Thanks!