Subversion Repositories DevTools

Rev

Rev 840 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 840 Rev 842
Line 321... Line 321...
321
      }
321
      }
322
    };
322
    };
323
    
323
    
324
    try
324
    try
325
    {
325
    {
-
 
326
      // DEVI 46729, 46730, solaris 10 core dumps implicate deleteDirectory
-
 
327
      // let each BuildThread look after its own housekeeping
326
      File cwd = new File( "." );
328
      File ocwd = new File( "." );
-
 
329
      File cwd = new File( ocwd.getAbsolutePath() + System.getProperty( "file.separator" ) + mRtagId );
327
      
330
 
328
      File[] children = cwd.listFiles( filter );
331
      File[] children = cwd.listFiles( filter );
329
      
332
      
330
      if ( children != null )
333
      if ( children != null )
331
      {
334
      {
332
        for ( int child=0; child < children.length; child++ )
335
        for ( int child=0; child < children.length; child++ )