Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 692 Bytes

File metadata and controls

42 lines (29 loc) · 692 Bytes

Building the Project

Build

To build the project, you need to have Java JDK >= 24 installed. Once you have Java JDK installed, follow these steps:

  1. Clone the repository:

    git clone https://github.com/openaf/openaf
    cd openaf
  2. Install OpenAF:

    mkdir _oaf
    cd _oaf
    curl https://openaf.io/openaf.jar -o openaf.jar
    java -jar openaf.jar --install
    cd ..
  3. Build the project:

    _oaf/ojob build.yaml

This will create two main files:

  • openaf.jar
  • openaf.jar.orig

Testing

To test the project, you can use the following command:

cd tests
java -jar ../openaf.jar --ojob -e autoTestAll.yaml