Volunteer for Java Accessiblity support on Debian needed

2006-12-18 Thread Mario Lang
Hi. The Debian Accessibility Project[1] is looking for a volunteer to improve Java accessiility on Debian systems. The keyword here is java-access-bridge. This software enables assistive technologies (like screen readers, or the AT-SPI) to access the Java accessibility features. Honestly, not b

Re: Patch for java-package-0.28

2006-12-18 Thread Toraton
Hey, No problem. I'm not sure the patch is even kosher, it's my first patch. If you ever get around to taking a look at it and you have any advice for me about submitting patches to other projects, I'd love to hear it. Thanks for your time. Regards, Josiah -- http://www.codelove.org On 12/18/06

Re: include paths

2006-12-18 Thread Matthew Johnson
On Mon, 18 Dec 2006, Ola Lundqvist wrote: Hi You have a number of alternatives depending on what is sufficient for you: FILE PACKAGE Hmm, arbitrarily depending on one rather than the 'current installed system' seems wrong. I don't know i

Re: include paths

2006-12-18 Thread Ola Lundqvist
Hi You have a number of alternatives depending on what is sufficient for you: FILE PACKAGE usr/include/classpath/jni.h libs/classpath-common usr/include/iceape/java/jni.h devel/ic

Re: Patch for java-package-0.28

2006-12-18 Thread Ola Lundqvist
Hi Do not expect it too soon, and also it is java 1.7 that will be a part of main if I have understood the version numbers correctly. Regards, // Ola On Wed, Dec 13, 2006 at 10:01:58PM -0800, Toraton wrote: > Hello, I have written a comprehensive patch that adds support for > j2sdk1.6, j2sdk1.6

Re: Repackaging question

2006-12-18 Thread Dalibor Topic
Marcus Better better.se> writes: > > Andrew Haley wrote: > > > It's a good idea to remove generated javadoc and jar files and classes. > > > > Very much so. Unless you build from source, you have no way to know > > that the binaries correspond to that source code. You can't even > > guarante

include paths

2006-12-18 Thread Matthew Johnson
I have some java I'd like to package which contains JNI. This needs the location of jni.h to compile. I'm depending on java2-compiler, but depending on what package satisfies this, it will be in a different location. Is there a way to find this out so that I can set it in my rules file? Matt --