[ 
https://issues.apache.org/jira/browse/CHAIN-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702387#comment-13702387
 ] 

Simone Tripodi commented on CHAIN-106:
--------------------------------------

hard to say, build is broken and I am not in the position to fix it ATM, this 
is what I get from {{mvn package}}:

{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project commons-chain2-web: Compilation failure: Compilation failure:
[ERROR] 
/Users/stripodi/Documents/apache-workspace/commons-chain-parent/web/src/main/java/org/apache/commons/chain2/web/ChainListener.java:[261,29]
 incompatible types; inferred type argument(s) 
java.lang.Object,java.lang.Object,java.lang.Object do not conform to bounds of 
type variable(s) K,V,C
[ERROR] found   : <K,V,C>org.apache.commons.chain2.CatalogFactory<K,V,C>
[ERROR] required: java.lang.Object
[ERROR] 
/Users/stripodi/Documents/apache-workspace/commons-chain-parent/web/src/main/java/org/apache/commons/chain2/web/ChainResources.java:[77,29]
 incompatible types; inferred type argument(s) 
java.lang.Object,java.lang.Object,java.lang.Object do not conform to bounds of 
type variable(s) K,V,C
[ERROR] found   : <K,V,C>org.apache.commons.chain2.CatalogFactory<K,V,C>
[ERROR] required: java.lang.Object
[ERROR] 
/Users/stripodi/Documents/apache-workspace/commons-chain-parent/web/src/main/java/org/apache/commons/chain2/web/ChainResources.java:[113,29]
 incompatible types; inferred type argument(s) 
java.lang.Object,java.lang.Object,java.lang.Object do not conform to bounds of 
type variable(s) K,V,C
[ERROR] found   : <K,V,C>org.apache.commons.chain2.CatalogFactory<K,V,C>
[ERROR] required: java.lang.Object
{noformat}
                
> JavaDoc report contains JavaDocs of cookbook examples
> -----------------------------------------------------
>
>                 Key: CHAIN-106
>                 URL: https://issues.apache.org/jira/browse/CHAIN-106
>             Project: Commons Chain
>          Issue Type: Sub-task
>          Components: Build
>    Affects Versions: 2.0
>            Reporter: Benedikt Ritter
>              Labels: site
>             Fix For: 2.0
>
>
> The cookbook examples are not really part of the API, there is no reason to 
> include the JavaDoc of the cookbook in the JavaDoc report of the main site.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to