lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master f4d39c1 2/5: Add a debian-msw hybrid FOP spel


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f4d39c1 2/5: Add a debian-msw hybrid FOP spell to the grimoire
Date: Thu, 8 Mar 2018 18:02:13 -0500 (EST)

branch: master
commit f4d39c1cf1a2c84ddb7db1c07bf87b124da04b75
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add a debian-msw hybrid FOP spell to the grimoire
---
 gwc/develop1.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 947e4c7..4dc0a34 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -207,6 +207,13 @@ pushd /opt/lmi/bin
 ./lmi_cli_shared --file=sample.cns --accept --ash_nazg 
--data_path=/opt/lmi/data 
--emit=emit_pdf_file,emit_test_data,emit_spreadsheet,emit_group_roster,emit_text_stream,emit_custom_0,emit_custom_1
  2>&1 |less -S
 popd
 
+  # Use native java to produce PDF illustrations from XSL-FO files
+  # created by a cross build--see:
+  #   https://lists.nongnu.org/archive/html/lmi/2018-02/msg00112.html
+  # PDF !! Remove this when XSL-FO is replaced.
+
+for XYZZY in billion; do JAVA_HOME=$(dirname $(dirname $(dirname $(readlink -f 
$(whence java))))) /opt/lmi/third_party/fop-0.20.5/fop.sh -fo 
"/opt/lmi/bin/old/$XYZZY.fo.xml" -pdf "/opt/lmi/bin/old/$XYZZY.pdf"; done 2>&1 
|less -S
+
   # Miscellany (no particular screen)
 
 cd /opt/lmi/src/lmi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]