Need to refresh the cache dir, so that the packer does not try to pack the deleted index lock
authorJan Lahoda <jlahoda@netbeans.org>
Thu, 29 Nov 2012 18:54:05 +0100
changeset 9031939346200e6
parent 902 773cc3e81c22
child 904 eff9ad53e614
Need to refresh the cache dir, so that the packer does not try to pack the deleted index lock
remoting/server/indexer/impl/src/org/netbeans/modules/jackpot30/backend/impl/OptionProcessorImpl.java
     1.1 --- a/remoting/server/indexer/impl/src/org/netbeans/modules/jackpot30/backend/impl/OptionProcessorImpl.java	Wed Nov 21 20:10:04 2012 +0100
     1.2 +++ b/remoting/server/indexer/impl/src/org/netbeans/modules/jackpot30/backend/impl/OptionProcessorImpl.java	Thu Nov 29 18:54:05 2012 +0100
     1.3 @@ -204,6 +204,8 @@
     1.4              }
     1.5          }
     1.6  
     1.7 +        cacheTemp.refresh();
     1.8 +
     1.9          JarOutputStream out = null;
    1.10          InputStream segments = null;
    1.11