Attachment 'rubber-1.1-spaces.patch'

Download

   1 --- __init__.py	2006-03-17 14:52:45.000000000 +0100
   2 +++ __init__.py.bob	2006-09-10 16:33:24.000000000 +0200
   3 @@ -1106,8 +1106,9 @@
   4  		msg.progress(_("compiling %s") % msg.simplify(self.source()))
   5  		
   6  		file = self.source()
   7 +                fakefile = self.src_base  
   8  		cmd = [self.vars["program"]]
   9 -		cmd += map(lambda x: x.replace("%s",file), self.cmdline)
  10 +		cmd += map(lambda x: x.replace("%s",fakefile), self.cmdline)
  11  		inputs = string.join(self.env.path, ":")
  12  		if inputs == "":
  13  			env = {}
  14 @@ -1120,6 +1121,13 @@
  15  
  16  		if self.log.read(self.src_base + ".log"):
  17  			msg.error(_("Could not run %s.") % cmd[0])
  18 +			msg.error(_("path %s") % file)
  19 +			msg.error(_("cmd %s") % self.cmdline)
  20 +			msg.error(_("env %s") % env)
  21 +			msg.error(_("inputs %s") % inputs)
  22 +			msg.error(_("other %s") % self.src_base)
  23 +			msg.error(_("cmd1 %s") % cmd[1])
  24 +			msg.error(_("cmd2 %s") % cmd[2])
  25  			return 1
  26  		if self.log.errors():
  27  			return 1

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2021-02-25 09:43:43, 92.2 KB) [[attachment:LaTeXPlugin-20060924.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 91.5 KB) [[attachment:LaTeXPlugin-20060928.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 92.2 KB) [[attachment:LaTeXPlugin-20061021.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 93.5 KB) [[attachment:LaTeXPlugin-20061109.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 94.0 KB) [[attachment:LaTeXPlugin-20061112.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 94.6 KB) [[attachment:LaTeXPlugin-20061231.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 100.9 KB) [[attachment:LaTeXPlugin-20070605.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 101.8 KB) [[attachment:LaTeXPlugin-20070608.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 103.0 KB) [[attachment:LaTeXPlugin-20070719.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 117.7 KB) [[attachment:LaTeXPlugin-20070821.tar.bz2]]
  • [get | view] (2021-02-25 09:43:43, 107.3 KB) [[attachment:Main.png]]
  • [get | view] (2021-02-25 09:43:43, 0.6 KB) [[attachment:latex_test.tex]]
  • [get | view] (2021-02-25 09:43:43, 6.0 KB) [[attachment:latextools-062006.py]]
  • [get | view] (2021-02-25 09:43:43, 7.7 KB) [[attachment:latextools-062006.pyc]]
  • [get | view] (2021-02-25 09:43:43, 0.4 KB) [[attachment:ref_test.tex]]
  • [get | view] (2021-02-25 09:43:43, 0.9 KB) [[attachment:rubber-1.1-spaces.patch]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.