Build failure: SourceResource is not abstract
----------------------------------------------
Key: COCOON-2185
URL: https://issues.apache.org/jira/browse/COCOON-2185
Project: Cocoon
Issue Type: Bug
Components: - Build System: Maven, - Components: Sitemap
Affects Versions: 2.2-dev (Current SVN)
Reporter: Andreas Kuckartz
Priority: Blocker
Fix For: 2.2-dev (Current SVN)
$ mvn install -P allblocks
still does not work. It now results in:
[INFO] Building Cocoon Sitemap Implementation
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 63 source files to
/home/andreas/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/andreas/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/apache/cocoon/core/container/spring/avalon/SourceResource.java:[36,7]
org.apache.cocoon.core.container.spring.avalon.SourceResource is not abstract
and does not override abstract method isReadable() in
org.springframework.core.io.Resource
/home/andreas/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/apache/cocoon/core/container/spring/avalon/SourceResource.java:[36,7]
org.apache.cocoon.core.container.spring.avalon.SourceResource is not abstract
and does not override abstract method isReadable() in
org.springframework.core.io.Resource
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.