[packager] Symlink Check is wrong

XMLWordPrintable

      Investigate this code. Windows XP does not support symlinks but Windows 7 and above does.

      IOUtils.java

          public static boolean isNotSymbolicLink(File file) {
              //no symlinks on windows
              if (Platform.getPlatform() == Platform.WINDOWS) {
                  return true;
              }

            Assignee:
            Chris Bensen (Inactive)
            Reporter:
            Chris Bensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: