You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by dperez <cr...@yahoo.es> on 2007/12/04 16:32:18 UTC

How to use the HTMLGenerator in Cocoon 2.2

Hi,

>From the doc I know I need the html block.

In the pom.xml of my block I've added this:

    <dependency>
      <groupId>org.apache.cocoon</groupId>
      <artifactId>html</artifactId>
      <version>2.2.0-RC2</version>
    </dependency>


But this block cannot be downloaded.
Thanks in advance for any help.

David

-- 
View this message in context: http://www.nabble.com/How-to-use-the-HTMLGenerator-in-Cocoon-2.2-tf4943763.html#a14152762
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: How to use the HTMLGenerator in Cocoon 2.2

Posted by dperez <cr...@yahoo.es>.
Sorry for the noise.
The answer is here:

http://cocoon.apache.org/2.2/blocks/html/1.0/project-summary.html

If I use this artifact-id: "cocoon-html-impl", then it works ok.
I love this Maven magic.


dperez wrote:
> 
> Hi,
> 
> From the doc I know I need the html block.
> 
> In the pom.xml of my block I've added this:
> 
>     <dependency>
>       <groupId>org.apache.cocoon</groupId>
>       <artifactId>html</artifactId>
>       <version>2.2.0-RC2</version>
>     </dependency>
> 
> 
> But this block cannot be downloaded.
> Thanks in advance for any help.
> 
> David
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-use-the-HTMLGenerator-in-Cocoon-2.2-tf4943763.html#a14152901
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org