Hi Fabrizio,

        Can you note it in the changes file ....

        Thx

Arnaud



> -----Message d'origine-----
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Envoyé : dimanche 13 novembre 2005 19:33
> À : commits@maven.apache.org
> Objet : svn commit: r333087 - 
> /maven/maven-1/plugins/trunk/site/plugin.jelly
> 
> Author: fgiust
> Date: Sun Nov 13 10:33:13 2005
> New Revision: 333087
> 
> URL: http://svn.apache.org/viewcvs?rev=333087&view=rev
> Log:
> don't change permissions on the home dir but only on 
> contained files/directories.
> 
> The home dir is not created/overwritten by the site deploy so 
> its permissions should not be changed (the build failed if 
> the users couldn't change permissions on this directory)
> 
> Modified:
>     maven/maven-1/plugins/trunk/site/plugin.jelly
> 
> Modified: maven/maven-1/plugins/trunk/site/plugin.jelly
> URL: 
> http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site
> /plugin.jelly?rev=333087&r1=333086&r2=333087&view=diff
> ==============================================================
> ================
> --- maven/maven-1/plugins/trunk/site/plugin.jelly (original)
> +++ maven/maven-1/plugins/trunk/site/plugin.jelly Sun Nov 13 10:33:13 
> +++ 2005
> @@ -143,10 +143,10 @@
>           remotedir="${siteDirectory}"/>    
>      <ftp server="${siteAddress}"
>         depends="true"
> -      userid="${siteUsername}"
> -      password="${maven.password}"
> -      remotedir="${siteDirectory}"
> -      chmod="${maven.site.chmod.mode}">
> +       userid="${siteUsername}"
> +       password="${maven.password}"
> +       remotedir="${siteDirectory}"
> +       chmod="${maven.site.chmod.mode}">
>           <fileset dir="${docsDest}" includes="**/*.*"/>
>      </ftp>
>  
> @@ -193,7 +193,7 @@
>      </exec>
>      <echo>Updating files modes on the remote host</echo>
>      <exec dir="." executable="${maven.ssh.executable}" 
> failonerror="${maven.site.failonerror}">
> -      <arg line="${maven.ssh.args} -l ${siteUsername} 
> ${siteAddress} 'cd ${maven.homepage} &amp;&amp; chmod 
> ${maven.site.chmod.options} ${maven.site.chmod.mode} * .'"/>
> +      <arg line="${maven.ssh.args} -l ${siteUsername} ${siteAddress} 
> + 'cd ${maven.homepage} &amp;&amp; chmod ${maven.site.chmod.options} 
> + ${maven.site.chmod.mode} * ./*'"/>
>      </exec>
>      <echo>Deleting remote archive</echo>
>      <exec dir="." executable="${maven.ssh.executable}" 
> failonerror="${maven.site.failonerror}">
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to