Grzegorz Kossakowski wrote:
Vadim Gritsenko pisze:
Grzegorz Kossakowski (JIRA) wrote:
Grzegorz Kossakowski commented on COCOON-2079: ----------------------------------------------

The most simple solution was to exclude pull-parser from scratchpad's
dependencies and it was exactly what I have done in r563174.

Could someone check if trunk works now? Vadim?

Sorry... Does not work:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/vgritsenko/Projects/Apache/cocoon/core/cocoon-expression-language/cocoon-expression-language-impl/src/main/java/org/apache/cocoon/components/expression/jxpath/JXPathExpression.java:[27,37] package org.apache.cocoon.util.jxpath does not exist

It was missing dependency on cocoon-sitemap-impl, sorry for inconvenience. Fixed in r563852.

Still does not build, but I don't get why - there is a dependency on
cocoon-expression-language-api, that should be enough, isn't it?


[INFO] Compiling 79 source files to
/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-template/cocoon-template-impl/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/expression/JXTExpression.java:[22,54]
package org.apache.cocoon.components.expression.jxpath does not exist

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/instruction/Import.java:[24,37]
cannot find symbol
symbol  : class ObjectModelImpl
location: package org.apache.cocoon.objectmodel

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/JXTemplateGenerator.java:[33,46]
cannot find symbol
symbol  : class FlowObjectModelHelper
location: package org.apache.cocoon.template.environment

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/expression/JXTExpression.java:[145,62]
cannot find symbol
symbol  : variable JXPathExpression
location: class org.apache.cocoon.template.expression.JXTExpression

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/JXTemplateGenerator.java:[146,8]
cannot find symbol
symbol  : variable FlowObjectModelHelper
location: class org.apache.cocoon.template.JXTemplateGenerator


Vadim

Reply via email to