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