Subversion Repositories DevTools

Rev

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

Rev 908 Rev 910
Line 450... Line 450...
450
         * 2     34     CommonDependency             .tim  2.TIM.WIP \vob\CommonDependency             M
450
         * 2     34     CommonDependency             .tim  2.TIM.WIP \vob\CommonDependency             M
451
         * 3     908    SolarisCentricProduct        .tim  3.TIM.WIP \vob\SolarisCentricProduct        N
451
         * 3     908    SolarisCentricProduct        .tim  3.TIM.WIP \vob\SolarisCentricProduct        N
452
         * 4     6      GenericProduct               .tim  4.TIM.WIP \vob\GenericProduct               P
452
         * 4     6      GenericProduct               .tim  4.TIM.WIP \vob\GenericProduct               P
453
         * 5     11     Product                      .tim  5.TIM.WIP \vob\Product                      M
453
         * 5     11     Product                      .tim  5.TIM.WIP \vob\Product                      M
454
         * 6     113    UnfinishedProduct            .tim  6.TIM.WIP \vob\UnfinishedProduct            M
454
         * 6     113    UnfinishedProduct            .tim  6.TIM.WIP \vob\UnfinishedProduct            M
-
 
455
         * 25    45     Banana                       .tim  B.TIM.WIP \vob\Banana                       M
455
         */
456
         */
456
         if ( mConnectionString.compareTo("iteration1") == 0 )
457
         if ( mConnectionString.compareTo("iteration1") == 0 )
457
         {
458
         {
458
           Package p = new Package(0, "UncommonDependency", ".tim", "UncommonDependency.tim", "0.TIM.WIP", "\\vob\\UncommonDependency", 'P', 'b');
459
           Package p = new Package(0, "UncommonDependency", ".tim", "UncommonDependency.tim", "0.TIM.WIP", "\\vob\\UncommonDependency", 'P', 'b');
459
           p.mPid = 76;
460
           p.mPid = 76;
Line 510... Line 511...
510
         p = new Package(6, "UnfinishedProduct", ".tim", "UnfinishedProduct.tim", "6.TIM.WIP", "\\vob\\UnfinishedProduct", 'M', 'b');
511
         p = new Package(6, "UnfinishedProduct", ".tim", "UnfinishedProduct.tim", "6.TIM.WIP", "\\vob\\UnfinishedProduct", 'M', 'b');
511
         p.mPid = 113;
512
         p.mPid = 113;
512
         p.mDirectlyPlanned = true;
513
         p.mDirectlyPlanned = true;
513
         packageCollection.add(p);
514
         packageCollection.add(p);
514
         
515
         
-
 
516
         if ( mConnectionString.compareTo("iteration1") == 0 )
-
 
517
         {
-
 
518
           p = new Package(25, "Banana", ".tim", "Banana.tim", "B.TIM.WIP", "\\vob\\Banana", 'M', 'b');
-
 
519
           p.mPid = 45;
-
 
520
           p.mDirectlyPlanned = true;
-
 
521
           packageCollection.add(p);
-
 
522
         }
-
 
523
         
515
        /* planned dependencies
524
        /* planned dependencies
516
         * pv_id pkg_name                     v_ext
525
         * pv_id pkg_name                     v_ext
517
         * 1     NotInTheRelease              .cots
526
         * 1     NotInTheRelease              .cots
518
         * 2     CotsWithFunnyVersion         .cots
527
         * 2     CotsWithFunnyVersion         .cots
519
         * 2     UncommonDependency           .tim
528
         * 2     UncommonDependency           .tim
520
         * 3     CommonDependency             .tim
529
         * 3     CommonDependency             .tim
521
         * 4     CommonDependency             .tim
530
         * 4     CommonDependency             .tim
522
         * 5     UncommonDependency           .tim
531
         * 5     UncommonDependency           .tim
-
 
532
         * 25    Car                          .tim
523
         */
533
         */
524
         p = findPackage(1, packageCollection);
534
         p = findPackage(1, packageCollection);
525
         p.mDependencyCollection.add("NotInTheRelease.cots");
535
         p.mDependencyCollection.add("NotInTheRelease.cots");
526
         p.mDependencyIDCollection.add(-1);
536
         p.mDependencyIDCollection.add(-1);
527
         
537
         
Line 562... Line 572...
562
           p = findPackage(5, packageCollection);
572
           p = findPackage(5, packageCollection);
563
           p.mDependencyCollection.add("UncommonDependency.tim");
573
           p.mDependencyCollection.add("UncommonDependency.tim");
564
           p.mDependencyIDCollection.add(-1);
574
           p.mDependencyIDCollection.add(-1);
565
         }
575
         }
566
         
576
         
-
 
577
         if ( mConnectionString.compareTo("iteration1") == 0 )
-
 
578
         {
-
 
579
           p = findPackage(25, packageCollection);
-
 
580
           p.mDependencyCollection.add("Car.tim");
-
 
581
           p.mDependencyIDCollection.add(-1);
-
 
582
         }
-
 
583
         
567
        /* planned build info
584
        /* planned build info
568
         * pv_id bm_name bsa_name
585
         * pv_id bm_name bsa_name
569
         * 0     Linux   Java 1.6
586
         * 0     Linux   Java 1.6
570
         * 1     Linux   Debug
587
         * 1     Linux   Debug
571
         * 2     Linux   Debug
588
         * 2     Linux   Debug
Line 573... Line 590...
573
         * 2     Win32   Production and Debug
590
         * 2     Win32   Production and Debug
574
         * 3     Solaris Java 1.4
591
         * 3     Solaris Java 1.4
575
         * 4     Generic Java 1.5
592
         * 4     Generic Java 1.5
576
         * 5     Linux   Java 1.6
593
         * 5     Linux   Java 1.6
577
         * 5     Win32   Java 1.6
594
         * 5     Win32   Java 1.6
-
 
595
         * 25    Linux   Java 1.6
578
         */
596
         */
579
         if ( mConnectionString.compareTo("iteration1") == 0 )
597
         if ( mConnectionString.compareTo("iteration1") == 0 )
580
         {
598
         {
581
           p = findPackage(0, packageCollection);
599
           p = findPackage(0, packageCollection);
582
           BuildStandard bs = new BuildStandard(rippleEngine);
600
           BuildStandard bs = new BuildStandard(rippleEngine);
Line 646... Line 664...
646
           bs.setWin32();
664
           bs.setWin32();
647
           bs.set1_6();
665
           bs.set1_6();
648
           p.mBuildStandardCollection.add(bs);
666
           p.mBuildStandardCollection.add(bs);
649
         }
667
         }
650
         
668
         
-
 
669
         if ( mConnectionString.compareTo("iteration1") == 0 )
-
 
670
         {
-
 
671
           p = findPackage(25, packageCollection);
-
 
672
           bs = new BuildStandard(rippleEngine);
-
 
673
           bs.setLinux();
-
 
674
           bs.set1_6();
-
 
675
           p.mBuildStandardCollection.add(bs);
-
 
676
         }
-
 
677
 
651
        /* planned unit test info
678
         /* planned unit test info
652
         * pv_id test_type_name
679
         * pv_id test_type_name
653
         * 2     Manual Test
680
         * 2     Manual Test
654
         * 2     Interactive Test
681
         * 2     Interactive Test
655
         * 2     Integration Test
682
         * 2     Integration Test
656
         * 5     Autobuild UTF
683
         * 5     Autobuild UTF
Line 709... Line 736...
709
         * 11    16     LinuxCentricProduct          1.0.0000.tim     .tim  LinuxCentricProduct_1.0.0000.tim    \vob\LinuxCentricProduct
736
         * 11    16     LinuxCentricProduct          1.0.0000.tim     .tim  LinuxCentricProduct_1.0.0000.tim    \vob\LinuxCentricProduct
710
         * 12    312    Win32CentricProduct          1.0.0000.tim     .tim  Win32CentricProduct_1.0.0000.tim    \vob\Win32CentricProduct
737
         * 12    312    Win32CentricProduct          1.0.0000.tim     .tim  Win32CentricProduct_1.0.0000.tim    \vob\Win32CentricProduct
711
         * 13    6      GenericProduct               1.0.0000.tim     .tim  GenericProduct_1.0.0000.tim         \vob\ToBeMovedFromHere     M
738
         * 13    6      GenericProduct               1.0.0000.tim     .tim  GenericProduct_1.0.0000.tim         \vob\ToBeMovedFromHere     M
712
         * 14    81     AdvisoryDependency           1.0.0000.tim     .tim  AdvisoryDependency_1.0.0000.tim     \vob\AdvisoryDependency
739
         * 14    81     AdvisoryDependency           1.0.0000.tim     .tim  AdvisoryDependency_1.0.0000.tim     \vob\AdvisoryDependency
713
         * 15    1      MergedProduct                1.0.0000.tim     .tim  MergedProduct_1.0.0000.tim          \vob\MergedProduct         m
740
         * 15    1      MergedProduct                1.0.0000.tim     .tim  MergedProduct_1.0.0000.tim          \vob\MergedProduct         m
-
 
741
         * 22    45     Banana                       1.1.0000.tim     .tim  Banana_1.1.0000.tim                 \vob\Banana
-
 
742
         * 23    18     Aardvark                     1.1.1000.tim     .tim  Aardvark_1.1.1000.tim               \vob\Aardvark
-
 
743
         * 24    227    Car                          1.0.10000.tim    .tim  Car_1.0.10000.tim                   \vob\Car
714
         */
744
         */
715
         if ( mConnectionString.compareTo("iteration1") != 0 )
745
         if ( mConnectionString.compareTo("iteration1") != 0 )
716
         {
746
         {
717
           p = new Package(0, "UncommonDependency", "0.0.1000.tim", ".tim", "UncommonDependency.tim", "UncommonDependency_0.0.1000.tim", "\\vob\\UncommonDependency", 'x');
747
           p = new Package(0, "UncommonDependency", "0.0.1000.tim", ".tim", "UncommonDependency.tim", "UncommonDependency_0.0.1000.tim", "\\vob\\UncommonDependency", 'x');
718
           p.mPid = 76;
748
           p.mPid = 76;
Line 974... Line 1004...
974
         else
1004
         else
975
         {
1005
         {
976
           plannedPackage.mVersion = "1.0.0000";
1006
           plannedPackage.mVersion = "1.0.0000";
977
         }
1007
         }
978
         
1008
         
-
 
1009
         if ( mConnectionString.compareTo("iteration1") == 0 )
-
 
1010
         {
-
 
1011
           p = new Package(22, "Banana", "1.1.0000.tim", ".tim", "Banana.tim", "Banana_1.1.0000.tim", "\\vob\\Banana", 'x');
-
 
1012
           p.mPid = 45;
-
 
1013
           pv_id = new Integer(22);
-
 
1014
           rippleEngine.mReleasedPvIDCollection.add(pv_id);
-
 
1015
           plannedPackage = findPackage(p.mAlias, packageCollection);
-
 
1016
          
-
 
1017
           if ( plannedPackage == NULL_PACKAGE )
-
 
1018
           {
-
 
1019
             packageCollection.add(p);
-
 
1020
           }
-
 
1021
           else
-
 
1022
           {
-
 
1023
             plannedPackage.mVersion = "1.1.0000";
-
 
1024
           }
-
 
1025
  
-
 
1026
           p = new Package(23, "Aardvark", "1.1.1000.tim", ".tim", "Aardvark.tim", "Aardvark_1.1.1000.tim", "\\vob\\Aardvark", 'x');
-
 
1027
           p.mPid = 18;
-
 
1028
           pv_id = new Integer(18);
-
 
1029
           rippleEngine.mReleasedPvIDCollection.add(pv_id);
-
 
1030
           plannedPackage = findPackage(p.mAlias, packageCollection);
-
 
1031
          
-
 
1032
           if ( plannedPackage == NULL_PACKAGE )
-
 
1033
           {
-
 
1034
             packageCollection.add(p);
-
 
1035
           }
-
 
1036
           else
-
 
1037
           {
-
 
1038
             plannedPackage.mVersion = "1.1.1000";
-
 
1039
           }
-
 
1040
           
-
 
1041
           p = new Package(24, "Car", "1.0.10000.tim", ".tim", "Car.tim", "Car_1.0.10000.tim", "\\vob\\Car", 'x');
-
 
1042
           p.mPid = 227;
-
 
1043
           pv_id = new Integer(227);
-
 
1044
           rippleEngine.mReleasedPvIDCollection.add(pv_id);
-
 
1045
           plannedPackage = findPackage(p.mAlias, packageCollection);
-
 
1046
          
-
 
1047
           if ( plannedPackage == NULL_PACKAGE )
-
 
1048
           {
-
 
1049
             packageCollection.add(p);
-
 
1050
           }
-
 
1051
           else
-
 
1052
           {
-
 
1053
             plannedPackage.mVersion = "1.0.10000";
-
 
1054
           }
-
 
1055
         }
-
 
1056
         
979
        /* released dependencies
1057
         /* released dependencies
980
         * pv_id dpv_id pkg_name                     v_ext
1058
         * pv_id dpv_id pkg_name                     v_ext
981
         * 8     9      CommonDependency             .tim
1059
         * 8     9      CommonDependency             .tim
982
         * 9     7      CotsWithFunnyVersion         .cots
1060
         * 9     7      CotsWithFunnyVersion         .cots
983
         * 10    9      CommonDependency             .tim
1061
         * 10    9      CommonDependency             .tim
984
         * 11    44     AdvisoryDependency           .tim
1062
         * 11    44     AdvisoryDependency           .tim
985
         * 13    9      CommonDependency             .tim
1063
         * 13    9      CommonDependency             .tim
986
         * 15    99     CommonDependency             .tim
1064
         * 15    99     CommonDependency             .tim
-
 
1065
         * 23    22     Banana                       .tim
-
 
1066
         * 24    23     Aardvark                     .tim
987
         */
1067
         */
988
         if ( mConnectionString.compareTo("iteration1") != 0 && mConnectionString.compareTo("iteration2") != 0 )
1068
         if ( mConnectionString.compareTo("iteration1") != 0 && mConnectionString.compareTo("iteration2") != 0 )
989
         {
1069
         {
990
           p = findPackage(2, packageCollection);
1070
           p = findPackage(2, packageCollection);
991
           p.mDependencyCollection.add("CotsWithFunnyVersion.cots");
1071
           p.mDependencyCollection.add("CotsWithFunnyVersion.cots");
Line 1074... Line 1154...
1074
           p = findPackage(16, packageCollection);
1154
           p = findPackage(16, packageCollection);
1075
           p.mDependencyCollection.add("CommonDependency.tim");
1155
           p.mDependencyCollection.add("CommonDependency.tim");
1076
           p.mDependencyIDCollection.add(2);
1156
           p.mDependencyIDCollection.add(2);
1077
         }
1157
         }
1078
         
1158
         
-
 
1159
         if ( mConnectionString.compareTo("iteration1") == 0 )
-
 
1160
         {
-
 
1161
           p = findPackage(23, packageCollection);
-
 
1162
           p.mDependencyCollection.add("Banana.tim");
-
 
1163
           p.mDependencyIDCollection.add(22);
-
 
1164
  
-
 
1165
           p = findPackage(24, packageCollection);
-
 
1166
           p.mDependencyCollection.add("Aardvark.tim");
-
 
1167
           p.mDependencyIDCollection.add(23);
-
 
1168
         }
-
 
1169
 
1079
        /* released build info
1170
        /* released build info
1080
         * pv_id bm_name bsa_name
1171
         * pv_id bm_name bsa_name
1081
         * 7     Solaris Debug
1172
         * 7     Solaris Debug
1082
         * 9     Linux   Debug
1173
         * 9     Linux   Debug
1083
         * 9     Solaris Debug
1174
         * 9     Solaris Debug
Line 1086... Line 1177...
1086
         * 11    Linux   Production and Debug
1177
         * 11    Linux   Production and Debug
1087
         * 12    Win32   Java 1.6
1178
         * 12    Win32   Java 1.6
1088
         * 13    Generic Java 1.4
1179
         * 13    Generic Java 1.4
1089
         * 14    Linux   Debug
1180
         * 14    Linux   Debug
1090
         * 15    Linux   Debug
1181
         * 15    Linux   Debug
-
 
1182
         * 22    Linux   Java 1.6
-
 
1183
         * 23    Linux   Java 1.6
-
 
1184
         * 24    Linux   Java 1.6
1091
         */
1185
         */
1092
         if ( mConnectionString.compareTo("iteration1") != 0 )
1186
         if ( mConnectionString.compareTo("iteration1") != 0 )
1093
         {
1187
         {
1094
           p = findPackage(0, packageCollection);
1188
           p = findPackage(0, packageCollection);
1095
           bs = new BuildStandard(rippleEngine);
1189
           bs = new BuildStandard(rippleEngine);
Line 1237... Line 1331...
1237
           p = findPackage(16, packageCollection);
1331
           p = findPackage(16, packageCollection);
1238
           bs = new BuildStandard(rippleEngine);
1332
           bs = new BuildStandard(rippleEngine);
1239
           bs.setLinux();
1333
           bs.setLinux();
1240
           bs.setDebug();
1334
           bs.setDebug();
1241
           p.mBuildStandardCollection.add(bs);
1335
           p.mBuildStandardCollection.add(bs);
-
 
1336
         }        
-
 
1337
 
-
 
1338
         if ( mConnectionString.compareTo("iteration1") == 0 )
-
 
1339
         {
-
 
1340
           p = findPackage(22, packageCollection);
-
 
1341
           bs = new BuildStandard(rippleEngine);
-
 
1342
           bs.setLinux();
-
 
1343
           bs.set1_6();
-
 
1344
           p.mBuildStandardCollection.add(bs);
-
 
1345
  
-
 
1346
           p = findPackage(23, packageCollection);
-
 
1347
           bs = new BuildStandard(rippleEngine);
-
 
1348
           bs.setLinux();
-
 
1349
           bs.set1_6();
-
 
1350
           p.mBuildStandardCollection.add(bs);
-
 
1351
  
-
 
1352
           p = findPackage(24, packageCollection);
-
 
1353
           bs = new BuildStandard(rippleEngine);
-
 
1354
           bs.setLinux();
-
 
1355
           bs.set1_6();
-
 
1356
           p.mBuildStandardCollection.add(bs);
1242
         }
1357
         }
1243
        
1358
 
1244
        /* released package unit test info
1359
         /* released package unit test info
1245
         * pv_id tt.test_type_name
1360
         * pv_id tt.test_type_name
1246
         * 9     Manual Test
1361
         * 9     Manual Test
1247
         * 9     Interactive Test
1362
         * 9     Interactive Test
1248
         * 9     Integration Test
1363
         * 9     Integration Test
1249
         * 11    Autobuild UTF
1364
         * 11    Autobuild UTF