John Krofcheck wrote:

Can anyone point me to a snapshot of 2.2 that compiles successfully? (I'm thinking that would be the best place to get started with 2.2, then contribute to the documentation and eventually maybe the code, as I work my way through).


Currently no dev snapshots are available, so it's best to checkout trunk and compile it yourself to get going :

jorg:~/src/cocoon-trunk $ mvn clean install -Dmaven.test.skip=true

......

------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 38 seconds
[INFO] Finished at: Thu Nov 16 10:27:33 CET 2006
[INFO] Final Memory: 22M/49M
[INFO] ------------------------------------------------------------------------

followed by

jorg:~/src/cocoon-trunk $ cd core/cocoon-webapp/
jorg:~/src/cocoon-trunk/core/cocoon-webapp $ mvn jetty:run
.....

log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
2006-11-16 10:39:07.969:/:INFO:  Loading Spring root WebApplicationContext
2006-11-16 10:39:11.361:/:INFO: Apache Cocoon 2.2.0-M2-SNAPSHOT is running in mode: prod
Cannot find CatalogManager.properties
2006-11-16 10:39:17.072:/:INFO: DispatcherServlet: Block dispatcher was initialized successfully. 2006-11-16 10:39:17.102::INFO: Started SelectChannelConnector @ 0.0.0.0:8888
[INFO] Started Jetty Server


HTH
Jorg

Reply via email to