Re: How to package a WAR as a .deb

2008-11-26 Thread Richard
Something I found helpful for getting started was javahelper. It contains a tool called jh_makepkg that will create a debian directory with all the necessary files for you. It makes a java library rather than a war, so you'd still have to customize your build a little or use the ant script option

Re: How to package a WAR as a .deb

2008-11-25 Thread Marcus Better
Hi, Johannes Ernst wrote: > I have a self-contained web application built into a WAR file, say > foo.war. > > I'm trying to package it up as foo.deb on a custom server so users of > that web application can simply use > apt-get install foo > to get this application deployed on their applicat