AW: Authenticating cvs extssh w/o getting prompted

2010-07-11 Thread Knuplesch, Juergen
Hello, in our environment this works with putty and generated keys stored in files. Regards Juergen -Ursprüngliche Nachricht- Von: gturek [mailto:g.tu...@niwa.co.nz] Gesendet: Montag, 12. Juli 2010 05:18 An: user@ant.apache.org Betreff: Authenticating cvs extssh w/o getting prompted A

Re: Authenticating cvs extssh w/o getting prompted

2010-07-11 Thread gturek
After much googling it seems like one must have a password-less loginset up to make both ant and (in my case) CruiseControl work. I was able to set that up following this documentation: http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html Hope this helps someone in the future.

Authenticating cvs extssh w/o getting prompted

2010-07-11 Thread gturek
As part of our automatic builds, I have to connect to an external server using extssh, but I cannot get it to work without it prompting the user, which defeats the purpose of an automatic build. I've used the cvspass task, I've tried to reference the password file in the cvs task, nothing works.

Re: Reusing property values in a properties file

2010-07-11 Thread Sony Antony
Beware of this bug,https://issues.apache.org/bugzilla/show_bug.cgi?id=44226 If you have a property line like this in your properties file used for filter.. XXX=jhkhk y...@xxx@ukjlj...@xxx@ ( @XXX@ appearing multiple times above ) ... you will get in trouble that has been fixed in ant 1.8, I thi