Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Format of commands will be for *nix, for Windows replace "./go" with ".\go" or ".\go.bat"

 

Build omod without functional tests

 

./go

 

Build omod and run functional tests

 

./go build

Run Functional Tests

./go functional-tests:test

Clean build directory (removes any compiled omod) 

./go clean

 

 


Running Build Commands in IntelliJ

-Gradle button in the right sidebar

 

 

Note: openmrs-cpm/.idea/workspace.xml seems to show possible tasks (attached: intellij_gradle_tasks.txt) but am not sure where it retrieves the tasks or what each do
  • No labels