We have eliminate some things in the other emails. Lets see what remains ...
Web Maestro Clay wrote: > I'm having problems setting up & running forrestbot for Apache XML > Graphics site. > > If I run `forrest -f publish.xml` I get the following: > > ===== > [...] > Logging Error: Writing event to closed stream. > Total time: 0 minutes 37 seconds, Site size: 176,969 Site pages: 28 > ------------------------------ > Static site was successfully generated at: > /Users/Shared/_WebDLs/_repos/apache/xmlgraphics/site/build/forrest-docs > ------------------------------ > > > ....... Forrest render END > > Copying 1 file to /Users/Shared/_WebDLs/_repos/apache/xmlgraphics/ > site/build/forrest/log > > build: > > deploy.scp-alt: > Enter passphrase for your private key for scp to [EMAIL PROTECTED]:/ > www/xmlgraphics.apache.org: Did you have a chance to add your passphrase here? If not then try setting up 'ssh-agent' first ... [localhost]$ cd _repos/apache/xmlgraphics/site [localhost]$ ssh-agent bash # presume you are using bash [localhost]$ ssh-add [localhost]$ forrest -f publish.xml > Connecting to cvs.apache.org:22 > > BUILD FAILED > /Users/Shared/_WebDLs/_repos/apache/xmlgraphics/site/publish.xml:54: > com.jcraft.jsch.JSchException: Auth fail > > Total time: 1 minute 2 seconds > [EMAIL PROTECTED] site]$ > ===== > The full CLI output from the above run is here[2] > > Here's some background: > [EMAIL PROTECTED] site]$ pwd > /Users/Shared/_WebDLs/_repos/apache/xmlgraphics/site > [EMAIL PROTECTED] site]$ cat ../deploy.settings > <project> > <property name="deploy.scp.user" value="clay"/> > <property name="deploy.scp.keyfile" value="/Users/clay/.ssh/ > id_dsa"/> > </project> Perhaps it just needs to be /Users/clay/.ssh -David