Produced by Araxis Merge on 10/5/2018 9:05:37 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-web-2.4.0.zip\ant-builds\tomcat | targets.xml | Thu Jul 19 16:14:00 2018 UTC |
| 2 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-web-2.4.0.zip\ant-builds\tomcat | targets.xml | Fri Oct 5 16:55:33 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 6 | 150 |
| Changed | 4 | 28 |
| Inserted | 1 | 1 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 | <deploy | |||||
| 67 | url="${mgr .url}" | |||||
| 68 | username=" ${mgr.user name}" | |||||
| 69 | VsID
|
|||||
| 70 | ${mgr.pass word}" | |||||
| 71 | path="/${d eployment. war.name}" update="t rue" war="${dep loyment.wa r.file.pat h}" /> | |||||
| 72 | ||||||
| 73 | <echo message="C hecking if app is De ployed to Tomcat" /> | |||||
| 74 | ||||||
| 75 | <http url="${app .url}" sta tusPropert y="http.st atus" expe cted="${st atuscode}" /> | |||||
| 76 | ||||||
| 77 | <echo> "App deplo y is Succe ssful, Htt pStatus : ${http.sta tus}" </echo> | |||||
| 78 | ||||||
| 79 | </target> | |||||
| 80 | ||||||
| 81 | ||||||
| 82 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.