Re: SV: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Craig McClanahan
n > > > > Am Freitag, den 13.04.2007, 15:42 +0200 schrieb Hermod Opstvedt: > > > Hi > > > > > > Have you tried the mvn -U clean install? -U forces update. > > > > > > Also: Are you using a maven-proxy by chance? > > > > > > Her

Re: SV: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Torsten Krah
> > > > > > Also: Are you using a maven-proxy by chance? > > > > > > Hermod > > > > > > > > > -Opprinnelig melding- > > > Fra: Torsten Krah [mailto:[EMAIL PROTECTED] > > > Sendt: 13. april 2007 10:12 > > > Til:

Re: SV: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Craig McClanahan
ah [mailto:[EMAIL PROTECTED] > Sendt: 13. april 2007 10:12 > Til: [EMAIL PROTECTED] > Emne: Re: Shale Build Error - Lifecycle class not found > > I got no directory ~/.m2/repository/org/apache/myfaces > > Output of mvn -X install: > > http://fachschaft.imn.htwk-leipzig.d

Re: SV: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Torsten Krah
en Krah [mailto:[EMAIL PROTECTED] > Sendt: 13. april 2007 10:12 > Til: [EMAIL PROTECTED] > Emne: Re: Shale Build Error - Lifecycle class not found > > I got no directory ~/.m2/repository/org/apache/myfaces > > Output of mvn -X install: > > http://fachschaft.imn.htwk-

RE: Shale Build Error - Lifecycle class not found

2007-04-13 Thread hermod.opstvedt
t: Re: Shale Build Error - Lifecycle class not found On 4/12/07, Torsten Krah <[EMAIL PROTECTED]> wrote: > cd ~/Development/src/shale-parent <- top lvl directory of svn checkout > > mvn clean install > > Whats "interesting" is - it seams the complete jsf spec api

SV: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Hermod Opstvedt
Hi Have you tried the mvn -U clean install? -U forces update. Also: Are you using a maven-proxy by chance? Hermod -Opprinnelig melding- Fra: Torsten Krah [mailto:[EMAIL PROTECTED] Sendt: 13. april 2007 10:12 Til: [EMAIL PROTECTED] Emne: Re: Shale Build Error - Lifecycle class not

Re: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Torsten Krah
I got no directory ~/.m2/repository/org/apache/myfaces Output of mvn -X install: http://fachschaft.imn.htwk-leipzig.de/~tkrah/mvn.out.gz Maven does not want to download anything extra, although myfaces is missing. Deleted .m2 already but myfaces does not get fetched. Torsten Am Donnerstag, den

Re: Shale Build Error - Lifecycle class not found

2007-04-12 Thread Craig McClanahan
On 4/12/07, Torsten Krah <[EMAIL PROTECTED]> wrote: cd ~/Development/src/shale-parent <- top lvl directory of svn checkout mvn clean install Whats "interesting" is - it seams the complete jsf spec api is not found. Searching ~/.m2 for a myfaces api i got: Nothing ... Hmm ... for me, it's in

Re: Shale Build Error - Lifecycle class not found

2007-04-12 Thread Torsten Krah
cd ~/Development/src/shale-parent <- top lvl directory of svn checkout mvn clean install Whats "interesting" is - it seams the complete jsf spec api is not found. Searching ~/.m2 for a myfaces api i got: Nothing ... Have i have to provide it myself anywhere - thought maven would fetch it if nee

Re: Shale Build Error - Lifecycle class not found

2007-04-11 Thread Craig McClanahan
Hmm ... building the current trunk code (with Maven 2.0.4) works for me when I do the following: cd /framework <-- top level directory of my SVN checkout mvn clean install Could you describe a little more about what commands you used to initiate the build that is breaking like this

Re: SV: Shale Build Error - Lifecycle class not found

2007-04-11 Thread Torsten Krah
Running 2.0.6 :-(

SV: Shale Build Error - Lifecycle class not found

2007-04-10 Thread Hermod Opstvedt
Hi Which Maven version are you running? Latest is 2.0.6 Hermod -Opprinnelig melding- Fra: Torsten Krah [mailto:[EMAIL PROTECTED] Sendt: 10. april 2007 14:30 Til: [EMAIL PROTECTED] Kopi: user@shale.apache.org Emne: RE: Shale Build Error - Lifecycle class not found Deleted the

RE: Shale Build Error - Lifecycle class not found

2007-04-10 Thread Torsten Krah
st.skip=true to circumvent testing. > > > Hermod > > > > -Original Message- > From: Torsten Krah [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 10, 2007 12:42 PM > To: user@shale.apache.org > Subject: Shale Build Error - Lifecycle class not found &g

Shale Build Error - Lifecycle class not found

2007-04-10 Thread Torsten Krah
Trying to build latest SVN Snapshot, i get: [INFO] Surefire report directory: /home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports org.apache.maven.surefire.booter.SurefireExecutionException: javax/faces/lifecycle/Lifecycle; nested exception is java.lang.NoClassDefFoundError