----- Original Message ----- From: "giacomo" <[EMAIL PROTECTED]> To: "Avalon Development" <[email protected]>; <[EMAIL PROTECTED]> Sent: Saturday, September 01, 2001 9:47 AM Subject: Re: LogTarget factories
> On Sat, 1 Sep 2001, Peter Donald wrote: > > > On Fri, 31 Aug 2001 14:16, Mircea Toma wrote: > > > This is the JMSTargetFactory (uses JMSTopic/QueueTarget). I created a > > > FormatterFactory because this code is used in many places right now, and > > > maybe it will be used in other too (Servlet/DatagramOutputTarget). > > > > Looks good ... What do you think Giacomo?? > > Ahem... yes looks good for me, too. But I wasn't able to compile it and > thus havn't added it. I've used the j2ee.jar which states having > the JMS classes included. Do I need to donwload the JMS separately to > make it compile. The same happens to me with the JDBCTargetFactory. > > Mircea, can you tell me which jar you've put into ./lib to compile it? Hi, I used jms.jar and jdbc2_0-stdext.jar, the links to these libraries are provided by the build script. I did try with j2ee.jar and it works fine with it too. I think that you need to remove the "<exclude name="logkit*.jar"/>" in build.xml (where the project.class.path is defined) and of course, have the latest logkit library in ./lib :) Mircea > > Giacomo > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
