Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] fe5253: Fixed Windows build issues by converting IResource...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: fe525300f5c76efedb22b1072862b688de498b38
      https://github.com/eclipse/ice/commit/fe525300f5c76efedb22b1072862b688de498b38
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-05-20 (Wed, 20 May 2015)

  Changed paths:
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/JobProfileTester.java

  Log Message:
  -----------
  Fixed Windows build issues by converting IResources to Files and calling
deleteOnExit() instead of just delete(). The Windows filesystem does not
automatically release open handles on files when delete is called in the
same way that *nix systems do. Fixes bug 458173.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>



Back to the top