Re: leiningen-war

2010-08-09 Thread Saul Hazledine
On Aug 9, 5:08 am, rob wrote: > As far as I can tell, based on using it so far, the war plugin for > leiningen requires writing a web.xml file.  I was just wondering why > it doesn't generate that xml file for you based on the information > you've specified already in leiningen.  Would that be a g

leiningen-war

2010-08-08 Thread rob
As far as I can tell, based on using it so far, the war plugin for leiningen requires writing a web.xml file. I was just wondering why it doesn't generate that xml file for you based on the information you've specified already in leiningen. Would that be a good contribution to make, or are there

ANN: leiningen war plugin

2010-01-21 Thread Saul Hazledine
There is a plugin for leiningen that creates war files for use with servlet containers: http://github.com/alienscience/leiningen-war/ http://clojars.org/uk.org.alienscience/leiningen-war To use it include the following dev-dependency in project.clj :dev-dependencies [[uk.org.alienscience