1. 10 1月, 2015 15 次提交
  2. 10 3月, 2014 2 次提交
  3. 03 3月, 2014 7 次提交
  4. 02 3月, 2014 1 次提交
  5. 01 3月, 2014 3 次提交
  6. 28 2月, 2014 5 次提交
  7. 27 2月, 2014 5 次提交
  8. 26 2月, 2014 2 次提交
    • J
      [FIXED JENKINS-21958] FilePath.copyRecursiveTo given a scanner including a... · 7c568178
      Jesse Glick 提交于
      [FIXED JENKINS-21958] FilePath.copyRecursiveTo given a scanner including a symlink but not any regular file in the same directory would neglect to create the parent directory on the destination and thus not copy the link.
      (Util.createSymlink is partly to blame for not throwing a descriptive IOException when it fails to create a link,
      but this is its historical behavior needed for compatibility.
      copyRecursiveTo also continues to suppress error text from this method because there is nowhere for it to go.
      Perhaps need a new variant of createSymlink that is guaranteed to either have created the link or throw an exception.)
      7c568178
    • J
      Let netbeans.compile.on.save revert to its default. · 7b420175
      Jesse Glick 提交于
      Seems to work in 8.0 at least for some functional tests.
      Developers can always disable it privately if they run into issues.
      7b420175