Bryan Pendleton <[EMAIL PROTECTED]> writes:
> Hi Jean, thanks for the pointers. This looks pretty straightforward.
>
> I'll try to get myself added to the site.
>
> I'm having a bit of trouble following your notes where you say:
>
> (2) I set up the ssh key and started the agent per
> http://www.cs.utk.edu/~england/ssh.html .
>
> In the context of those instructions, is it correct that:
>
> - my "local machine" is the machine where I normally do my
> svn checkout and svn commit commands, and
> - "the CS machine" is people.apache.org?
> - my "CS homearea" is my home directory on people.apache.org?
That sounds correct. With that configuration I managed to run
maven -Dmaven.username=kahatlen site:deploy
successfully. At least, it said BUILD SUCCESSFUL in the end, but there
were a lot of "operation not permitted" messages:
% maven -Dmaven.username=kahatlen site:deploy
(...)
[exec] chmod: ./derby/javadoc/publishedapi/jdbc4/overview-tree.html:
Operation not permitted
[exec] chmod: ./derby/javadoc/publishedapi/jdbc4/package-list: Operation
not permitted
[exec] chmod: ./derby/javadoc/publishedapi/jdbc4/resources/inherit.gif:
Operation not permitted
[exec] chmod: ./derby/javadoc/publishedapi/jdbc4/serialized-form.html:
Operation not permitted
[exec] chmod: ./derby/javadoc/publishedapi/jdbc4/stylesheet.css: Operation
not permitted
[exec] chmod: ./.htaccess: Operation not permitted
[delete] Deleting:
/usr/home/kah/derby/db-site/target/db-site-1.0-site.tar.gz
BUILD SUCCESSFUL
Total time: 53 seconds
Finished at: Fri Aug 18 21:50:28 CEST 2006
We'll just have to wait a couple of hours and see if the DB site is
still there. If it suddenly disappears or is broken, you know I'm to
blame...
--
Knut Anders