Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-21 Thread Ken Starks
Luca Morandini wrote: jantje wrote: So on the internet I am searching ways to generate cocoon webapp from my blocks. There I have found the install instruction and the advice to use it.. So do you think there is a better way to generate a webapp. And do you advice me not to install my

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-21 Thread Derek Hohls
Ken I am very curious how you plan to get PDF output using LaTeX and Cocoon - I have seen Hugh's page where he generates GIF images from LaTeX equations ( http://www.csparks.com/jeuler/index.jhtml ) but this seems an order-of-magnitude more complex. Derek On 2008/08/21 at 09:37, in message

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-21 Thread Ken Starks
Derek Hohls wrote: Ken I am very curious how you plan to get PDF output using LaTeX and Cocoon - I have seen Hugh's page where he generates GIF images from LaTeX equations ( http://www.csparks.com/jeuler/index.jhtml ) but this seems an order-of-magnitude more complex. Derek On 2008/08/21

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-21 Thread Ken Starks
sorry, I forgot: perhaps it would be better to start a new thread about this. We are straying off topic a bit far! Ken Starks wrote: Derek Hohls wrote: Ken I am very curious how you plan to get PDF output using LaTeX and Cocoon - I have seen Hugh's page where he generates GIF images from

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-20 Thread Luca Morandini
jantje wrote: So on the internet I am searching ways to generate cocoon webapp from my blocks. There I have found the install instruction and the advice to use it.. So do you think there is a better way to generate a webapp. And do you advice me not to install my seperate blocks? I'm not sure

Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-19 Thread jantje
Hi there, I am not able to create a working cocoon webapp and test it with maven/jetty. Does someone know what is wrong with the next steps? Thanks for your reply! cd project/build/blocks; mvn archetype:create -DarchetypeGroupId=org.apache.cocoon -DarchetypeArtifactId=cocoon-22-archetype-block

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-19 Thread Grzegorz Kossakowski
jantje pisze: Hi there, I am not able to create a working cocoon webapp and test it with maven/jetty. Does someone know what is wrong with the next steps? Thanks for your reply! cd project/build/blocks; mvn archetype:create -DarchetypeGroupId=org.apache.cocoon

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-19 Thread jantje
Because I thought the cocoon webapp needs the blocks as a jar file? I am new to cocoon2.2 And I am searching a way to make a cocoon webapp. So far, I have success on creating and testing a block: mvn archetype:create -DarchetypeGroupId=org.apache.cocoon