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