65. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2018 9:04:48 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

65.1 Files compared

# Location File Last Modified
1 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\ant-builds\tomcat targets.xml Thu Jul 19 20:06:36 2018 UTC
2 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\ant-builds\tomcat targets.xml Fri Oct 5 16:55:30 2018 UTC

65.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 192
Changed 4 28
Inserted 1 1
Removed 0 0

65.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

65.4 Active regular expressions

No regular expressions were active.

65.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <project 
  6     name="tomc at.targets "
  7   >
  8       
  9     <import 
  10      file="prop erties.xml
  11     />
  12             
  13       
  14     <property 
  15      name="ml-a nt-http.ja r" 
  16      value="ml- ant-http-1 .1.3.jar"
  17     />
  18    
  19       
  20     <fileset 
  21      id="runtim e.libs" 
  22      dir="./bui ld-lib/"
  23     >
  24          
  25      <include 
  26       name="${ml -ant-http. jar}"
  27      />
  28        
  29     </fileset>
  30       
  31       
  32     <path 
  33      id="runtim e.classpat h"
  34     >
  35          
  36      <fileset 
  37       refid="run time.libs"
  38      />
  39        
  40     </path>
  41    
  42       
  43     <taskdef 
  44      name="http
  45      classname= "org.missi nglink.ant .task.http .HttpClien tTask"
  46     >
  47          
  48      <classpath  
  49       refid="run time.class path"
  50      />
  51        
  52     </taskdef>
  53      
  54             
  55     <target 
  56      name="depl oyWar" 
  57      depends="b uild"
  58     >
  59                       
  60                       
  61      <echo 
  62       message="D eploying t o Tomcat" 
  63      />
  64                       
  65                       
  66      <echo 
  67       message="m gr.url = $ {mgr.url}"  
  68      />
  69                       
  70      <echo 
  71       message="m gr.usernam e = ${mgr. username}"  
  72      />
  73                       
  74      <echo 
  75       message="m gr.passwor d = ${mgr. password}"  
  76      />
  77                       
  78      <echo 
  79       message="d eployment. war.name =  ${deploym ent.war.na me}" 
  80      />
  81                       
  82      <echo 
  83       message="d eployment. war.file.p ath = ${de ployment.w ar.file.pa th}" 
  84      />
  85     
  86                       
  87      <deploy 
  88       url="${mgr .url}" 
  89       username=" ${mgr.user name}" 
  90       VsID       
  91       ${mgr.pass word}"
  92                                      path="/${d eployment. war.name}"  update="t rue"  war="${dep loyment.wa r.file.pat h}" />
       
       
       
  93      
  94                         <echo  message="C hecking if  app is De ployed to  Tomcat"  />
       
       
       
  95      
        96           <http  url="${app .url}" sta tusPropert y="http.st atus" expe cted="${st atuscode}" />
  97           
  98             <echo> "App deplo y is Succe ssful, Htt pStatus :  ${http.sta tus}" </echo>
       
       
       
       
       
       
       
       
       
  99      
  100                </target>
       
  101         
  102      
  103       </project>