act-starter-kit icon indicating copy to clipboard operation
act-starter-kit copied to clipboard

Deal with offline support

Open CINJ opened this issue 7 years ago • 0 comments

The script uses CURL to get the latest version of the Act.Framework from Maven. What should we do if there is no internet connection? I was making Act project on a plane and saw error state in CURL running the script and the POM file is corrupt.

There should instead be

  1. a test for the error state and rollback
  2. a manual override for Act version using switch

CINJ avatar Jun 09 '17 13:06 CINJ