Menu

#12 disk space runs out

open-accepted
None
5
2007-09-29
2006-10-10
Anonymous
No

hi i was using fat jar on a machine where i only have
200mb disk space.

while building the fat jar, a folder
TempFatjarBuildDir_erase_me is created. if disk space
runs out while assembling all classes and resources,
the fat jar plugin seems to make no effort to check or
report this problem, instead (on my machine) i get a
lot of exceptions on stderr and sometimes all of
eclipse freezes.

if possible, it would be better to store temporary data
using File.createTempFile() instead of inside the
project, or alternatively make the location of
TempFatjarBuildDir_erase_me configurable in the plugin
preferences

Discussion

  • Ferenc Hechler

    Ferenc Hechler - 2007-09-29
    • assigned_to: nobody --> ferenc_hechler
    • status: open --> open-accepted
     
  • Ferenc Hechler

    Ferenc Hechler - 2007-09-29

    Logged In: YES
    user_id=876063
    Originator: NO

    I see to requests:

    Feature-Request: make temp-folder configurable
    Would it be ok to put the temp-folder next to the output-file?

    Bugfix: better handling of out of disk error.

     
  • Ferenc Hechler

    Ferenc Hechler - 2007-09-29

    Logged In: YES
    user_id=876063
    Originator: NO

    will be fixed in one of the next releases