To build the project, you need to have Java JDK >= 24 installed. Once you have Java JDK installed, follow these steps:
-
Clone the repository:
git clone https://github.com/openaf/openaf cd openaf -
Install OpenAF:
mkdir _oaf cd _oaf curl https://openaf.io/openaf.jar -o openaf.jar java -jar openaf.jar --install cd ..
-
Build the project:
_oaf/ojob build.yaml
This will create two main files:
- openaf.jar
- openaf.jar.orig
To test the project, you can use the following command:
cd tests
java -jar ../openaf.jar --ojob -e autoTestAll.yaml