On Mon, 2002-07-22 at 10:58, Emmanuel Venisse wrote: > it's the following errors when i compile the pom plugin: > package org.apache.maven.project does not exist > package org.apache.maven.executor does not exist > package org.dom4j does not exist > package org.dom4j.io does not exist > > it's why i add maven and dom4j in dependencies of pon plugin.
That's what i didn't check in ... > Emmanuel > > P.S.: I launch the bootstrap with a clean cvs head > > > -----Message d'origine----- > De: Jason van Zyl <[EMAIL PROTECTED]> > A: Turbine Maven Developers List <[EMAIL PROTECTED]> > Date: 22/07/02 > Objet: Re: Rep:Re: [PATCH] Update pom plugin dependency > > On Mon, 2002-07-22 at 10:17, Emmanuel Venisse wrote: > > Why you don't apply the patch? The compile of pom plugin project > doen't > > work. > > What's the error? I can compile it which could mean I might have missed > checking something in. > > > Emmanuel > > > > -----Message d'origine----- > > De: Jason van Zyl <[EMAIL PROTECTED]> > > A: Turbine Maven Developers List > <[EMAIL PROTECTED]> > > Date: 22/07/02 > > Objet: Re: [PATCH] Update pom plugin dependency > > > > On Mon, 2002-07-22 at 08:05, Emmanuel Venisse wrote: > > > Add maven and dom4j in dependency for compile > > > > Already got to that one, but thanks! :-) > > > > > Emmanuel > > > > > > > > > > > > ________________________________________________________________________ > > ______ > > > ifrance.com, l'email gratuit le plus complet de l'Internet ! > > > vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... > > > http://www.ifrance.com/_reloc/email.emailif > > > > > > ---- > > > > > > > > 63a64,82 > > > > <dependency> > > > > <id>dom4j</id> > > > > <version>1.4-dev-3</version> > > > > <metaEntries> > > > > <metaEntry>classloader:root</metaEntry> > > > > </metaEntries> > > > > </dependency> > > > > > > > > <!-- > > > > > > > > Required because of Project and AbstractExecutor. > > > > > > > > --> > > > > <dependency> > > > > <id>maven</id> > > > > <version>b5</version> > > > > <jar>maven.jar</jar> > > > > </dependency> > > > > > > > > > > ---- > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > -- > > jvz. > > > > Jason van Zyl > > [EMAIL PROTECTED] > > http://tambora.zenplex.org > > > > In short, man creates for himself a new religion of a rational > > and technical order to justify his work and to be justified in it. > > > > -- Jacques Ellul, The Technological Society > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > ________________________________________________________________________ > ______ > > ifrance.com, l'email gratuit le plus complet de l'Internet ! > > vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... > > http://www.ifrance.com/_reloc/email.emailif > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational > and technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > ______________________________________________________________________________ > ifrance.com, l'email gratuit le plus complet de l'Internet ! > vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... > http://www.ifrance.com/_reloc/email.emailif > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
