You are not logged in.
Hey guys!
Could anyone create jakarta tomcat (four or five)?
http://jakarta.apache.org/tomcat/index.html
Thanks and regards,
Moritz
Offline
I'd like tomcat too... is anyone working on a package? I could try, but I doubt my ability so badly.
Dusty
Offline
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=jdom
pkgver=b9.cvs.20040121
pkgrel=2
pkgdesc="Java-based solution for accessing, manipulating, and outputting XML"
depends=(j2re)
source=()
url="http://www.jdom.org/"
# building deps: apache-ant (can be found in hapy's TUR)
build() {
cd $startdir/src
cvs -d :pserver:anonymous@cvs.jdom.org:/home/cvspublic co jdom
cvs -d :pserver:anonymous@cvs.jdom.org:/home/cvspublic co jdom-contrib
export JAVA_HOME=/opt/j2sdk
mkdir -p $startdir/pkg/opt/j2re/lib/ext/
cd $startdir/src/jdom
./build.sh
cp build/jdom.jar $startdir/pkg/opt/j2re/lib/ext/
cd $startdir/src/jdom-contrib
./build.sh
cp build/jdom-contrib.jar $startdir/pkg/opt/j2re/lib/ext/
}
maybe this build() can help you building source-packages written in java and having build.xml supplied with them
it's from jdom i built for arch, a collection of additional classes for working with DOM with java
(maybe you have to change the target where to install jakarta/tomcat, not sure about that)
The impossible missions are the only ones which succeed.
Offline