You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vi...@gmail.com> on 2008/01/17 01:25:08 UTC

Re: svn commit: r612633 - in /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265: pom.xml verify.bsh

Hi,

2008/1/16, olamy@apache.org <ol...@apache.org>:
> 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?

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r612633 - in /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265: pom.xml verify.bsh

Posted by Olivier Lamy <ol...@apache.org>.
2008/1/17, Vincent Siveton <vi...@gmail.com>:
> Hi,
>
> 2008/1/16, olamy@apache.org <ol...@apache.org>:
> > 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org