2008/1/17, Vincent Siveton <[EMAIL PROTECTED]>:
> Hi,
>
> 2008/1/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> > Author: olamy
> > Date: Wed Jan 16 15:40:57 2008
> > New Revision: 612633
> >
> > URL: http://svn.apache.org/viewvc?rev=612633&view=rev
> > Log:
> > fix the verify.sh to failed in case bad interpolation of download.apt.vm
> >
> >
> > Modified:
> >     maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml
> >     maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh
> >
> > Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml
> > URL: 
> > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml?rev=612633&r1=612632&r2=612633&view=diff
> > ==============================================================================
> > --- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml 
> > (original)
> > +++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml Wed Jan 
> > 16 15:40:57 2008
> > @@ -27,6 +27,6 @@
> >    <version>1.0-SNAPSHOT</version>
> >    <name>MSITE-265 It</name>
> >    <properties>
> > -    <currentVersion>2.0-beta-7-SNAPSHOT</currentVersion>
> > +    <currentVersion>2.0.7</currentVersion>
> >    </properties>
> > -</project>
> > \ No newline at end of file
> > +</project>
>
> Could you revert this?
>

The it here test the interpolation for the download.html [1].

Look at the file in the plugin it [2] and the one in the maven site [3].
No sure for the revert.
--
Olivier

[1] http://maven.apache.org/download.html
[2] 
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/src/site/apt/download.apt.vm
[3} 
https://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/download.apt.vm

> Thanks,
>
> Vincent
>
> > Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh
> > URL: 
> > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh?rev=612633&r1=612632&r2=612633&view=diff
> > ==============================================================================
> > --- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh 
> > (original)
> > +++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh Wed 
> > Jan 16 15:40:57 2008
> > @@ -70,6 +70,7 @@
> >      if ( indexOf < 0)
> >      {
> >         System.err.println( "download.html doesn't contains Download Maven 
> > 2.0.7" );
> > +        return false;
> >      }
> >
> >  }
> >
> >
> >
>
> ---------------------------------------------------------------------
> 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]

Reply via email to