[Bug 495505] Re: server.number reports 6.0.0.0 not 6.0.X.0
Ludovic Claude
ludovic.claude at laposte.net
Tue Mar 2 23:12:20 GMT 2010
I'm adding the following to debian/rules in Debian. Do you see any problem with starting Tomcat or is it only in Debian?
Ludovic
T_VER_MAJOR := $(echo $(T_VER) | cut -d'.' -f1)
T_VER_MINOR := $(echo $(T_VER) | cut -d'.' -f2)
T_VER_BUILD := $(echo $(T_VER) | cut -d'.' -f3)
ANT_ARGS := -Dcompile.debug=true \
-Dant.build.javac.source=1.5 \
-Dant.build.javac.target=1.5 \
-Djdt.jar=/usr/share/java/ecj.jar \
-Dversion=$(T_VER) \
-Dversion.major="$(T_VER_MAJOR)" \
-Dversion.minor="$(T_VER_MINOR)" \
-Dversion.build="$(T_VER_BUILD)" \
-Dversion.patch="0" \
-Dversion.suffix=""
--
server.number reports 6.0.0.0 not 6.0.X.0
https://bugs.launchpad.net/bugs/495505
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list