Subversion Repositories DevTools

Rev

Rev 7489 | Rev 7506 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7489 Rev 7502
Line 585... Line 585...
585
                if ( deliverChange("AbtTestPath", true, false) )
585
                if ( deliverChange("AbtTestPath", true, false) )
586
                {
586
                {
587
                    // Master will extract the package and determine the buildInfo before
587
                    // Master will extract the package and determine the buildInfo before
588
                    // starting up slaves
588
                    // starting up slaves
589
                    //
589
                    //
590
                    mLogger.warn("Build Package {}_{}", mReporting.packageName, mReporting.packageVersion);
590
                    mLogger.warn("Setup Package {}_{}", mReporting.packageName, mReporting.packageVersion);
591
 
591
 
592
                    mPhase.setPhase("Setup View for build");
592
                    mPhase.setPhase("Setup View for build");
593
                    deliverChange("AbtSetUp", true, false);
593
                    deliverChange("AbtSetUp", true, false);
594
 
594
 
595
                    if ( !mMasterBuildFile.isaDummy() ) {
595
                    if ( !mMasterBuildFile.isaDummy() ) {
Line 617... Line 617...
617
                     // publish the build file
617
                     // publish the build file
618
                        mLogger.warn("run calling publishBuildFile");    
618
                        mLogger.warn("run calling publishBuildFile");    
619
                    }
619
                    }
620
                    mReleaseManager.publishBuildFile(mRtagId, mMasterBuildFile);                    
620
                    mReleaseManager.publishBuildFile(mRtagId, mMasterBuildFile);                    
621
                    
621
                    
622
 
-
 
623
                    if ( mUnitTest.compareTo("unit test generate build files") == 0 )
622
                    if ( mUnitTest.compareTo("unit test generate build files") == 0 )
624
                    {
623
                    {
625
                        throw new ExitException();
624
                        throw new ExitException();
626
                    }
625
                    }
627
 
626
 
628
                    mLogger.info("run changed run levels");
-
 
629
 
-
 
630
                    //---------------------------------------------------------------
627
                    //---------------------------------------------------------------
631
                    //  Build the package
628
                    //  Build the package
632
                    //      Setup the workspace
-
 
633
                    //      Build the package - deliver change to product baseline
629
                    //      Build the package - deliver change to product baseline
634
                    //
630
                    //
635
                    mLogger.warn("Build Package {}_{}", mReporting.packageName, mReporting.packageVersion);
631
                    mLogger.warn("Build Package {}_{}", mReporting.packageName, mReporting.packageVersion);
636
 
632
 
637
                    mLogger.info("run calling setViewUp");
-
 
638
                    mPhase.setPhase("Setup View for build");
-
 
639
                    deliverChange("AbtSetUp", true, false);
-
 
640
 
-
 
641
                    mLogger.info("run calling deliverChange - the actual build");
633
                    mLogger.info("run calling deliverChange - the actual build");
642
                    mPhase.setPhase("Build Package");
634
                    mPhase.setPhase("Build Package");
643
                    deliverChange(null, true, false);
635
                    deliverChange(null, true, false);
644
                    mLogger.info("run deliverChange returned");
636
                    mLogger.info("run deliverChange returned");
645
                }
637
                }