I'm getting multiple compile problems on trunk this morning. The first problem is this one:

|[INFO] 
------------------------------------------------------------------------|
|[ERROR] BUILD FAILURE|
|[INFO] 
------------------------------------------------------------------------|
|[INFO] Compilation failure|
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/AxisServiceGenerator.java:[113,45]
 cannot find symbol|
|symbol  : variable DEFAULT_NAMESPACE_URI|
|location: interface org.apache.axis2.wsdl.WSDLConstants.WSDL20_2006Constants|
| |
| |
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/AxisServiceGenerator.java:[113,45]
 cannot find symbol|
|symbol  : variable DEFAULT_NAMESPACE_URI|
|location: interface org.apache.axis2.wsdl.WSDLConstants.WSDL20_2006Constants


There have not been any updates to this class in the last 24 hours, but on checking out the Axis2 code, I don't see the DEFAULT_NAMESPACE_URI constant defined any more. Looks like a new Axis2 SNAPSHOT has broken this. If I comment out the problem lines in the AxisServiceGenerator, an encounter a different build problem:
|
|[INFO] 
------------------------------------------------------------------------|
|[ERROR] BUILD ERROR|
|[INFO] 
------------------------------------------------------------------------|
|[INFO] org.apache.geronimo.gbean.InvalidConfigurationException: Could not find 
getGBeanInfo method on org.apache.geronimo.gjndi.GlobalContextGBean|
| |
|edu/emory/mathcs/backport/java/util/concurrent/locks/Lock|
|[INFO] 
------------------------------------------------------------------------|
|[INFO] For more information, run Maven with the -e switch|
|[INFO] 
------------------------------------------------------------------------|
|[INFO] Total time: 7 minutes 6 seconds|
|[INFO] Finished at: Tue Mar 27 06:47:13 EDT 2007|
|[INFO] Final Memory: 103M/254M|
|[INFO] 
------------------------------------------------------------------------|
|[EMAIL PROTECTED] 2.0]$ svn up|
|
Rick
|

|

|

Reply via email to