How to report which version of Forrest is being used and the properties that are set?
Do ‘forrest -projecthelp’ or ‘./build.sh’ to find the version number. Also when starting ‘forrest’ or ‘forrest run’ the versions are reported for forrest, java, and ant. To list the properties and other stuff, add “forrest.echo=true” to your forrest.properties file and watch the build messages. Doing ‘forrest -v’ will provide verbose build messages and other useful information. In ‘forrest run’ mode, use the Forrestbar to see the build-info and properties, or access them directly: • http://localhost:8888/build-info • http://localhost:8888/module.properties.properties See the documentation about the new Properties system.