This contains code to facilitate Boy Scout Christmas tree recycling.
- Copy tree-helper.properties.template to tree-helper.properties
- Get a Google Maps API key.
- Establish a username/password for the
- Change tree-helper.properties as needed for your environment
Go to Java Control Panel > View > Runtime Parameters and set this
-agentlib:jdwp=transport=dt_socket,address=8115,server=y,suspend=n
Then run
javaws http://trees.troop4hopkinton.org/driver/admin/app.jnlp
Then you can attach a debugger to port 8115.
If you upload a change to the JAR file, you have to delete it from the local cache:
Java Control Panel > General > Temporary Internet Files: View > Tree Route Creator > 'X' to delete it
Do the following.
source setenv.sh
TREE_HELPER_VERSION=1.1
cd tree-helper
mvn clean install
cp target/tree-helper.jar target/tree-helper__V${TREE_HELPER_VERSION}.jar
Next copy the JAR to the website.