Well in fact exec svn in preparation task seems to be the cause. I can try rewritting the ant run tasks using this approach http://svnkit.com/kb/user-guide-ant.html
-----Message d'origine----- De : Olivier Lamy [mailto:[email protected]] Envoyé : lundi 3 juin 2013 11:17 À : [email protected] Objet : Re: svn commit: r1488703 - /archiva/site/src/site/xdoc/index.xml.vm I just did that. Note svnjava is use per default. [INFO] Changing the default 'svn' provider implementation to 'javasvn'. [WARNING] No output encoding, defaulting to UTF-8. [INFO] Updating the pub tree from scm:svn:https://svn.apache.org/repos/asf/archiva/site-content ... [INFO] SVN update directory: /Users/olamy/dev/sources/archiva-all/site/site-content [INFO] Updating content... [INFO] Publish files: 0 addition(s), 84 update(s), 0 delete(s) [INFO] Checking in SCM... [INFO] Checking in to the scm [INFO] SVN commit directory: /Users/olamy/dev/sources/archiva-all/site/site-content [INFO] Checked in 25 file(s) to revision: 1488930 2013/6/3 Eric Barboni <[email protected]>: > Sorry, but the current scm-pub configuration use svn cli and of course not available in this form on windows. > > If someone can publish site so we can see the ldap pictures :p > > Btw, can be use maven-scm-provider-svnjava ? > > Skygo > > -----Message d'origine----- > De : [email protected] [mailto:[email protected]] Envoyé : dimanche 2 > juin 2013 15:10 À : [email protected] Objet : svn commit: > r1488703 - /archiva/site/src/site/xdoc/index.xml.vm > > Author: skygo > Date: Sun Jun 2 13:09:43 2013 > New Revision: 1488703 > > URL: http://svn.apache.org/r1488703 > Log: > caroussel for new ldap were hard linked to M4-SNAP > > Modified: > archiva/site/src/site/xdoc/index.xml.vm > > Modified: archiva/site/src/site/xdoc/index.xml.vm > URL: > http://svn.apache.org/viewvc/archiva/site/src/site/xdoc/index.xml.vm?r > ev=1488703&r1=1488702&r2=1488703&view=diff > ====================================================================== > ======== > --- archiva/site/src/site/xdoc/index.xml.vm (original) > +++ archiva/site/src/site/xdoc/index.xml.vm Sun Jun 2 13:09:43 2013 > @@ -48,17 +48,17 @@ > <!-- Carousel items --> > <div class="carousel-inner"> > <div class="item active"> > - <img alt="" src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/ldap-configuratio n.png" height="120px"/> > + <img alt="" > + src="http://archiva.apache.org/docs/${newUiDocVersion}/images/ldap-c > + onfiguration.png" height="120px"/> > <div class="carousel-caption"> > <p>Dynamic LDAP Configuration.</p> > - <p><a href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/adminguide/redback-runt ime-configuration.html">View all.</a></p> > + <p><a > + href="http://archiva.apache.org/docs/${newUiDocVersion}/adminguide/r > + edback-runtime-configuration.html">View all.</a></p> > </div> > </div> > <div class="item"> > - <img alt="" src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/ldap-group-roles- mapping.png"/> > + <img alt="" > + src="http://archiva.apache.org/docs/${newUiDocVersion}/images/ldap-g > + roup-roles-mapping.png"/> > <div class="carousel-caption"> > <p>Dynamic LDAP Group-Roles mapping Configuration.</p> > - <p><a href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/adminguide/redback-runt ime-configuration.html">View all.</a></p> > + <p><a > + href="http://archiva.apache.org/docs/${newUiDocVersion}/adminguide/r > + edback-runtime-configuration.html">View all.</a></p> > </div> > </div> > <div class="item"> > > > -- Olivier Lamy Ecetera: http://ecetera.com.au http://twitter.com/olamy | http://linkedin.com/in/olamy
