Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not closing references JAR file #203

Open
frankbenoit opened this issue Apr 28, 2016 · 3 comments
Open

Not closing references JAR file #203

frankbenoit opened this issue Apr 28, 2016 · 3 comments
Labels
comp:core core feature of infinitest (infinitest-lib + infinitest-runner)) status:needs-repro type: bug

Comments

@frankbenoit
Copy link

After installing Infinitest, i encouter JAR files being locked by Eclipse. After deinstalling Infinitest, the behavior is going away.

The JAR file is used in a Java project, and I want to re-create it from outside. But the file cannot be overwritten because the file is blocked. The only ways are:

  1. close/restart Eclipse OR
  2. Use the process explorer, find eclipse, find the handle to the JAR, close the handle.

Please avoid that Infinitest is keeping workspace recourses open.

@sarod
Copy link
Member

sarod commented Jun 10, 2016

Could you clarify which jar you are talking about.
Is it a jar that is part of eclipse installation or a jar that is in the compile classpath of one of your project using infinitest?

@frankbenoit
Copy link
Author

frankbenoit commented Jun 12, 2016

Hello Sébastien

It is about a jar in the classpath of a project. In a sub dir of the
project. It contains classes, sources, images for javadoc.
A ANT build is going to delete and regenerate it. The delete fails when
infinitest is installed. Even when no tests in/for that project exist.

Frank

@sarod sarod added the comp:core core feature of infinitest (infinitest-lib + infinitest-runner)) label Jun 13, 2016
@sarod
Copy link
Member

sarod commented Aug 2, 2016

@frankbenoit could you please provide a sample github project that allows to reproduce the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:core core feature of infinitest (infinitest-lib + infinitest-runner)) status:needs-repro type: bug
Projects
None yet
Development

No branches or pull requests

2 participants