- Usual backups at site
- Gina, who was having connection problems, sent me an email saying she was still having problems after working with a local admin. I sent her an email requesting more information (IP address, network name, and physical location). Hopefully an admin here will know what is going on.
- Burned a new copy of the vis suite stuff to a disc
- Meeting this afternoon
- Trying to figure out how to add a service to a webapp that return the date/time it was built and the svn version
- Step 1: Get Maven to record that information
- Date/Time: http://twit88.com/blog/2008/02/20/maven-adding-custom-attributes-and-build-timestamp-to-manifest/
- SVN: http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html
- Note, you must install a command line version of svn
- Step 2: Find a way to read in those values (still working on this)
- http://stackoverflow.com/questions/3777055/reading-manifest-mf-file-from-jar-file-using-java
- http://stackoverflow.com/questions/3907737/how-to-read-manifest-mf-from-pojo-class-not-a-servlet-instantiated-by-spring
- http://stackoverflow.com/questions/615493/how-do-i-read-the-manifest-file-for-a-webapp-running-in-apache-tomcat
- Step 3: Create a service that returns the read in values
