You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jeff Barnes <jb...@epicedge.com> on 2001/02/16 19:53:41 UTC

failed build

Just got the latest & greatest cocoon2 from cvs.

The build failed with three errors, all of them looking for
org.apache.cocoon.components.language.generator.AbstractCompiledComponent

No source file for this class.

--
Jeff Barnes
Java Architect
EpicEdge
5601 6th Ave South Suite 600
Seattle, WA 98108-2521
206.674.0902 (direct)
206.674.0060 (main)
206.954.6173 (cell)




Re: failed build

Posted by Berin Loritsch <bl...@apache.org>.
Jeff Barnes wrote:
> 
> I hate to be the bearer of bad news again...
> 
> With  the addition of AbstractCompiledComponent, the build still failed.  I
> attached the output of ant.

Please bear with me.  I am working on getting a couple of errors out
with the Compiled Components, and will commit my changes as soon as I
am done, hopefully in a few minutes.

> 
> Jeff
> 
> --
> Jeff Barnes
> Java Architect
> EpicEdge
> 5601 6th Ave South Suite 600
> Seattle, WA 98108-2521
> 206.674.0902 (direct)
> 206.674.0060 (main)
> 206.954.6173 (cell)
> 
>   ------------------------------------------------------------------------------------------------------------------------------------
> Searching for build.xml ...
> Buildfile: /home/jbarnes/xml/cocoon2/xml-cocoon/build.xml
> 
> init:
> ------------------- Apache Cocoon 2.0a3 [1999-2001] ----------------
> 
> prepare:
> 
> prepare-src-main:
> 
> prepare-src-23:
> 
> prepare-src-22:
> 
> prepare-datasource:
> 
> prepare-jndi:
> 
> prepare-src:
> 
> compile:
>     [javac] Compiling 2 source files to /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/classes
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/components/language/generator/AbstractCompiledComponent.java:13: Class org.apache.cocoon.PoolClient not found in import.
>     [javac] import org.apache.cocoon.PoolClient;
>     [javac]        ^
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/components/language/generator/AbstractCompiledComponent.java:22: Interface org.apache.cocoon.PoolClient of class org.apache.cocoon.components.language.generator.AbstractCompiledComponent not found.
>     [javac] public abstract class AbstractCompiledComponent extends AbstractLoggable implements PoolClient, CompiledComponent {
>     [javac]                                                                                     ^
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/sitemap/AbstractSitemap.java:73: Method getLogger() not found in class org.apache.cocoon.sitemap.AbstractSitemap.
>     [javac]             getLogger().warn("cannot obtain URLFactory", e);
>     [javac]                      ^
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/sitemap/AbstractSitemap.java:92: Method getLogger() not found in class org.apache.cocoon.sitemap.AbstractSitemap.
>     [javac]             getLogger().error("cannot obtain the URLFactory", e);
>     [javac]                      ^
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/sitemap/AbstractSitemap.java:140: Method getLogger() not found in class org.apache.cocoon.sitemap.AbstractSitemap.
>     [javac]                 getLogger(), clazz, configuration, this.manager, mime_type
>     [javac]                          ^
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/sitemap/AbstractSitemap.java:155: Method getLogger() not found in class org.apache.cocoon.sitemap.AbstractSitemap.
>     [javac]             getLogger().error ("cannot read class byte stream", ioe);
>     [javac]                      ^
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/sitemap/AbstractSitemap.java:202: Method getLogger() not found in class org.apache.cocoon.sitemap.AbstractSitemap.
>     [javac]                 getLogger().debug("substitute evaluated value for " + (m == -1 ? s : s.substring(m+1))
>     [javac]                          ^
>     [javac] /home/jbarnes/xml/cocoon2/xml-cocoon/build/cocoon/src/org/apache/cocoon/sitemap/AbstractSitemap.java:210: Method getLogger() not found in class org.apache.cocoon.sitemap.AbstractSitemap.
>     [javac]             getLogger().error("AbstractSitemap:substitute()", e);
>     [javac]                      ^
>     [javac] 8 errors
> 
> Total time: 3 seconds
> 
>   ------------------------------------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org

Re: failed build

Posted by Jeff Barnes <jb...@epicedge.com>.
I hate to be the bearer of bad news again...

With  the addition of AbstractCompiledComponent, the build still failed.  I
attached the output of ant.

Jeff

--
Jeff Barnes
Java Architect
EpicEdge
5601 6th Ave South Suite 600
Seattle, WA 98108-2521
206.674.0902 (direct)
206.674.0060 (main)
206.954.6173 (cell)



Re: failed build

Posted by Berin Loritsch <bl...@apache.org>.
Jeff Barnes wrote:
> 
> Just got the latest & greatest cocoon2 from cvs.
> 
> The build failed with three errors, all of them looking for
> org.apache.cocoon.components.language.generator.AbstractCompiledComponent
> 
> No source file for this class.

Sorry about that. I just added it, try getting it again.