On 9 July 2013 18:37, Benedikt Ritter <[email protected]> wrote: > 2013/7/9 Olivier Lamy <[email protected]> > >> 2013/7/9 Benedikt Ritter <[email protected]>: >> > 2013/7/9 Olivier Lamy <[email protected]> >> > >> >> 2013/7/9 Benedikt Ritter <[email protected]>: >> >> > Hi, >> >> > >> >> > I'm currently learning how to publish our sites. I've read through the >> >> docs >> >> > [1] and this should be as easy as checking a component out, updating >> to >> >> the >> >> > lastest parent and calling mvm clean site-deploy, right? >> >> > >> >> > When I run this on BeanUtils (we have this [2] request to update the >> >> site) >> >> > it does a lot of stuff but finally gets stuck here: >> >> > >> >> > [INFO] Working directory: /Users/bene/commons-sites/commons-beanutils >> >> > [INFO] Checking in SCM... >> >> > [INFO] Checking in to the scm >> >> > [INFO] Executing: /bin/sh -c cd >> >> /Users/bene/commons-sites/commons-beanutils >> >> > && svn --username britter --password '*****' --no-auth-cache >> >> > --non-interactive commit --file >> >> > >> >> >> /var/folders/66/6_p15z9j15b6gmgyc19g42cw0000gn/T/maven-scm-1319312966.commit >> >> > [INFO] Working directory: /Users/bene/commons-sites/commons-beanutils >> >> > >> >> > Then nothing happens. It has probably something to do with my machine. >> >> I'm >> >> > passing my user name and password via -Dusername and -Dpassword. The >> log >> >> > looks like this works. I'm using: >> >> > >> >> > localhost:~ bene$ svn --version >> >> > svn, version 1.6.18 (r1303927) >> >> > compiled Feb 6 2013, 14:18:52 >> >> > >> >> > and >> >> > >> >> > localhost:~ bene$ mvn -version >> >> > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; >> 2013-02-19 >> >> > 14:51:28+0100) >> >> > Maven home: /Applications/dev/maven/apache-maven-3.0.5 >> >> > Java version: 1.7.0_25, vendor: Oracle Corporation >> >> > Java home: >> >> > /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre >> >> > Default locale: de_DE, platform encoding: UTF-8 >> >> > OS name: "mac os x", version: "10.8.4", arch: "x86_64", family: "mac" >> >> > >> >> > Any idea how to fix this? >> >> >> >> Be patient as that can be very very very (n) long. (a lot of files to >> >> commit). Maybe upgrade your svn version to have better performance. >> >> BTW I have just deployed and it work but I do that from a personal ci >> >> server so I can do something else with my laptop. >> >> >> > >> > Hi Oliver, >> > >> > thanks for taking care of this and thanks for the information about site >> > publish. I'll wait longer next time. >> > >> > Personal CI server? :-) gotta have one ;-) >> >> It's just a matter to be able to convince your wife to have a rack in >> the living room. >> 4u is not so big, you can easily decorate it... >> > > Why don't we configure the job for site publishing you have on your > personal CI at http://builds.apache.org? >
Publishing requires personal login credentials, which must not be stored on a shared system. >> >> :-) >> >> > >> > Benedikt >> > >> > >> >> >> >> > >> >> > TIA! >> >> > Benedikt >> >> > >> >> > [1] http://commons.apache.org/site-publish.html >> >> > [2] https://issues.apache.org/jira/browse/BEANUTILS-442 >> >> > >> >> > -- >> >> > http://people.apache.org/~britter/ >> >> > http://www.systemoutprintln.de/ >> >> > http://twitter.com/BenediktRitter >> >> > http://github.com/britter >> >> >> >> >> >> >> >> -- >> >> Olivier Lamy >> >> Ecetera: http://ecetera.com.au >> >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] >> >> For additional commands, e-mail: [email protected] >> >> >> >> >> > >> > >> > -- >> > http://people.apache.org/~britter/ >> > http://www.systemoutprintln.de/ >> > http://twitter.com/BenediktRitter >> > http://github.com/britter >> >> >> >> -- >> Olivier Lamy >> Ecetera: http://ecetera.com.au >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
