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