bd2kccd / causal-web

CCD web application.
7 stars 2 forks source link

"Error: Invalid or corrupt jarfile /private/tmp/workspace/lib": missing instructions for property ccd.jar.algorithm #72

Closed The-Alchemist closed 6 years ago

The-Alchemist commented 6 years ago

File ccd.properties comes with a blank ccd.jar.algorithm property: https://github.com/bd2kccd/causal-web/blob/development/src/main/resources/ccd.properties#L19

However, this property is not optional, and if you leave the default, you'll get:

Error: Invalid or corrupt jarfile /private/tmp/workspace/lib

...because the property is left blank.

What's the recommendation to get causal-web running? ccd-algorithm is deprecated in favor of Tetrad, but I don't know if tetrad-lib supports the command-line options that causal-web uses.

Any pointer or suggestions would be greatly appreciated. :)

The-Alchemist commented 6 years ago

Nevermind...

I realize now that ccd.jar.algorithm should be set to causal-cmd-0.2.1-jar-with-dependencies.jar