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