2008-02-04 13:24:41 +01:00
|
|
|
buildInputs="$unzip $apacheAnt $jdk"
|
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
unzip $src
|
2008-02-13 10:27:19 +01:00
|
|
|
cd axis2-*
|
|
|
|
ensureDir $out/share/java/axis2
|
|
|
|
cp lib/* $out/share/java/axis2
|
|
|
|
cd webapp
|
2008-02-04 13:24:41 +01:00
|
|
|
ant
|
|
|
|
ensureDir $out/webapps
|
|
|
|
cp ../dist/axis2.war $out/webapps
|
2008-02-20 13:33:17 +01:00
|
|
|
cd $out/webapps
|
|
|
|
mkdir axis2
|
|
|
|
cd axis2
|
|
|
|
unzip ../axis2.war
|