You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Joe Bohn <jo...@earthlink.net> on 2007/04/01 04:31:26 UTC

build failure in trunk

It looks like cxf must have changed something regarding their constants. 
  I'm seeing the following failure attempting to build trunk.  I can get 
the build to succeed by commenting out these two lines.  We'll see how 
well it runs.  Can somebody with an inside track on cxf make the correct 
updates?


[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[36,34] 
package org.apache.cxf.binding.xml does not exist

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,16] 
cannot find symbol
symbol  : variable XMLConstants
location: class org.apache.geronimo.cxf.CXFWebServiceContainer

Re: build failure in trunk

Posted by Davanum Srinivas <da...@gmail.com>.
Joe,

I don't see any specific changes today...

http://www.mail-archive.com/cxf-commits@incubator.apache.org/maillist.html

-- dims

On 3/31/07, Joe Bohn <jo...@earthlink.net> wrote:
> It looks like cxf must have changed something regarding their constants.
>   I'm seeing the following failure attempting to build trunk.  I can get
> the build to succeed by commenting out these two lines.  We'll see how
> well it runs.  Can somebody with an inside track on cxf make the correct
> updates?
>
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[36,34]
> package org.apache.cxf.binding.xml does not exist
>
> /home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,16]
> cannot find symbol
> symbol  : variable XMLConstants
> location: class org.apache.geronimo.cxf.CXFWebServiceContainer
>


-- 
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers

Re: build failure in trunk

Posted by Joe Bohn <jo...@earthlink.net>.
Thanks!

Joe

Jarek Gawor wrote:
> Should be fixed now.
> 
> Jarek
> 
> On 3/31/07, Joe Bohn <jo...@earthlink.net> wrote:
>> It looks like cxf must have changed something regarding their constants.
>>   I'm seeing the following failure attempting to build trunk.  I can get
>> the build to succeed by commenting out these two lines.  We'll see how
>> well it runs.  Can somebody with an inside track on cxf make the correct
>> updates?
>>
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Compilation failure
>>
>> /home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[36,34] 
>>
>> package org.apache.cxf.binding.xml does not exist
>>
>> /home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,16] 
>>
>> cannot find symbol
>> symbol  : variable XMLConstants
>> location: class org.apache.geronimo.cxf.CXFWebServiceContainer
>>
> 

Re: build failure in trunk

Posted by Jarek Gawor <jg...@gmail.com>.
Should be fixed now.

Jarek

On 3/31/07, Joe Bohn <jo...@earthlink.net> wrote:
> It looks like cxf must have changed something regarding their constants.
>   I'm seeing the following failure attempting to build trunk.  I can get
> the build to succeed by commenting out these two lines.  We'll see how
> well it runs.  Can somebody with an inside track on cxf make the correct
> updates?
>
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[36,34]
> package org.apache.cxf.binding.xml does not exist
>
> /home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,16]
> cannot find symbol
> symbol  : variable XMLConstants
> location: class org.apache.geronimo.cxf.CXFWebServiceContainer
>