| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
New to JGDMS? See GETTING_STARTED.md for a step-by-step guide covering prerequisites, building from source, running the Hello World example, and creating your first service.
From command or shell prompt:
$ mvn -f JGDMS/pom.xml package
For unit tests:
$mvn -f JGDMS/pom.xml test
After successfully testing the above, integration and regression tests can be run by:
$export JSK_HOME= /* path to current directory or set this property in build.properties*/
$ cd qa
$ ant build
$ ant run-all
$ ant jtreg
The regression tests ($ ant run-all) take approximately 24 hours to complete.
The jtreg tests take about half an hour to complete, you'll need to manually install jtreg, refer to http://openjdk.java.net/jtreg/
https://groups.google.com/forum/#!forum/river-secure-ipv6-discovery
Authorization is a foundational component of JGDMS, required to limit privileges between cooperating, trusted but independant parties. Just because you trust to do business with someone, doesn't mean you would allow them to access all your personal information.
We do not reccommend you run untrusted code (sandboxing), with JGDMS, you can ensure that users are only granted privileges using the code you intended them to use.
If you would like to assist maintaining a fork of Java that includes Authorization, please get in touch. https://github.com/pfirmstone/jdk-with-authorization
| Back | FazBrowse Home | New Git URL |