summary refs log tree commit diff
path: root/pkgs/servers/http/tomcat/axis2/builder.sh
blob: d334ab6f927f4b86e6d65d929212de4ea659af1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if [ -e .attrs.sh ]; then source .attrs.sh; fi
source $stdenv/setup

unzip $src
cd axis2-*
mkdir -p $out
cp -av * $out
cd webapp
ant
cd ..
mkdir -p $out/webapps
cp dist/axis2.war $out/webapps
cd $out/webapps
mkdir axis2
cd axis2
unzip ../axis2.war