Subversion Repositories DevTools

Rev

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

Rev 902 Rev 908
Line 159... Line 159...
159
  /**Source control interaction for reporting purposes.
159
  /**Source control interaction for reporting purposes.
160
   * @attribute
160
   * @attribute
161
   */
161
   */
162
  protected String mReportingDoesNotRequireSourceControlInteraction;
162
  protected String mReportingDoesNotRequireSourceControlInteraction;
163
 
163
 
-
 
164
  /**Source control interaction for reporting purposes.
-
 
165
   * @attribute
-
 
166
   */
-
 
167
  protected String mReportingTestBuild;
-
 
168
 
164
  /**Log file location for reporting purposes.
169
  /**Log file location for reporting purposes.
165
   * @attribute
170
   * @attribute
166
   */
171
   */
167
  protected String mReportingBuildFailureLogFile;
172
  protected String mReportingBuildFailureLogFile;
168
 
173
 
Line 709... Line 714...
709
      mReportingPackageLocation = null;
714
      mReportingPackageLocation = null;
710
      mReportingPackageDepends = null;
715
      mReportingPackageDepends = null;
711
      mReportingIsRipple = null;
716
      mReportingIsRipple = null;
712
      mReportingPackageVersionId = null;
717
      mReportingPackageVersionId = null;
713
      mReportingDoesNotRequireSourceControlInteraction = null;
718
      mReportingDoesNotRequireSourceControlInteraction = null;
-
 
719
      mReportingTestBuild = null;
714
      mReportingFullyPublished = null;
720
      mReportingFullyPublished = null;
715
      mReportingNewLabel = null;
721
      mReportingNewLabel = null;
716
 
722
 
717
      if ( buildFile.exists() )
723
      if ( buildFile.exists() )
718
      {
724
      {
Line 746... Line 752...
746
        mReportingPackageLocation = p.getProperty("basedir") + p.getProperty("abt_package_location");
752
        mReportingPackageLocation = p.getProperty("basedir") + p.getProperty("abt_package_location");
747
        mReportingPackageDepends = p.getProperty("abt_package_depends");
753
        mReportingPackageDepends = p.getProperty("abt_package_depends");
748
        mReportingIsRipple = p.getProperty("abt_is_ripple");
754
        mReportingIsRipple = p.getProperty("abt_is_ripple");
749
        mReportingPackageVersionId = p.getProperty("abt_package_version_id");
755
        mReportingPackageVersionId = p.getProperty("abt_package_version_id");
750
        mReportingDoesNotRequireSourceControlInteraction = p.getProperty("abt_does_not_require_source_control_interaction");
756
        mReportingDoesNotRequireSourceControlInteraction = p.getProperty("abt_does_not_require_source_control_interaction");
-
 
757
        mReportingTestBuild = p.getProperty("abt_test_build_instruction");
751
        
758
        
752
        p.executeTarget(target);
759
        p.executeTarget(target);
753
        mLogger.warn("deliverChange ant returned");
760
        mLogger.warn("deliverChange ant returned");
754
        
761
        
755
      }
762
      }