Running the installer results with this Java stack trace of an exception thrown as below. I've tried with Java 1.7 and Java 1.8 with the same effect.
$ /Volumes/DevTest/DevTest\ Solutions\ Installer.app/Contents/MacOS/JavaApplicationStub
In screen "Dradis Option [Configurable form]", property "Validation expression":
java.lang.NoClassDefFoundError: org/apache/log4j/Level
at org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:223)
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:120)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:269)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:242)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:255)
at com.itko.lisa.extensions.providers.AnnotationProvider.<clinit>(AnnotationProvider.java:23)
at com.itko.lisa.extensions.ExtensionMetaData.<clinit>(ExtensionMetaData.java:33)
at com.itko.lisa.app.ModuleManager.discoverInfos(ModuleManager.java:48)
at com.itko.lisa.app.ModuleManager.getModuleInfos(ModuleManager.java:35)
at com.itko.lisa.module.internal.helper.LisaCoreHelperImpl.getModuleInfos(LisaCoreHelperImpl.java:85)
at com.itko.lisa.app.Resources.<clinit>(Resources.java:54)
at com.itko.lisa.app.Resources$Wrapper.get(Resources.java:262)
at com.itko.lisa.app.Resources$Wrapper.get(Resources.java:258)