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                   [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to