Hide Forgot
Description of problem: After installation of DT Governance according to guide: http://docs.jboss.org/overlord/dtgov/1.0.0.Final/html_single/#_download_installation_and_configuration there should exists the file "jboss-eap/standalone/configuration/dtgov.properties" but it does not exist. (http://docs.jboss.org/overlord/dtgov/1.0.0.Final/html_single/#_back_end_configuration) I did not find not setting "governance.file.name" which is able to change the path of this file. The guide should be more accurate for end users in this section.
I have updated the community documentation here: https://github.com/Governance/dtgov/wiki/GuideConfiguring#back-end-configuration Not sure how this should be pulled into the product docs.
The product documentation was not updated. There is one more problem in pseudocode on this site http://docs.jboss.org/overlord/dtgov/1.0.0.Final/html_single/#_download_installation_and_configuration There is not "build.xml" file for program ant in folder "dtgov-1.0.0.Final". OUTPUT: mbasovni@basovnik:~/tmp/overlord/dtgov-1.0.0.Final$ ant install Buildfile: build.xml does not exist! Build failed
I double checked the contents of the community 1.0.0.Final download and it *does* include an ant build.xml file: [ewittman@condor dtgov-1.0.0.Final]$ pwd /home/ewittman/Downloads/dtgov-1.0.0.Final [ewittman@condor dtgov-1.0.0.Final]$ ls -al total 56 drwxr-xr-x. 8 ewittman ewittman 4096 Aug 2 07:17 . drwxr-xr-x. 4 ewittman ewittman 4096 Dec 23 08:32 .. drwxr-xr-x. 2 ewittman ewittman 4096 Aug 2 07:17 bin -rwxr-xr-x. 1 ewittman ewittman 6761 Aug 2 07:17 build.xml -rwxr-xr-x. 1 ewittman ewittman 102 Aug 2 07:17 cli-commands.txt drwxr-xr-x. 2 ewittman ewittman 4096 Aug 2 07:17 data drwxr-xr-x. 5 ewittman ewittman 4096 Aug 2 07:17 docs -rwxr-xr-x. 1 ewittman ewittman 612 Aug 2 07:17 dtgov-build.properties -rwxr-xr-x. 1 ewittman ewittman 4471 Aug 2 07:17 README.txt drwxr-xr-x. 3 ewittman ewittman 4096 Aug 2 07:17 s-ramp-cli-0.3.0.Final drwxr-xr-x. 2 ewittman ewittman 4096 Aug 2 07:17 src drwxr-xr-x. 2 ewittman ewittman 4096 Aug 2 07:17 updates I believe the community documentation (provided in the links above) is accurate. Perhaps the product documentation still required changes? I don't see a link for that...