lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master fbfa557 2/5: No longer test PDF emission from


From: Greg Chicares
Subject: [lmi-commits] [lmi] master fbfa557 2/5: No longer test PDF emission from command-line binary
Date: Sat, 21 Apr 2018 05:51:17 -0400 (EDT)

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

    No longer test PDF emission from command-line binary
    
    The old PDF code will soon be expunged. The new PDF code depends on
    wxPdfDoc, which is not available in non-wx-dependent builds, which in
    turn will become unable to produce PDF output at all.
    
    Incidentally, specified full paths to input files in the modified
    commands, to make them work when pasted into a terminal.
---
 gwc/develop1.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index f5279a3..3664cb3 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -231,9 +231,8 @@ cd /opt/lmi/bin
 
   # Test all valid emission types
 
-pushd /opt/lmi/bin
-./lmi_cli_shared --file=sample.ill --accept --ash_nazg 
--data_path=/opt/lmi/data 
--emit=emit_pdf_file,emit_test_data,emit_spreadsheet,emit_text_stream,emit_custom_0,emit_custom_1
  2>&1 |less -S
-./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
+/opt/lmi/bin/lmi_cli_shared --file=/opt/lmi/src/lmi/sample.ill --accept 
--ash_nazg --data_path=/opt/lmi/data 
--emit=emit_test_data,emit_spreadsheet,emit_text_stream,emit_custom_0,emit_custom_1
  2>&1 |less -S
+/opt/lmi/bin/lmi_cli_shared --file=/opt/lmi/src/lmi/sample.cns --accept 
--ash_nazg --data_path=/opt/lmi/data 
--emit=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



reply via email to

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