Re: java-package dependancies

2005-02-02 Thread John Patterson
Cheers, This is the output from df: [EMAIL PROTECTED]:~# df --block-size=1M /tmp Filesystem 1M-blocks Used Available Use% Mounted on tmpfs 61 060 0% /tmp I edited the common.sh file and removed the offending free space check. The package se

java-package dependancies

2005-02-02 Thread John Patterson
Hi, I am running a Debian stable system with a few packages from unstable thrown in for good measure. I am trying to run java-package but it complains bails out with this message: Detected product: Java(TM) Software Development Kit (J2SDK) Standard Edition, Version 1.4.2+07 Sun Micro

Jetty config depends on missing ant.jar

2005-01-20 Thread John Patterson
Hi, I have hit another problem with the Jetty package. It depends on /usr/share/java/ant.jar which does not exist on my installation (unstable). There is only an ant-1.6.jar. Creating a symlink to this fixed the problem. Also, shouldn't there be a /usr/share/java/servlet.jar symlink? John.

Servlet 2.4

2005-01-20 Thread John Patterson
Hi, I am trying to use the Jetty unstable package which has a dependancy on libservlet2.3-java. I get this Exception thrown during configuration: java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener This is a Servlet 2.4 class which is not found. Is there a servlet 2.4 debian pa