If I remeber correctly, you can write in jdk1.4 and then let the user to compile the byte code to be 1.3 compatible if needed. Some javac option like: -source 1.4 -target 1.3.
Hanson -----Original Message----- From: Aaron Smuts [mailto:[EMAIL PROTECTED] Sent: Tuesday, 20 April 2004 1:27 AM To: 'Turbine JCS Users List' Subject: RE: xml config prototype Xstream says it requires 1.4. This is getting to be a problem. Aaron > -----Original Message----- > From: James Taylor [mailto:[EMAIL PROTECTED] > Sent: Monday, April 19, 2004 6:00 AM > To: Turbine JCS Users List > Subject: Re: xml config prototype > > > The problem is mainly with the auxiliaries. A new auxiliary can have > > all sorts of parameters unique to itself. A memory plugin could have > > some configuration parameters that are also unique. > > Might want to look at xstream (xstream.codehaus.org), I think it > handles this case better than digester (and it seems much simpler to > use). > > -- jt > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
