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.
-David
> - if trunk builds for you, follow the tutorial in
> http://cocoon.zones.apache.org/daisy/documentation/g2/796.html
>
> (pls note: I'm not sure that my tutorial works. Yesterday it didn't
> but last night (CET) Daniel checked in a fix that should have fixed
> my problems. I'll report to the list as soon as I it works for
> me again.)
>
> --
> Reinhard P?tz Independent Consultant, Trainer & (IT)-Coach
>
> {Software Engineering, Open Source, Web Applications, Apache Cocoon}
>
> web(log): http://www.poetz.cc
> --------------------------------------------------------------------
|