From e9d2ef5a7b061e68e643cb4d9a31607f4bfc175f Mon Sep 17 00:00:00 2001 From: Fabio Kung Date: Tue, 2 Dec 2008 02:11:44 -0200 Subject: [PATCH] change-list --- History.txt | 3 ++- TODO.txt | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/History.txt b/History.txt index 23caef5..ded678d 100644 --- a/History.txt +++ b/History.txt @@ -1,5 +1,6 @@ == 0.8 - +* reading config/web.xml file (not yet supporting config/web.xml.erb) +* supporting /public/WEB-INF dir for custom web resources (config files and taglibs) == 0.7 * Merb 1.0 support! diff --git a/TODO.txt b/TODO.txt index 30cab5a..deded78 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,13 +1,11 @@ == TODO never ends... * Improve RDocs -* configuration defaults (web.xml, classes dir, lib dir, ...) * integration test for lib_dir jars loading * read configuration from warble.rb * install custom resources from warbler configuration -* more command line options: --daemon, --num-instances * add custom classes from warble.rb to the context classpath * add custom jars from warble.rb to the context classpath -* load web.xml (or web.erb.xml) from config/web.xml +* support config/web.xml.erb * read any custom jetty.xml * support jetty-plus features (i.e.: jndi)