Data Processing Pipeline Designer - Editor for creating and editing experiment control system configuration files written in Control Oriented Ontology Language (COOL).
- Java 11 or higher
- Gradle 7.0 or higher (or use the Gradle wrapper)
To build the project:
gradle buildThis will compile the source code and create the jar file at build/libs/dppd-v1.0.jar.
To clean and rebuild:
gradle clean buildTo install to the CODA directory (requires $CODA environment variable):
gradle installThis will:
- Copy
dppd-v1.0.jarto$CODA/common/jar/ - Copy launcher scripts to
$CODA/bin/
After installation, run DppD:
dppdOr for the limited viewer:
dppd_viewTo sign the jar file:
a) Create a key in the keystore:
keytool -genkey -keystore vgKeys -alias dppdb) Sign the jar with the key:
jarsigner -keystore vgKeys build/libs/dppd-v1.0.jar dppd