Subversion Repositories DevTools

Rev

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

Rev 864 Rev 868
Line 399... Line 399...
399
      
399
      
400
    RippleEngine rippleEngine = new RippleEngine(releaseManager, 11111, true);
400
    RippleEngine rippleEngine = new RippleEngine(releaseManager, 11111, true);
401
    // this is all the MasterThread does
401
    // this is all the MasterThread does
402
    try
402
    try
403
    {
403
    {
-
 
404
      rippleEngine.collectMetaData();
404
      rippleEngine.planRelease();
405
      rippleEngine.planRelease();
405
    }
406
    }
406
    catch(Exception e)
407
    catch(Exception e)
407
    {
408
    {
408
    }
409
    }
Line 442... Line 443...
442
      new ReleaseManager("iteration2", "not used", "not used");
443
      new ReleaseManager("iteration2", "not used", "not used");
443
      
444
      
444
    // this is all the MasterThread does
445
    // this is all the MasterThread does
445
    try
446
    try
446
    {
447
    {
-
 
448
      rippleEngine.collectMetaData();
447
      rippleEngine.planRelease();
449
      rippleEngine.planRelease();
448
    }
450
    }
449
    catch(Exception e)
451
    catch(Exception e)
450
    {
452
    {
451
    }
453
    }
Line 482... Line 484...
482
      new ReleaseManager("iteration3", "not used", "not used");
484
      new ReleaseManager("iteration3", "not used", "not used");
483
      
485
      
484
    // this is all the MasterThread does
486
    // this is all the MasterThread does
485
    try
487
    try
486
    {
488
    {
-
 
489
      rippleEngine.collectMetaData();
487
      rippleEngine.planRelease();
490
      rippleEngine.planRelease();
488
    }
491
    }
489
    catch(Exception e)
492
    catch(Exception e)
490
    {
493
    {
491
    }
494
    }
Line 522... Line 525...
522
      new ReleaseManager("iteration4", "not used", "not used");
525
      new ReleaseManager("iteration4", "not used", "not used");
523
      
526
      
524
    // this is all the MasterThread does
527
    // this is all the MasterThread does
525
    try
528
    try
526
    {
529
    {
-
 
530
      rippleEngine.collectMetaData();
527
      rippleEngine.planRelease();
531
      rippleEngine.planRelease();
528
    }
532
    }
529
    catch(Exception e)
533
    catch(Exception e)
530
    {
534
    {
531
    }
535
    }
Line 562... Line 566...
562
      new ReleaseManager("iteration5", "not used", "not used");
566
      new ReleaseManager("iteration5", "not used", "not used");
563
      
567
      
564
    // this is all the MasterThread does
568
    // this is all the MasterThread does
565
    try
569
    try
566
    {
570
    {
-
 
571
      rippleEngine.collectMetaData();
567
      rippleEngine.planRelease();
572
      rippleEngine.planRelease();
568
    }
573
    }
569
    catch(Exception e)
574
    catch(Exception e)
570
    {
575
    {
571
    }
576
    }
Line 602... Line 607...
602
      new ReleaseManager("iteration6", "not used", "not used");
607
      new ReleaseManager("iteration6", "not used", "not used");
603
      
608
      
604
    // this is all the MasterThread does
609
    // this is all the MasterThread does
605
    try
610
    try
606
    {
611
    {
-
 
612
      rippleEngine.collectMetaData();
607
      rippleEngine.planRelease();
613
      rippleEngine.planRelease();
608
    }
614
    }
609
    catch(Exception e)
615
    catch(Exception e)
610
    {
616
    {
611
    }
617
    }
Line 642... Line 648...
642
      new ReleaseManager("iteration7", "not used", "not used");
648
      new ReleaseManager("iteration7", "not used", "not used");
643
      
649
      
644
    // this is all the MasterThread does
650
    // this is all the MasterThread does
645
    try
651
    try
646
    {
652
    {
-
 
653
      rippleEngine.collectMetaData();
647
      rippleEngine.planRelease();
654
      rippleEngine.planRelease();
648
    }
655
    }
649
    catch(Exception e)
656
    catch(Exception e)
650
    {
657
    {
651
    }
658
    }