CVSROOT: /cvsroot/lilypond Module name: installers Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/23 15:30:22
Modified files: macos : buildmac.py macos/LilyPad : ChangeLog lilycall.py Log message: (Call.__init__): return if error found. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/buildmac.py.diff?tr1=1.39&tr2=1.40&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/LilyPad/ChangeLog.diff?tr1=1.10&tr2=1.11&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/LilyPad/lilycall.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text Patches: Index: installers/macos/LilyPad/ChangeLog diff -u installers/macos/LilyPad/ChangeLog:1.10 installers/macos/LilyPad/ChangeLog:1.11 --- installers/macos/LilyPad/ChangeLog:1.10 Thu Jun 23 15:24:03 2005 +++ installers/macos/LilyPad/ChangeLog Thu Jun 23 15:30:22 2005 @@ -1,5 +1,7 @@ 2005-06-23 Han-Wen Nienhuys <[EMAIL PROTECTED]> + * lilycall.py (Call.__init__): return if error found. + * LilyPond.py (TinyTinyDocument.compileMe): report errorstring if lilycall finds one. Index: installers/macos/LilyPad/lilycall.py diff -u installers/macos/LilyPad/lilycall.py:1.4 installers/macos/LilyPad/lilycall.py:1.5 --- installers/macos/LilyPad/lilycall.py:1.4 Sun Jun 19 00:35:50 2005 +++ installers/macos/LilyPad/lilycall.py Thu Jun 23 15:30:22 2005 @@ -148,6 +148,9 @@ def __init__ (self, appdir, args): self.check_app_dir (appdir) + if self.error_string: + return + self.appdir = appdir self.env = get_env (appdir + '/Contents/Resources') self.executable = appdir + '/Contents/Resources/bin/lilypond' Index: installers/macos/buildmac.py diff -u installers/macos/buildmac.py:1.39 installers/macos/buildmac.py:1.40 --- installers/macos/buildmac.py:1.39 Thu Jun 23 15:24:03 2005 +++ installers/macos/buildmac.py Thu Jun 23 15:30:22 2005 @@ -34,7 +34,7 @@ image_dir = '%s/image/Applications/' % (builddir) wrapdest = '%s/%s' % (image_dir, bundle_name) wrapdir = wrapdest + '.app' -build_number = 1 +build_number = 2 # eval (open (topdir + '/VERSION').read()) packages = [ _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs