Jason Dillon wrote: > There is already 1.4 support in both 3.0 and HEAD. The jboss/connector > module has some conditionals which build some javax stubs for 1.3 but > not for 1.4.
OK, I'll have a look. > IMO it would be better to integrate Jetty as binary, so that we don't > have to keep the build systems in syncs in addition to the sources. > This will make it much easier to update when Jetty updates too. This never works nicely as both JBoss and Jetty have frequent releases. So you end up tracking JBoss X + Jetty Y + WebAppService Z, so you have three version numbers to track. Plus there are branding and support issues - JBG wants to have the whole J2EE source etc. Finally I'll soon be doing a license change so that Jetty under JBoss is LGPL as opposed to the artistic license that it is currently under. cheers > --jason > > > >>-----Original Message----- >>From: Greg Wilkins [mailto:[EMAIL PROTECTED]] >>Sent: Monday, June 24, 2002 12:40 AM >>To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >>Subject: JDK 1.4 support? >> >> >>Jason, >> >>I want to wrap up the Jetty load balancer as a JBoss service. However >>the load balancer is written using the nio libraries from jdk1.4 > > (because > >>why load balance if your bottle neck is a user space java.io threads > > on > >>your load balancer). >> >>Can we get optional jdk1.4 support into the build environment? >> >>What I'm doing in jetty is to have a separate src1.4 tree that >>only gets compiled if ant can see a jdk.14 compiler. It get's > > compiled > >>into classes1.4 and then an extra org.mortbay.jetty-jdk1.4.jar is > > built > >>with the both the normal classes and extra (and replacement) classes > > from > >>classes1.4 >> >>cheers >> >> >> >>-- >>Greg Wilkins<[EMAIL PROTECTED]> http://www.mortbay.com >>Mort Bay Consulting Pty. Ltd. AU. +61(0)29977 2395 >>Mort Bay Consulting Limited. England UK. +44(0)7092063462 > -- Greg Wilkins<[EMAIL PROTECTED]> http://www.mortbay.com Mort Bay Consulting Pty. Ltd. AU. +61(0)29977 2395 Mort Bay Consulting Limited. England UK. +44(0)7092063462 ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
