Subversion Repositories DevTools

Rev

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

Rev 7099 Rev 7155
Line 984... Line 984...
984
                  mReporting.isRipple = ReportingData.toBool(mProject.getProperty("abt_is_ripple"));
984
                  mReporting.isRipple = ReportingData.toBool(mProject.getProperty("abt_is_ripple"));
985
                  mReporting.buildReason = ReportingData.toBuildReason(mProject.getProperty("abt_build_reason"));
985
                  mReporting.buildReason = ReportingData.toBuildReason(mProject.getProperty("abt_build_reason"));
986
                  mReporting.packageVersionId = ReportingData.toInt(mProject.getProperty("abt_package_version_id"), -1);
986
                  mReporting.packageVersionId = ReportingData.toInt(mProject.getProperty("abt_package_version_id"), -1);
987
                  mReporting.doesNotRequireSourceControlInteraction = ReportingData.toBool(mProject.getProperty("abt_does_not_require_source_control_interaction"));
987
                  mReporting.doesNotRequireSourceControlInteraction = ReportingData.toBool(mProject.getProperty("abt_does_not_require_source_control_interaction"));
988
                  mReporting.isaTestBuild = ReportingData.toBool (mProject.getProperty("abt_test_build_instruction"));
988
                  mReporting.isaTestBuild = ReportingData.toBool (mProject.getProperty("abt_test_build_instruction"));
-
 
989
                  mReporting.testBuildId = ReportingData.toInt (mProject.getProperty("abt_test_build_instruction"), -1);
-
 
990
                  mReporting.vcsTag = mProject.getProperty("abt_vcs_tag");
989
              }
991
              }
990
              //
992
              //
991
              //  Log the abt_daemon value so that we can trace the build log
993
              //  Log the abt_daemon value so that we can trace the build log
992
              //  Build logs from all machines are stored with this number
994
              //  Build logs from all machines are stored with this number
993
              //  Only do it at the start of the build
995
              //  Only do it at the start of the build