Re: [Asterisk-java-users] pre-packaged jars
Brought to you by:
srt
From: Alex M. <al...@go...> - 2005-03-18 01:12:36
|
On Thu, 2005-03-17 at 17:37 -0600, Alex Malinovich wrote: > What are the odds of getting some nice, pre-packaged jars of > asterisk-java anytime in the near future? I'm ready to do a limited > rollout of my application here internally, but I need to distribute > asterisk-java with it. And since it's all being done with Java Web Start > I need a clean jar I can include. >=20 > I've tried making some of my own, but I keep having problems with the > logging libraries being missing. If I include them in, the application > just hangs. And javaws doesn't give me any errors that I can see, which > makes it difficult to diagnose. 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 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 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. --=20 Alex Malinovich Golden Technologies, Inc. (219) 462-7200 x 216 http://www.golden-tech.com |