David Crossley wrote:
> Reinhard Poetz wrote:
> > David Crossley wrote:
> > >
> > >Lets say i am a brand new developer, eager to
> > >try trunk. I can do svn stuff and have the checkout.
> > >
> > >The most recent Maven release 2.0.2 is installed
> > >and set the environment. Never used Maven before
> > >other than to do 'mvn --version'.
> > >
> > >What are the steps to see Cocoon running?
> > >I will write a quickstart Daisy doc.
> > 
> > - install Maven as described in
> >   http://maven.apache.org/download.html#installation
> > 
> >   going through the tutorial in
> >   http://maven.apache.org/guides/getting-started/index.html
> >   is no mistake of course :-)
> > 
> > - Make sure, that "mvn --version" works for you
> > 
> > - checkout (update) ./cocoon/trunk
> > 
> > - call "mvn clean install -Dmaven.test.skip=true" from there
> >   a) as long as you don't checkout again, you can always append
> >    -o so that Maven is executed without connection to the network)
> >   b) I'm used to call the clean goal first to be sure that everything
> >      gets rebuild
> 
> Well that is what i have been doing. Will keep trying.
> 
> Thanks, i will follow up with the doc.

Would some people with knowledge please check it.

Quickstart to Cocoon-2.2 with Maven
http://cocoon.zones.apache.org/daisy/documentation/g2/798.html

-David

Reply via email to