You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Heinz Drews <he...@gmail.com> on 2007/01/21 17:21:42 UTC

Build failure with revision 498393

I get following failure:

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

/home/geronimo/server/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:[72,62]
cannot find symbol
symbol  : method createDefaultConfigurationContext()
location: class org.apache.axis2.context.ConfigurationContextFactory

Build runs on SuSE 9.3 using mvn -U clean install.

Any hint available?

Regards,
Heinz

Re: Build failure with revision 498393

Posted by Heinz Drews <he...@gmail.com>.
Kevan,

thanks, cleaning the repository elements belonging to axis has helped.

Heinz

On 1/21/07, Kevan Miller <ke...@gmail.com> wrote:
>
> On Jan 21, 2007, at 12:00 PM, Prasad Kashyap wrote:
>
> > Have you tried cleaning your entire local repo ?
>
> Slightly less painful to start with :  rm -rf ~/.m2/repository/org/
> apache/axis2/
>
> --kevan
>

Re: Build failure with revision 498393

Posted by Kevan Miller <ke...@gmail.com>.
On Jan 21, 2007, at 12:00 PM, Prasad Kashyap wrote:

> Have you tried cleaning your entire local repo ?

Slightly less painful to start with :  rm -rf ~/.m2/repository/org/ 
apache/axis2/

--kevan

Re: Build failure with revision 498393

Posted by Prasad Kashyap <go...@gmail.com>.
Have you tried cleaning your entire local repo ?

Cheers
Prasad

On 1/21/07, Heinz Drews <he...@gmail.com> wrote:
> I get following failure:
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /home/geronimo/server/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:[72,62]
> cannot find symbol
> symbol  : method createDefaultConfigurationContext()
> location: class org.apache.axis2.context.ConfigurationContextFactory
>
> Build runs on SuSE 9.3 using mvn -U clean install.
>
> Any hint available?
>
> Regards,
> Heinz
>