nixpkgs/pkgs/servers/http/tomcat/axis2/builder.sh
Sander van der Burg 223789d411 Cleaned the expression of tomcat a bit
svn path=/nixpkgs/trunk/; revision=17777
2009-10-13 13:21:51 +00:00

16 lines
203 B
Bash

source $stdenv/setup
unzip $src
cd axis2-*
ensureDir $out
cp -av * $out
cd webapp
ant
cd ..
ensureDir $out/webapps
cp dist/axis2.war $out/webapps
cd $out/webapps
mkdir axis2
cd axis2
unzip ../axis2.war