Return-Path: Delivered-To: apmail-xmlgraphics-fop-users-archive@www.apache.org Received: (qmail 29460 invoked from network); 16 Apr 2007 13:28:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 13:28:58 -0000 Received: (qmail 99424 invoked by uid 500); 16 Apr 2007 13:29:01 -0000 Delivered-To: apmail-xmlgraphics-fop-users-archive@xmlgraphics.apache.org Received: (qmail 99399 invoked by uid 500); 16 Apr 2007 13:29:01 -0000 Mailing-List: contact fop-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-users@xmlgraphics.apache.org Delivered-To: mailing list fop-users@xmlgraphics.apache.org Received: (qmail 99384 invoked by uid 99); 16 Apr 2007 13:29:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 06:29:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ben.spencer@moody.edu designates 66.185.253.37 as permitted sender) Received: from [66.185.253.37] (HELO email3.moody.edu) (66.185.253.37) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 06:28:53 -0700 Received: from conversion-daemon.email3.moody.edu by email3.moody.edu (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005)) id <0JGL00D01EFLYE00@email3.moody.edu> (original mail from ben.spencer@moody.edu) for fop-users@xmlgraphics.apache.org; Mon, 16 Apr 2007 08:28:33 -0500 (CDT) Received: from MBIXCHG2.moody.edu (mbixchg2.moody.edu [66.185.253.210]) by email3.moody.edu (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005)) with ESMTP id <0JGL00B4EERKD620@email3.moody.edu> for fop-users@xmlgraphics.apache.org; Mon, 16 Apr 2007 08:28:33 -0500 (CDT) Date: Mon, 16 Apr 2007 08:31:11 -0500 From: Ben Spencer Subject: Font Creation Problems To: fop-users@xmlgraphics.apache.org Message-id: <29FB0BFB91D3104A9415ABC902354492031A43A8@MBIXCHG2.moody.edu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-class: urn:content-classes:message Thread-topic: Font Creation Problems Thread-index: AceAK39BswPAUeiIQDqRzXsee6SCXw== X-MS-Has-Attach: X-MS-TNEF-Correlator: X-Virus-Checked: Checked by ClamAV on apache.org A little problem creating a font.xml file: Notes: -) the following actually was run as root, so, the "permission denied" errors are suspicious. -) I have tried it from a couple of different Linux system (different dist versions of RedHat), and had the same results. java -cp build/fop.jar;lib/avalon-framework.jar;lib/commons-logging.jar;lib/commo ns-io.jar \ org.apache.fop.fonts.apps.TTFReader -d DEBUG /tmp/arial.ttf /tmp/arial.xml the above results in: Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file) where options include: -client to select the "client" VM -server to select the "server" VM -hotspot is a synonym for the "client" VM [deprecated] The default VM is client. -cp -classpath A : separated list of directories, JAR archives, and ZIP archives to search for class files. -D= set a system property -verbose[:class|gc|jni] enable verbose output -version print product version and exit -version: require the specified version to run -showversion print product version and continue -jre-restrict-search | -jre-no-restrict-search include/exclude user private JREs in the version search -? -help print this help message -X print help on non-standard options -ea[:...|:] -enableassertions[:...|:] enable assertions -da[:...|:] -disableassertions[:...|:] disable assertions -esa | -enablesystemassertions enable system assertions -dsa | -disablesystemassertions disable system assertions ./makefont.sh: line 8: lib/avalon-framework.jar: Permission denied ./makefont.sh: line 8: lib/commons-logging.jar: Permission denied ./makefont.sh: line 9: lib/commons-io.jar: Permission denied --- Benji Spencer System Administrator Ph: 312-329-2288 --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org