From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mark Wielaard Newsgroups: gmane.emacs.devel Subject: Re: [ANNOUNCE] XSLT-process 2.2 available Date: 24 Jan 2003 02:18:15 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1043371095.15700.37.camel@elsschot> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043371171 2693 80.91.224.249 (24 Jan 2003 01:19:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2003 01:19:31 +0000 (UTC) Cc: burton@openprivacy.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18bsVE-0000h8-00 for ; Fri, 24 Jan 2003 02:19:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18bsXj-00060V-00 for ; Fri, 24 Jan 2003 02:22:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bsVq-0001Cz-04 for emacs-devel@quimby.gnus.org; Thu, 23 Jan 2003 20:20:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18bsVW-00015g-00 for emacs-devel@gnu.org; Thu, 23 Jan 2003 20:19:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18bsVV-00012z-00 for emacs-devel@gnu.org; Thu, 23 Jan 2003 20:19:45 -0500 Original-Received: from node1c5f.a2000.nl ([62.108.28.95] helo=nescio.wildebeest.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bsUF-0000GH-00 for emacs-devel@gnu.org; Thu, 23 Jan 2003 20:18:27 -0500 Original-Received: from elsschot.wildebeest.org ([192.168.1.26] ident=mark) by nescio.wildebeest.org with esmtp (Exim 3.35 #1 (Debian)) id 18bsTx-00084l-00; Fri, 24 Jan 2003 02:18:09 +0100 Original-To: emacs-devel@gnu.org In-Reply-To=m2vg0nst2j.fsf%40openprivacy.org&Subject=Re%3A%20%5BANNOUNCE%5D%20XSLT-process%202.2%20available: m2vg0nst2j.fsf@openprivacy.org X-Mailer: Ximian Evolution 1.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11019 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11019 Hi, I happened to read this message on the emacs-devel web-archive (but don't normally follow emacs-devel. Since I am one of the GNU Classpath developers (the core java libraries also used by gcj) I might be able to help with getting your programs working with gcj or another free java environment. > This is a *big* move for me as I have use a lot of the libraries under Jakarta > (I used to be a fulltime developer there) and a lot of them require code from > the standard JDK. > > Of course part of my migration to GCJ is going to be working on the stdlib so > that I can compile complex appls like Xalan on GCJ. Please take a look at the RHUG project setup by Athony Green (another gcj hacker). RHUG contains versions of a lot of free java packages adapted to work out of the box in a GNU environment using automake, autoconf, libtool and gcj to create precompiled shared libraries and standalone programs. It already contains a couple of the Jakarta packages such as the XML processing packages Xalan-Java and Xerces2-J. Cheers, Mark