Revision 72, 487 bytes
(checked in by vsilva, 9 years ago)
|
Developments on Online Application
|
Rev | Line | |
---|
[72] | 1 | Run getLatestExecutables.sh which will attempt to retrieve all executables from the MW-Offline folders |
---|
| 2 | and copy them to our directories. |
---|
| 3 | After it will automatically proceed with a call to mvn_install.sh that will install the non_maven dependencies |
---|
| 4 | in our m2 repository so that we can compile our code correctly. |
---|
| 5 | Note that between the two scripts the MD5 sum of all three jar files is passed and checked. |
---|
| 6 | This will fail if their jar version is not the same as the one we are installing! |
---|