I am currently looking for a way to build Repast models via CLI and then start the model with the batch-runner. Later the process is supposed to be automatically executed within a CI/CD pipeline. Therefore the building process should be executed independent from Eclipse.
I have already tried the Java compiler and the Groovy compiler which had issues locating the Repast specific classes. Currently, it only works via CLI with the Equinox launcher within Eclipse and only when the model is in an Eclipse workspace. However, the model needs to be built independently of Eclipse.
Does anyone perhaps have an idea about the problem?