Re: JBoss debs?

2003-01-18 Thread Adam Heath
On 19 Jan 2003, Joe Phillips wrote: > Yeah...I downloaded your sources at one point. Still need to read > through your work. My packages are completely my own mess. > > > Unfortunately, 3.0 was a radical change, config wise, so I haven't been able > > to make 3.0 debs yet. > > Well I'd be happy

Re: JBoss debs?

2003-01-18 Thread Joe Phillips
On Sun, 2003-01-19 at 01:42, Adam Heath wrote: > On 10 Jan 2003, Joe Phillips wrote: > > > how's very soon? > > > > you can find my packages for 3.0.2 + tomcat at > > http://debian.innovationsw.com/ > > > > I have plans for 3.2 next. > > I have jboss debs of 2.4(upto 2.4.7). All properly split.

Re: JBoss debs?

2003-01-18 Thread Adam Heath
On 10 Jan 2003, Joe Phillips wrote: > how's very soon? > > you can find my packages for 3.0.2 + tomcat at > http://debian.innovationsw.com/ > > I have plans for 3.2 next. I have jboss debs of 2.4(upto 2.4.7). All properly split. Depends on other java debs in debian(where I can). All non-free a

Re: JBoss debs?

2003-01-18 Thread Adam Heath
On Sat, 11 Jan 2003, Greg Wilkins wrote: > + lobby the JBoss project to make any changes that may > assist you with your packaging (not sure of how successful > that will be). Good fucking luck. JBoss upstream has been resistant to any suggestions on how they package their dependants.

request feedback on JBOSS debs

2003-01-18 Thread Joe Phillips
On Fri, 2003-01-17 at 22:28, Andrew Savory wrote: > On Tue, 14 Jan 2003, Joe Phillips wrote: > > > I spent yesterday rebuilding and testing my debs. The versions > > currently on my company site[1] have been tested to properly start/stop > > the server without exceptions. > > Just been trying t

Re: SableVM & Jikes: java.lang.UnsupportedClassVersionError

2003-01-18 Thread Ahmed
Grzegorz B. Prokopski wrote: Please use jikes from testing distro (1.15). You shouldn't have any other problems because of that. Bytecode outputed by newer jikes makes use of some functions that SableVM doesn't have yet. Jikes seems to have changed a lot since 1.15 (http://www-124.ibm.com/devel

Re: SableVM & Jikes: java.lang.UnsupportedClassVersionError

2003-01-18 Thread Ahmed
Grzegorz B. Prokopski wrote: Please use jikes from testing distro (1.15). You shouldn't have any other problems because of that. Bytecode outputed by newer jikes makes use of some functions that SableVM doesn't have yet. Jikes seems to have changed a lot since 1.15 (http://www-124.ibm.com/dev

Re: SableVM & Jikes: java.lang.UnsupportedClassVersionError

2003-01-18 Thread Grzegorz B. Prokopski
W liście z sob, 18-01-2003, godz. 08:57, Ahmed pisze: > Hi, > > $ cat Hello.java > class Hello { > public static void main(String[] args) { > System.out.println("Hello."); > } > } > $ jikes-sable Hello.java > $ sablevm --no-copyright Hello > java.lang.UnsupportedClassVersionError

Re: SableVM & Jikes: java.lang.UnsupportedClassVersionError

2003-01-18 Thread Grzegorz B. Prokopski
W liście z sob, 18-01-2003, godz. 08:57, Ahmed pisze: > Hi, > > $ cat Hello.java > class Hello { > public static void main(String[] args) { > System.out.println("Hello."); > } > } > $ jikes-sable Hello.java > $ sablevm --no-copyright Hello > java.lang.UnsupportedClassVersionError

SableVM & Jikes: java.lang.UnsupportedClassVersionError

2003-01-18 Thread Ahmed
Hi, $ cat Hello.java class Hello { public static void main(String[] args) { System.out.println("Hello."); } } $ jikes-sable Hello.java $ sablevm --no-copyright Hello java.lang.UnsupportedClassVersionError at java.lang.VMClassLoader.nativeDefineClass(VMClassLoader.java) at