Yep, much better :) Thanks,
Hen On Wed, 18 Feb 2004, Mark R. Diggory wrote: > Try updating commons-build and running maven site in your project again now. > > -Mark > > Mark R. Diggory wrote: > > > I'll change the name of the goal if its interfering. I wasn't > > encountering this with my tests between commons-build and the math project. > > > > -Mark > > > > Emmanuel Venisse wrote: > > > >> The problem is due to goal site in commons-build/maven.xml > >> > >> this goal is inherit by maven, so, when you run maven site, this goal is > >> used and not site goal define in maven plugin. > >> > >> First solution rename site goal in maven.xml to commons:site > >> Second solution change basedir in site goal. > >> > >> Where you run maven site? in commons or commons/discovery? > >> > >> Emmanuel > >> > >> ----- Original Message ----- From: "Emmanuel Venisse" > >> <[EMAIL PROTECTED]> > >> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> > >> Sent: Wednesday, February 18, 2004 11:54 AM > >> Subject: Re: [general] 'maven site' problem > >> > >> > >> > >>> Can you run with -e option for obtain stack trace. > >>> > >>> Emmanuel > >>> > >>> ----- Original Message ----- From: "Henri Yandell" > >>> <[EMAIL PROTECTED]> > >>> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> > >>> Sent: Wednesday, February 18, 2004 11:29 AM > >>> Subject: [general] 'maven site' problem > >>> > >>> > >>> > >>>> I'm trying to do a maven site and getting a failure early on. Running > >> > >> > >> with > >> > >>>> -X, I get: > >>>> > >>>> BUILD FAILED > >>>> File...... file:/Users/hen/java/jakarta/src/jakarta-commons/discovery/ > >>>> Element... maven:reactor > >>>> Line...... 75 > >>>> Column.... 7 > >>>> > >>>> ~/java/jakarta/src/jakarta-commons/discovery/:75:7: <maven:reactor> > >> > >> > >> error > >> > >>>> getting projects > >>>> ~/java/jakarta/src/jakarta-commons/project.xml (No such file or > >> > >> > >> directory) > >> > >>>> > >>>> and yet the discovery project.xml is right, and the commons-build/ dir > >> > >> > >> is > >> > >>>> up to date. I also have the same error for Lang. > >>>> > >>>> Any ideas? > >>>> > >>>> Hen > >>>> > >>>> > >>>> --------------------------------------------------------------------- > >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>> For additional commands, e-mail: [EMAIL PROTECTED] > >>>> > >>>> _____________________________________________________________________ > >>>> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger > >>>> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de > >>>> France > >>> > >>> > >>> _____________________________________________________________________ > >>> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger > >>> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France > >>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> _____________________________________________________________________ > >>> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger > >>> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France > >> > >> > >> > >> _____________________________________________________________________ > >> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger > >> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > -- > Mark Diggory > Software Developer > Harvard MIT Data Center > http://www.hmdc.harvard.edu > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
