I am a newly-minted committer for the commons/net project.
Jeff Brekke suggested that my first commit be to change project.xml to put my name 
among the developers section and remove it from the contributors section.  I have done 
so and committed the file.  

The second action he asked me to take was to regen the site using the maven 
site:deploy command.  This hasn't worked.  I have tried supplying my username on the 
command line, via build.properties, and while maven recognizes the username and tries 
to pass it to the server, it will not let me connect.

This is the end of the output:

site:sshdeploy:
    [echo]
      siteAddress = jakarta.apache.org
      siteDirectory = /www/jakarta.apache.org/commons/net/

    [tar] Building tar: 
/home/scohen/jakarta-commons/net/target/commons-net-1.0.1-dev-site.tar
    [gzip] Building: 
/home/scohen/jakarta-commons/net/target/commons-net-1.0.1-dev-site.tar.gz
    [delete] Deleting: 
/home/scohen/jakarta-commons/net/target/commons-net-1.0.1-dev-site.tar
Password:
Response:
    [exec] Connection closed by 208.185.179.12
    [exec] [ERROR] Result: -1
Password:
Response:
    [exec] Connection closed by 208.185.179.12
    [exec] lost connection
    [exec] [ERROR] Result: 1
Password:
Response:
    [exec] Connection closed by 208.185.179.12
    [exec] [ERROR] Result: -1
    [delete] Deleting: 
/home/scohen/jakarta-commons/net/target/commons-net-1.0.1-dev-site.tar.gz
BUILD SUCCESSFUL
Total time: 3 minutes 51 seconds

At every point where I am asked for a password, I put my cvs.apache.org password in 
and it is not recognized.  Shouldn't it be using my ssh setup anyway?  And even if 
not, it doesn't recognize my password.  I think it's because my username is known on 
cvs.apache.org but not on jakarta.apache.org.  What must I do to get this to work?







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

Reply via email to