nixpkgs/pkgs/servers/http/tomcat/axis2/builder.sh

9 lines
149 B
Bash
Raw Normal View History

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