Now, it works fine but the url written on the console isn't correct for plugins
it's incorrect for plugins http://jakarta.apache.org/turbine/jars2//commons-betwixt/jars/commons-be twixt-SNAPSHOT.jar and correct for non-distributable-jars.list file http://jakarta.apache.org/turbine/jars2/non-distributable-jars.list Emmanuel -----Message d'origine----- De: Jason van Zyl <[EMAIL PROTECTED]> A: Turbine Maven Developers List <[EMAIL PROTECTED]> Date: 22/07/02 Objet: Re: Rep:Re: [PATHC] update ProjectVerifier class On Mon, 2002-07-22 at 08:33, Emmanuel Venisse wrote: > Thanks Emmanuel, Could you try it now, I think I have fixed the problem but I don't have a windows box to test it on. > -----Message d'origine----- > De: Jason van Zyl <[EMAIL PROTECTED]> > A: Turbine Maven Developers List <[EMAIL PROTECTED]> > Date: 22/07/02 > Objet: Re: [PATHC] update ProjectVerifier class > > On Mon, 2002-07-22 at 08:14, Emmanuel Venisse wrote: > > I update ProjectVerifier because on Windows platform, some url looks > > like > > > http://jakarta.apache.org/turbine/jars2/\<plugin-name>\jar\<plugin-jar-n > > ame> > > Ouch. > > I'll fix this at the source. It's all coming from DefaultJarArtifact. > Will take a look at fixing now. > > > this patch replace all occurences of "\" character with "/" > > > > 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 > > > > ---- > > > > > 436a437,447 > > > remoteRepo = remoteRepo.replace('\\', '/'); > > > remoteFile = remoteFile.replace('\\', '/'); > > > if (!remoteRepo.endsWith("/")) > > > { > > > remoteRepo += "/"; > > > } > > > if (remoteFile.startsWith("/")) > > > { > > > remoteFile = remoteFile.substring(1); > > > } > > > > > > > ---- > > > > > -- > > 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]>
