From owner-freebsd-doc Mon Mar 2 09:28:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12693 for freebsd-doc-outgoing; Mon, 2 Mar 1998 09:28:27 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12683 for ; Mon, 2 Mar 1998 09:28:22 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA27890 for ; Mon, 2 Mar 1998 17:28:19 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id SAA08593; Mon, 2 Mar 1998 18:27:34 +0100 (MET) Message-ID: <19980302182734.51704@follo.net> Date: Mon, 2 Mar 1998 18:27:34 +0100 From: Eivind Eklund To: freebsd-doc@FreeBSD.ORG Subject: Problem in Jade port? - bad tests Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having equal problems on two different -current boxes with the Jade port installed. One of the machines was freshly installed from the nightly snap 11 days ago, and one is my personal workstation, with a mixture of just about everything. I've not tested on -stable. The problem can be reproduced with the following shellscript on a suitably connected machine; it basically download and run Norman Walsh' jade test files. #!/bin/sh fetch http://www.berkshire.net/~norm/docbook/dsssl/testdata/jtest.dsl fetch http://www.berkshire.net/~norm/docbook/dsssl/testdata/jtest.dtd jade -t rtf -d jtest.dsl jtest.sgm In Norman's words: Installing Jade 1. Download and unpack the Jade distribution. Binary distributions are available for some platforms, including Microsoft Windows, which makes installation a simple matter of unpacking the distribution. For other platforms, you will need to build Jade from sources. Please consult the documentation that comes with Jade for more detailed installation instructions. You may wish to add the directory where you installed Jade to your PATH. If not, make sure that you use the fully qualified name of the executable when you try to run the commands below. 2. Download jtest.sgm and jtest.dsl. These are self-contained test documents. Test Jade by running: jade -t rtf -d jtest.dsl jtest.sgm This command should silently produce jtest.rtf. If you encounter warnings or errors here, you have not installed Jade correctly. I'm having trouble getting anything else to work correctly with jade, too. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message