Re: Error deleting file in unit test

2012-06-01 Thread Xavier NOPRE
Oups, sorry, missing Yes, the serveur in under Windows ... Xavier 2012/6/1 Alex Earl > Are you running your Jenkins on Windows by chance? > > Sent from my Windows Phone > ------ > From: Xavier NOPRE > Sent: 6/1/2012 5:20 AM > To: jenkinsci-u

Error deleting file in unit test

2012-06-01 Thread Xavier NOPRE
Hi all, My context : new Java application, recent Jenkins, Maven projet, ... In a unit test, a File is created in "current" directory, and to let the workspace clean, after the test, I delete the file. It's OK on my computer, under Eclipse and with Maven command line on console. But in Jenkins,

Re: CVS and extssh

2012-05-24 Thread Xavier NOPRE
is compulsory to get finished successfully. Any troubleshooting >> beyond this point is senseless if you can't establish the connection from >> command line. >> >> Take care >> Jan >> >> >> Am Mittwoch, 9. Mai 2012 11:53:19 UTC+2 schrieb Xavier

Re: CVS and extssh

2012-05-09 Thread Xavier NOPRE
Hi, Did you export your putty key to the openssh format ? > Did you make your key with a passphrase ? > Sorry, I don't understand your questions ... :-( I have to indicate a key file to Jenkins to connect to the server (not my server). I think that this key file is depending on the server, no ?

Re: CVS and extssh

2012-05-09 Thread Xavier NOPRE
Hi Vincent, Thank you for your reply. Search "putty generate key" and you will find some site like : > > http://kb.siteground.com/article/How_to_generate_an_SSH_key_on_Windows_using_PuTTY.html > . > > And generate a key in the supported format by your server. > Yes, I had tired this, I have jus

Re: CVS and extssh

2012-05-09 Thread Xavier NOPRE
ssh.html<http://www-d0.fnal.gov/software/cmgt/cvs_ssh.html> >> >> you need to have an environment variable >> CVS_RSH set to your ssh executable. >> >> my guess. >> Tim >> >> >> On 2 May 2012 14:04, Xavier NOPRE wrote: >> > Hi V

Re: CVS and extssh

2012-05-02 Thread Xavier NOPRE
onnection for cvs is "ext". > > Best regards, > > Vincent > > From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] > on behalf of Xavier NOPRE [xno...@gmail.com] > Sent: Wednesday, May 02, 2012 2:41 PM > To: jenkinsci-users@googlegroups.com

CVS and extssh

2012-05-02 Thread Xavier NOPRE
Hi, I've just installed the last version of Jenkins. I have created a first job for a Maven project. But my problem is with CVS. In Eclipse, my CVS URL is with ":extssh:" prefix. But with Jenkins, I have this error : "cvs checkout: Unknown method (`extssh') in CVSROOT.". My server OS is Windows.