You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Gu...@icarus.apache.org on 2003/03/16 11:25:19 UTC

[GUMP] Build Failure - xml-forrest

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-03-16/xml-forrest.html>
----------------------------------------------------

Using classpath: "./lib/endorsed/xalan-2.4.1.jar:./lib/endorsed/xercesImpl-2.1.0.jar:./lib/endorsed/xml-apis.jar:./lib/endorsed/xsltc.jar"
Buildfile: build.xml

init:

      --------------------------------------------------------------

      Using Apache Ant version 1.6alpha compiled on December 1 2002
      Build file /home/rubys/jakarta/xml-forrest/build.xml
      Build system home /home/rubys/jakarta/xml-forrest/tools/ant
      Build number 8
      Project Name Forrest build file
      Java Version 1.4      
      Timestamp 200303160151

      --------------------------------------------------------------
    

validate-config:
validating **/skinconf.xml ...
validating stylesheets **/*.xsl ...
validating **/sitemap.xmap ...

fresh-site-zip:

scratchpad.compile:
Compiling 4 source files to /home/rubys/jakarta/xml-forrest/build/scratchpad/classes
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/components/generator/XNIConfigurableFileGenerator.java:67: warning: org.apache.avalon.framework.component.Component in org.apache.avalon.framework.component has been deprecated
import org.apache.avalon.framework.component.Component;
                                             ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:59: warning: org.apache.avalon.framework.component.Composable in org.apache.avalon.framework.component has been deprecated
import org.apache.avalon.framework.component.Composable;
                                             ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:60: warning: org.apache.avalon.framework.component.ComponentManager in org.apache.avalon.framework.component has been deprecated
import org.apache.avalon.framework.component.ComponentManager;
                                             ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:61: warning: org.apache.avalon.framework.component.ComponentException in org.apache.avalon.framework.component has been deprecated
import org.apache.avalon.framework.component.ComponentException;
                                             ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:94: warning: org.apache.avalon.framework.component.Composable in org.apache.avalon.framework.component has been deprecated
public class LibreConfigHelper implements Composable
                                          ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:104: warning: org.apache.avalon.framework.component.ComponentManager in org.apache.avalon.framework.component has been deprecated
  ComponentManager manager;
  ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:105: warning: org.apache.avalon.framework.component.ComponentManager in org.apache.avalon.framework.component has been deprecated
  public void compose(ComponentManager manager) throws ComponentException
                      ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:105: warning: org.apache.avalon.framework.component.ComponentException in org.apache.avalon.framework.component has been deprecated
  public void compose(ComponentManager manager) throws ComponentException
                                                       ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/components/generator/XNIConfigurableFileGenerator.java:179: cannot resolve symbol
symbol  : method getURI ()
location: interface org.apache.excalibur.source.Source
    return this.inputSource.getURI();
           ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/components/generator/XNIConfigurableFileGenerator.java:226: cannot resolve symbol
symbol  : method getURI ()
location: interface org.apache.excalibur.source.Source
              + "src = " + this.inputSource.getURI() + "]\n", e);
                           ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/components/generator/XNIConfigurableFileGenerator.java:237: warning: org.apache.avalon.framework.component.Component in org.apache.avalon.framework.component has been deprecated
      this.manager.release((Component)catalogResolver);
                            ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:105: warning: org.apache.avalon.framework.component.ComponentManager in org.apache.avalon.framework.component has been deprecated
  public void compose(ComponentManager manager) throws ComponentException
                      ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:142: warning: org.apache.avalon.framework.component.ComponentException in org.apache.avalon.framework.component has been deprecated
    } catch(ComponentException e) {
            ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:152: warning: org.apache.avalon.framework.component.ComponentException in org.apache.avalon.framework.component has been deprecated
    } catch(ComponentException e) {
            ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/libre/LibreConfigHelper.java:206: warning: org.apache.avalon.framework.component.ComponentException in org.apache.avalon.framework.component has been deprecated
      } catch(ComponentException e) {
              ^
/home/rubys/jakarta/xml-forrest/src/scratchpad/src/java/org/apache/forrest/yer/use/cocoon/HierarchyGenerator.java:120: cannot resolve symbol
symbol  : method getURI ()
location: interface org.apache.excalibur.source.Source
          this.startLocation = resolver.resolveURI(super.source).getURI();
                                                  ^
3 errors
13 warnings

BUILD FAILED
file:///home/rubys/jakarta/xml-forrest/build.xml:524: Compile failed; see the compiler error output for details.

Total time: 18 seconds