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

2008-01-16 Thread Vincent Siveton
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=612633view=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=612633r1=612632r2=612633view=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 @@
version1.0-SNAPSHOT/version
nameMSITE-265 It/name
properties
 -currentVersion2.0-beta-7-SNAPSHOT/currentVersion
 +currentVersion2.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=612633r1=612632r2=612633view=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]



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

2008-01-16 Thread Olivier Lamy
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=612633view=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=612633r1=612632r2=612633view=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 @@
 version1.0-SNAPSHOT/version
 nameMSITE-265 It/name
 properties
  -currentVersion2.0-beta-7-SNAPSHOT/currentVersion
  +currentVersion2.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=612633r1=612632r2=612633view=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]