Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 750 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 750 Bytes

Handyman Legacy

To Clean, Compile and build, run the below maven commands

  1. Inside handyman.legacy

    mvn clean compile install package -Dmaven.test.skip=true

  2. Inside handyman.legacy/handyman

    mvn clean compile install scala:compile install package -Dmaven.test.skip=true

Jar

Generated jar file available in handyman.legacy/target folder as handyman.legacy--SNAPSHOT.jar

Handyman Raven

To Clean, Compile and build, run the below maven commands

  1. Inside handyman.raven

    mvn clean antlr4:antlr4 test -Dtest=ActionGenerationTest#generate compile install scala:compile install package

Jar

Generated jar file available in handyman.raven/target folder as handyman-raven-vm--SNAPSHOT.jar