Re: [SPAM] - Re: [Asterisk-java-users] pre-packaged jars - Emailfound in subject
Brought to you by:
srt
From: Alex M. <al...@go...> - 2005-03-18 14:33:09
|
On Thu, 2005-03-17 at 19:57 -0600, Chris Howard wrote: > On Mar 17, 2005, at 7:12 PM, Alex Malinovich wrote: >=20 > >> > > > > Ok, I've managed to make my own jar and have it work. Unfortunately, it > > also requires me to distribute both commons-logging and commons-lang > > with the application. All together, this adds almost an entire megabyte > > to the size of the distributed application. And since this is a Java=20 > > Web > > Start program, that's going to end up being rather slow in the future. > > > > So with that said, is there any simple way to completely remove the=20 > > NEED > > for logging in asterisk-java? Something other than going through the > > entire source and removing every call to the logging facilities by hand > > of course. > > > Alex, > I had the same problem and it seem to be that the Jars for the =20 > logging was missing some of the classes required. Yup. In my case at least, I needed not only commons-logging which does the actual logging, but also commons-lang because commons-logging calls some methods out of commons-lang while it's running. Quite annoying. --=20 Alex Malinovich Golden Technologies, Inc. (219) 462-7200 x 216 http://www.golden-tech.com |