Jeroen Brattinga wrote:
I completely agree with your Big Red&Bold statement. The solution for
your
problem is either:
(a) get the backport lib from
http://dcl.mathcs.emory.edu/util/backport-util-concurrent/
(b) do a search/replace on the files in the source for "
edu.emory.mathcs.backport." and replace with nothing. This will only work
for Java 1.5 (!)
A working spell for option b) is
find . -exec grep -q "edu.emory.mathcs.backport.java." '{}' \; -print |
xargs -n1 sed -i s/edu.emory.mathcs.backport.java.//
invoked in the mina installation directory.
Is there an easy way rebuild the jars from the local java source using
maven? The default target started downloading lots of stuff.
-Eero Nevalainen, Indagon