nixpkgs/pkgs/servers/http/tomcat/axis2/builder.sh
Yury G. Kudryashov 150ea51a9c Added Apache Axis2
svn path=/nixpkgs/branches/stdenv-updates/; revision=10582
2008-02-10 17:37:50 +00:00

8 lines
149 B
Bash

buildInputs="$unzip $apacheAnt $jdk"
source $stdenv/setup
unzip $src
cd axis2-*/webapp
ant
ensureDir $out/webapps
cp ../dist/axis2.war $out/webapps