Re: Error deleting file in unit test

2012-06-01 Thread Xavier NOPRE
sers > Subject: Error deleting file in unit test > > 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.

RE: Error deleting file in unit test

2012-06-01 Thread 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-users Subject: Error deleting file in unit test Hi all, My context : new Java application, recent Jenkins, Maven projet, ... In a

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,