You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Nicola Ken Barozzi <ni...@apache.org> on 2003/01/17 15:40:43 UTC

3 errors to go... (Re: [GUMP] Build Failure - xml-cocoon2)

Sam Ruby wrote:
> ----------------------------------------------------
> This email is autogenerated from the output from:
> <http://cvs.apache.org/builds/gump/2003-01-17/xml-cocoon2.html>
> ----------------------------------------------------

We have still 3 errors from Cocoon build in Gump.

It seems that Berin introduced the change in the excalibur component 
package 3 months, 3 weeks ago (update component to use proxies).
The diff is here:
http://cvs.apache.org/viewcvs/jakarta-avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java.diff?r1=1.6&r2=1.7&diff_format=h

Suggested remedy?

...
>      [echo] Compiling with Java 1.4, debug on, optimize off, deprecation off
>     [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/mock-classes
>     [javac] Compiling 11 source files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/mock-classes
>     [javac] Compiling 577 source files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
>     [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/components/language/programming/java/JavaProgram.java:89: cannot resolve symbol
>     [javac] symbol  : method getComponentHandler (java.lang.Class,org.apache.avalon.framework.configuration.DefaultConfiguration,org.apache.avalon.framework.component.ComponentManager,org.apache.avalon.framework.context.Context,org.apache.avalon.excalibur.component.RoleManager,org.apache.avalon.excalibur.component.LogkitLoggerManager)
>     [javac] location: class org.apache.avalon.excalibur.component.ComponentHandler
>     [javac]         return ComponentHandler.getComponentHandler(
>     [javac]                                ^
>     [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/components/language/programming/javascript/JavascriptProgram.java:109: cannot resolve symbol
>     [javac] symbol  : method getComponentHandler (java.lang.Class,org.apache.avalon.framework.configuration.DefaultConfiguration,org.apache.avalon.framework.component.ComponentManager,org.apache.avalon.framework.context.Context,org.apache.avalon.excalibur.component.RoleManager,org.apache.avalon.excalibur.component.LogkitLoggerManager)
>     [javac] location: class org.apache.avalon.excalibur.component.ComponentHandler
>     [javac]         return ComponentHandler.getComponentHandler(
>     [javac]                                ^
>     [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ServerPagesAction.java:122: cannot resolve symbol
>     [javac] symbol  : method getComponentHandler (java.lang.Class,org.apache.avalon.framework.configuration.Configuration,org.apache.avalon.framework.component.ComponentManager,<nulltype>,<nulltype>,<nulltype>)
>     [javac] location: class org.apache.avalon.excalibur.component.ComponentHandler
>     [javac]             this.generatorHandler = ComponentHandler.getComponentHandler(
>     [javac]                                                     ^
>     [javac] 3 errors
> 
> BUILD FAILED


-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org