Commit Graph

11 Commits

Author SHA1 Message Date
Andy Janata 832bcd8fc4 Maven support.
This is still a bit clunky, but it seems to be working. This supports running both with Jetty directly, and making a .war to throw at Tomcat. You will still need Postgres to run via Jetty; this is super useful for debugging in Eclipse.

mvn clean package war:exploded jetty:run

mvn clean package war:war

You will need to copy build.properties.example to build.properties and fill in the appropriate information.

Also, use correct date format in the cache filter, as Jetty is more strict.
2015-02-14 00:24:38 -08:00
Andy Janata 3acc200bf0 switch to java 7 2014-08-10 14:50:56 -07:00
Andy Janata e183cf5ffb Explicitly declare we want 1.6.0_45. Remove 1.7-only method call. 2014-02-17 11:34:28 -08:00
Andy Janata cc954aa0e4 JRE classpaths on my system changed, this should be compatible anyway 2013-03-26 17:18:06 -07:00
Andy Janata b0b1f5fbf2 Fix @Nullable annotations. 2012-10-11 19:31:17 -07:00
Andy Janata c2953d250c add some javadoc locations to classpath 2012-07-07 10:21:32 -07:00
Andy Janata 0ff6887e8a remove all absolute paths from classpath and move all libs into web-inf/lib 2012-02-06 15:04:37 -08:00
Andy Janata 4ddc0fd7b7 add javadocs for hibernate 2012-02-06 13:58:45 -08:00
Andy Janata a35c62bd16 make test-only dependencies not trigger a warning that they aren't in runtime classpath 2012-02-01 23:29:50 -08:00
Andy Janata 264d0e0187 add easymock 2012-01-12 13:04:46 -08:00
Andy Janata c0fe506fc5 added user-specific files 2011-12-16 16:41:46 -08:00