gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/metacode umltool.py


From: Asko Soukka
Subject: [Gzz-commits] gzz/metacode umltool.py
Date: Thu, 02 Jan 2003 05:54:21 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/01/02 05:54:21

Modified files:
        metacode       : umltool.py 

Log message:
        Metapost won't stop anymore for errors, but how to detect them now 
without browsing the whole log?

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/umltool.py.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: gzz/metacode/umltool.py
diff -u gzz/metacode/umltool.py:1.13 gzz/metacode/umltool.py:1.14
--- gzz/metacode/umltool.py:1.13        Wed Jan  1 11:21:16 2003
+++ gzz/metacode/umltool.py     Thu Jan  2 05:54:21 2003
@@ -820,7 +820,9 @@
        """ % locals())
     gen3.close()
     
-    syscmd = "/usr/bin/mpost %s" % prefix_out+".3";
+    syscmd = "/usr/bin/mpost --file-line-error-style "+\
+             "--interaction nonstopmode "+\
+             "%s" % prefix_out+".3";
     if settings.has_key('tmpdir'):
         os.system("cd "+path+";"+syscmd)
     else: os.system(syscmd)



reply via email to

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