I looked around under “components/lib” of OpenCDISC Community and did not find a similar file.
Our current operating system is Solaris 10. We’re in the process of buiding a new environment based on RHEL 6.4.
As a side note/comment to running OpenCDISC Community locally, the downside of that is that it puts the onus on the users to keep their libraries up to date. Having it on a server transfer that onus to Sys Admins and ensure every user has the same version/revision of the libraries/dictionaries - hence why we prefer this type of installation.
The problem is indeed that the file \lib\validator-gui-2.0.0.jar is missing in the distribution.
I also tried java -jar validator-cli-2.0.0.jar -help
but this does not return anything. Has anything been changed?
I could probably build a validator-gui-2.0.0.jar from the source, but the source code of the 2.0.0 version does not seem to be available yet, at least not at http://svn.opencdisc.org/ . Is there another place I need to look for it?
I compiled it.. got it running but all the functions end up returning and error.. I assume it doesn’t know how to get to the actual java components.. to be honest I don’t even want the GUI.. but since the CLI is now missing features I wanted to see what the GUI provides.. though I can’t use the GUI.. I call the cli from Ruby.. shame it was a useful tool in my toolkit..
dug through the JS code.. see where it expects Java to be and where it expects the libraries to be.. fixed that up and now it seems to work.. got the GUI up and running.. can run the validator and the define generator..
I’ll try to gather it together but basically I downloaded ther source from bitbucket.. modified the gruntfile.js to add Linux64 as a platform.. ran grunt.. ran grunt nodewebkit.. went to the linux64 distrubution folder and added a simlink to java and copied the data and lib stuff into the components folder.. again I’;ll try to write up a better list.. note not officially supported by opencdisc…
Gary, any chances you could put some docs together to explain what you ended-up doing? I passed along your post to our sys admin but he wasn’t able to replicate exactly what you did. So any info would be a tremendous help. Thsnks!
With the release of OpenCDISC Community 2.0, what is the future of OpenCDISC Validator if any?
Our computing environment is a Unix (soon to be Linux) based environment. We’ve been able to install and use OpenCDISC Validator within our environment for the past several years.
After downloading OpenCDISC Community 2.0, which is only available for Windows or Mac platform, it looks like we may not be able to run it within our Unix/Linux environment like we are able to for OpenCDISC Validator.
Looking around the OpenCDISC website, even though many refeeences to the OpenCDISC Validator remain, it appears it is no longer possible to download the OpenCDISC Validator.
The functionality offered by OpenCDISC Community 2.0 is impressive, but having each programmer install a local copy of the tool to be able to run it, would not be the most prefered solution.