472ebceecfcd8a4b0338ca45e961c54a2b2f796c
wiki/typical-development-scenarios.md
| ... | ... | @@ -160,4 +160,6 @@ Experience has shown that sometimes the SAP HTTP proxy doesn't properly resolve |
| 160 | 160 | |
| 161 | 161 | `java -cp com.sap.sailing.domain_*.jar:com.sap.sailing.domain.common_*.jar:com.sap.sailing.declination_*.jar:com.sap.sailing.domain.shared.android_*.jar com.sap.sailing.declination.impl.DeclinationStore 2014 2014 1` |
| 162 | 162 | |
| 163 | -Run this inside a tmux window to be sure that logging off does not interrupt the process. After the process completes, copy the resulting declination-<year> file to your git workspace to `java/com.sap.sailing.declination/resources` and commit. |
|
| ... | ... | \ No newline at end of file |
| 0 | +Run this inside a tmux window to be sure that logging off does not interrupt the process. After the process completes, copy the resulting declination-<year> file to your git workspace to `java/com.sap.sailing.declination/resources` and commit. |
|
| 1 | + |
|
| 2 | +There is also a script java/target/importdeclination that automates these steps. |
|
| ... | ... | \ No newline at end of file |