Vadim Gritsenko wrote:
Grzegorz Kossakowski wrote:
Vadim Gritsenko pisze:
Grzegorz Kossakowski wrote:
Vadim Gritsenko pisze:

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?

Unfortunately not. Template generator uses helper class from cocoon-expression-language-impl. I fixed this problem and threw out my crappy, customized build of Maven that did not inform me about this problems and compiled everything without moaning.

Now I tested it with standard Maven 2.0.6 and it works well.

I got further this time:

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------


How were you able to build it? :)

Skipping tests did not help... Today's probably not the best day to attempt building Cocoon...


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

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-serializers/cocoon-serializers-impl/src/main/java/org/apache/cocoon/components/serializers/XHTMLSerializer.java:[23,26] package javax.servlet.http does not exist

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-serializers/cocoon-serializers-impl/src/main/java/org/apache/cocoon/components/serializers/HTMLSerializer.java:[23,26] package javax.servlet.http does not exist

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-serializers/cocoon-serializers-impl/src/main/java/org/apache/cocoon/components/serializers/XHTMLSerializer.java:[80,20] cannot find symbol
symbol  : class HttpServletRequest
location: class org.apache.cocoon.components.serializers.XHTMLSerializer

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-serializers/cocoon-serializers-impl/src/main/java/org/apache/cocoon/components/serializers/HTMLSerializer.java:[75,20] cannot find symbol
symbol  : class HttpServletRequest
location: class org.apache.cocoon.components.serializers.HTMLSerializer

/Users/vgritsenko/Projects/Apache/cocoon/blocks/cocoon-serializers/cocoon-serializers-impl/src/main/java/org/apache/cocoon/components/serializers/XMLSerializer.java:[58,20] cannot find symbol
symbol  : class HttpServletRequest
location: class org.apache.cocoon.components.serializers.XMLSerializer


Vadim

Reply via email to