ericmckean / jarjar

Automatically exported from code.google.com/p/jarjar
0 stars 0 forks source link

jarjarXXXXXX.jar files are not deleted from the temp directory #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add ant task for jarjar in netbeans project.
2. After doing a build, and jarjar doing what it is supposed to do, I have a 
jarjarXXXXXXXXX.jar file remaining in my temp directory every time.

What is the expected output? What do you see instead?
I expect all temporary file to be cleaned up properly.  Instead, these 
non-small files accumulate in my temp directory and give me disk space issues.

What version of the product are you using? On what operating system?
On jarjar-1.0, I was seeing jarjarXXXXXX.tmp files remaining.  I upgraded to 
jarjar-1.3, and now see jarjarXXXXXX.jar files remaining.

Please provide any additional information below.
From looking at the StandaloneJarProcessor code, I see that the temp file is 
attempting to be deleted.  I don't see any errors in my netbeans output to 
indicate why that code would not be called.

Original issue reported on code.google.com by w60...@gmail.com on 28 Jun 2012 at 8:06