Re: getting started with 2.2

2006-11-25 Thread Jeremy Quinn
Hi Mark, Thanks for the reply. I recompiled and ran the samples under 1.4 successfully !! So my problems lay in trying to use Java 1.5. Many thanks regards Jeremy PS: These were my steps : $ mvn -Dmaven.test.skip -Dallblocks - Dmaven.war.shieldingclassloader=false clean install $ cd dists/

Re: getting started with 2.2

2006-11-25 Thread Mark Lundquist
On Nov 22, 2006, at 10:25 AM, Jeremy Quinn wrote: Hi Mark So you have the samples running now ? I still cannot .. Is it best to use Java 1.4 or 1.5 I am using 1.5. Hi Jeremy — sorry, didn't see your email 'til just now... 1) Yes, I have samples running; 2) I'm using 1.4 on this machin

Re: getting started with 2.2

2006-11-23 Thread Alexander Klimetschek
Reinhard Poetz schrieb: Overkill? Why do you think so? Well, for the beginner it is one more configuration file to learn beside cocoon's center, the sitemap. Alex -- Alexander Klimetschek http://www.mindquarry.com

Re: getting started with 2.2

2006-11-22 Thread Reinhard Poetz
Alexander Klimetschek wrote: Reinhard Poetz schrieb: Alexander Klimetschek wrote: Reinhard Poetz schrieb: For now you also have to provide a Spring property file that sets the mount-path to the COB-INF directory (src/main/resources/COB-INF). Could you give an example for that? If I don't hav

Re: getting started with 2.2

2006-11-22 Thread Alexander Klimetschek
Reinhard Poetz schrieb: Alexander Klimetschek wrote: Reinhard Poetz schrieb: For now you also have to provide a Spring property file that sets the mount-path to the COB-INF directory (src/main/resources/COB-INF). Could you give an example for that? If I don't have a BlockServlet configured,

Re: getting started with 2.2

2006-11-22 Thread Reinhard Poetz
Alexander Klimetschek wrote: Reinhard Poetz schrieb: For now you also have to provide a Spring property file that sets the mount-path to the COB-INF directory (src/main/resources/COB-INF). Could you give an example for that? If I don't have a BlockServlet configured, I don't know the name of

Re: getting started with 2.2

2006-11-22 Thread Alexander Klimetschek
Reinhard Poetz schrieb: For now you also have to provide a Spring property file that sets the mount-path to the COB-INF directory (src/main/resources/COB-INF). Could you give an example for that? If I don't have a BlockServlet configured, I don't know the name of the mount-path property to set

Re: getting started with 2.2

2006-11-22 Thread Jeremy Quinn
Hi Mark So you have the samples running now ? I still cannot .. Is it best to use Java 1.4 or 1.5 I am using 1.5. thanks Jeremy On 22 Nov 2006, at 14:22, Mark Lundquist wrote: On Nov 22, 2006, at 5:36 AM, Jeremy Quinn wrote: The problem is, I want to be able to run the samples, so th

Re: getting started with 2.2

2006-11-22 Thread Mark Lundquist
On Nov 22, 2006, at 5:17 AM, Reinhard Poetz wrote: As I get more and ore annoyed by continuous Jetty restarts, I will have a look at integrating the reloading classloader as a servlet filter very soon - hopefully this weekend. Niiice! :-) —ml—

Re: getting started with 2.2

2006-11-22 Thread Mark Lundquist
On Nov 22, 2006, at 5:36 AM, Jeremy Quinn wrote: The problem is, I want to be able to run the samples, so that I can do work on the Ajax and Forms blocks to sync them with the changes I have made to 2.1.10-dev. That's my deal, too... I have some patches I want to make against trunk. But for

Re: getting started with 2.2

2006-11-22 Thread Jeremy Quinn
On 22 Nov 2006, at 13:21, Reinhard Poetz wrote: Jeremy Quinn wrote: Hi On 22 Nov 2006, at 00:22, Daniel Fagerstrom wrote: To remove the use of the cocoon deployer you remove the following snippet from the pom for cocoon-dist-samples: org.apache.cocoon cocoon-deployer

Re: getting started with 2.2

2006-11-22 Thread Reinhard Poetz
Jeremy Quinn wrote: Hi On 22 Nov 2006, at 00:22, Daniel Fagerstrom wrote: To remove the use of the cocoon deployer you remove the following snippet from the pom for cocoon-dist-samples: org.apache.cocoon cocoon-deployer-plugin 1.0.0-M2-SNAPSHOT

Re: getting started with 2.2

2006-11-22 Thread Reinhard Poetz
Alexander Klimetschek wrote: Daniel Fagerstrom schrieb: For development you should either start by creating your webapp with the Cocoon webapp Maven archetype http://cocoon.zones.apache.org/daisy/cdocs/g2/g1/g1/1159.html. Or by copying cocoon-webapp. Then you add dependencies to the blocks tha

Re: getting started with 2.2

2006-11-22 Thread Patrick Refondini
Alexander Klimetschek wrote: Daniel Fagerstrom schrieb: For development you should either start by creating your webapp with the Cocoon webapp Maven archetype http://cocoon.zones.apache.org/daisy/cdocs/g2/g1/g1/1159.html. Or by copying cocoon-webapp. Then you add dependencies to the blocks tha

Re: getting started with 2.2

2006-11-22 Thread Jeremy Quinn
On 22 Nov 2006, at 12:07, Jeremy Quinn wrote: ran this from root : $mvn -Dmaven.test.skip -Dallblocks - Dmaven.war.shieldingclassloader=false install and it successfully compiled next I ran this from ists/cocoon-dist-samples/ : $mvn package again, that was successful then : $mvn jetty:ru

Re: getting started with 2.2

2006-11-22 Thread Jeremy Quinn
Hi On 22 Nov 2006, at 00:22, Daniel Fagerstrom wrote: To remove the use of the cocoon deployer you remove the following snippet from the pom for cocoon-dist-samples: org.apache.cocoon cocoon-deployer-plugin 1.0.0-M2-SNAPSHOT 2.2

Re: getting started with 2.2

2006-11-22 Thread Jeremy Quinn
Hi Guys On 22 Nov 2006, at 00:22, Daniel Fagerstrom wrote: Mark Lundquist skrev: On Nov 21, 2006, at 12:36 PM, Mark Lundquist wrote: On Nov 21, 2006, at 12:21 PM, Daniel Fagerstrom wrote: Testing again, it happens to me also when I do a "mvn package" after a "mvn clean"

Re: getting started with 2.2

2006-11-22 Thread Alexander Klimetschek
Daniel Fagerstrom schrieb: For development you should either start by creating your webapp with the Cocoon webapp Maven archetype http://cocoon.zones.apache.org/daisy/cdocs/g2/g1/g1/1159.html. Or by copying cocoon-webapp. Then you add dependencies to the blocks that you want to use to the pom.

Re: getting started with 2.2

2006-11-22 Thread Daniel Fagerstrom
Mark Lundquist skrev: On Nov 21, 2006, at 4:22 PM, Daniel Fagerstrom wrote: To remove the use of the cocoon deployer you remove the following snippet from the pom for cocoon-dist-samples: Right, yeah... I had just tried that, as a matter of fact, and... it worked, and now I got samp

Re: getting started with 2.2

2006-11-21 Thread Jeremy Quinn
Hi Vadim On 16 Nov 2006, at 13:51, Vadim Gritsenko wrote: Jorg Heymans wrote: John Krofcheck wrote: jorg:~/src/cocoon-trunk $ cd core/cocoon-webapp/ I made a new checkout of trunk, then built it like this : $ mvn clean install -Dmaven.test.skip=true Next I ran Jetty from core/cocoon-weba

Re: getting started with 2.2

2006-11-21 Thread Daniel Fagerstrom
Mark Lundquist skrev: On Nov 21, 2006, at 10:02 AM, Daniel Fagerstrom wrote: You need -Dalldists also to activate the compilation of the dist modules (take a look at the profile information in http://svn.apache.org/repos/asf/cocoon/trunk/dists/pom.xml). I haven't verified that it actually wi

Re: getting started with 2.2

2006-11-21 Thread Mark Lundquist
On Nov 21, 2006, at 12:36 PM, Mark Lundquist wrote: On Nov 21, 2006, at 12:21 PM, Daniel Fagerstrom wrote: Testing again, it happens to me also when I do a "mvn package" after a "mvn clean", if I do a second "mvn package" it works. Yes, OK... the second time worked. Now then, how do I ru

Re: getting started with 2.2

2006-11-21 Thread Mark Lundquist
On Nov 21, 2006, at 10:02 AM, Daniel Fagerstrom wrote: You need -Dalldists also to activate the compilation of the dist modules (take a look at the profile information in http://svn.apache.org/repos/asf/cocoon/trunk/dists/pom.xml). I haven't verified that it actually will work from root th

Re: getting started with 2.2

2006-11-21 Thread Jeremy Quinn
Hi Daniel Many thanks for your reply, sorry it took so long to get back to you. On 20 Nov 2006, at 21:47, Daniel Fagerstrom wrote: Jeremy Quinn skrev: Hi Vadim On 16 Nov 2006, at 13:51, Vadim Gritsenko wrote: Jorg Heymans wrote: John Krofcheck wrote: jorg:~/src/cocoon-trunk $ cd core/cocoo

Re: getting started with 2.2

2006-11-21 Thread Reinhard Poetz
Jeremy Quinn wrote: Hi Vadim On 16 Nov 2006, at 13:51, Vadim Gritsenko wrote: Jorg Heymans wrote: John Krofcheck wrote: jorg:~/src/cocoon-trunk $ cd core/cocoon-webapp/ I made a new checkout of trunk, then built it like this : $ mvn clean install -Dmaven.test.skip=true Next I ran Jetty

Re: getting started with 2.2

2006-11-21 Thread Daniel Fagerstrom
Jeremy Quinn skrev: Hi Vadim On 16 Nov 2006, at 13:51, Vadim Gritsenko wrote: Jorg Heymans wrote: John Krofcheck wrote: jorg:~/src/cocoon-trunk $ cd core/cocoon-webapp/ I made a new checkout of trunk, then built it like this : $ mvn clean install -Dmaven.test.skip=true Next I ran Jetty

Re: getting started with 2.2

2006-11-21 Thread Daniel Fagerstrom
Daniel Fagerstrom skrev: Mark Lundquist skrev: On Nov 21, 2006, at 12:21 PM, Daniel Fagerstrom wrote: Testing again, it happens to me also when I do a "mvn package" after a "mvn clean", if I do a second "mvn package" it works. Yes, OK... the second time worked. Now then, how do I run the w

Re: getting started with 2.2

2006-11-21 Thread Daniel Fagerstrom
Mark Lundquist skrev: On Nov 21, 2006, at 12:36 PM, Mark Lundquist wrote: On Nov 21, 2006, at 12:21 PM, Daniel Fagerstrom wrote: Testing again, it happens to me also when I do a "mvn package" after a "mvn clean", if I do a second "mvn package" it works. Yes, OK... t

Re: getting started with 2.2

2006-11-21 Thread Mark Lundquist
On Nov 21, 2006, at 4:22 PM, Daniel Fagerstrom wrote: To remove the use of the cocoon deployer you remove the following snippet from the pom for cocoon-dist-samples: Right, yeah... I had just tried that, as a matter of fact, and... it worked, and now I got samples! :-) :-) Thanks for all t

Re: getting started with 2.2

2006-11-16 Thread Vadim Gritsenko
Jorg Heymans wrote: John Krofcheck wrote: jorg:~/src/cocoon-trunk $ cd core/cocoon-webapp/ Or 'cd dists/cocoon-dist-samples' if you want to see anything beside 'welcome' page. Vadim jorg:~/src/cocoon-trunk/core/cocoon-webapp $ mvn jetty:run .

Re: getting started with 2.2

2006-11-16 Thread Jorg Heymans
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 avail

getting started with 2.2

2006-11-15 Thread John Krofcheck
Hi all, 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). Thanks, John P.S. Cocoon has rocked all th