2008-02-04 04:24:41 -08:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
unzip $src
|
2008-02-13 01:27:19 -08:00
|
|
|
cd axis2-*
|
2009-10-13 06:21:51 -07:00
|
|
|
ensureDir $out
|
|
|
|
cp -av * $out
|
2008-02-13 01:27:19 -08:00
|
|
|
cd webapp
|
2008-02-04 04:24:41 -08:00
|
|
|
ant
|
2009-10-13 06:21:51 -07:00
|
|
|
cd ..
|
2008-02-04 04:24:41 -08:00
|
|
|
ensureDir $out/webapps
|
2009-10-13 06:21:51 -07:00
|
|
|
cp dist/axis2.war $out/webapps
|
2008-02-20 04:33:17 -08:00
|
|
|
cd $out/webapps
|
|
|
|
mkdir axis2
|
|
|
|
cd axis2
|
|
|
|
unzip ../axis2.war
|