819. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:45 AM 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.

819.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler README.md Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler README.md Tue Oct 3 12:25:38 2017 UTC

819.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 132
Changed 2 8
Inserted 0 0
Removed 0 0

819.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

819.4 Active regular expressions

No regular expressions were active.

819.5 Comparison detail

  1   Overview
  2   ========
  3   This is an  example o f using dr opwizard [ http://bit .ly/WcgD9s ]
  4  
  5   How-to com pile
  6   ========== ====
  7   You can co mpile usin g the grad le wrapper  or the na tive gradl e
  8   ```
  9   gradle cle an fatJar
  10   ```
  11  
  12   or
  13   ```
  14   ./g clean  fatJar
  15   ```
  16  
  17   How-to run
  18   ==========
  19   ```
  20   ./run.sh
  21   ```
  22  
  23   You may ha ve to gran t executab le rights  `chmod a+x  run.sh`
  24  
  25  
  26   Opening in  Eclipse
  27   ========== ========
  28   If you use  Eclipse,  the gradle  scripts a re nice en ough to cr eate your  eclipse pr oject and  classpath  files.
  29  
  30   First time  only
  31   ---------- -----
  32   If you hav e gradle i nstalled,  run:
  33   ```
  34   gradle ecl ipse
  35   ```
  36   Now you ca n import t he project  into ecli pse.
  37  
  38   Updating c lasspath f iles
  39   ---------- ---------- ----
  40   If you upd ate depend encies, pu ll the new  libs into  your clas spath:
  41   ```
  42   gradle ecl ipseClassp ath
  43   ```
  44  
  45   Opening in  Intellij  Idea
  46   ========== ========
  47   If you use  Intellij,  the gradl e scripts  are nice e nough to c reate your  intellij  project an d classpat h files.
  48  
  49   First time  only
  50   ---------- -----
  51   If you hav e gradle i nstalled,  run:
  52   ```
  53   gradle ide a
  54   ```
  55   Now you ca n import t he project  into Inte llij.
  56  
  57   Configurat ion
  58   ========== ===
  59  
  60   Change por t
  61   ---------- -
  62   ### Comman d Line
  63   main port:  `-Ddw.htt p.port= PORT `
  64   admin port : `-Ddw.ht tp.adminPo rt= PORT `
  65  
  66   ### Config  File
  67   ```
  68   http:
  69           po rt:  PORT
  70           ad minPort: PORT