Commit Graph

27 Commits

Author SHA1 Message Date
mcmullen%netscape.com
0a2b2c6cf4 Write recent errors file to log file ALWAYS, so that the log file contains warnings, too. Get MacPerl to call WaitNextEvent() while doing manifest, so that you can get other work done during this lengthy process. 1999-02-02 00:51:09 +00:00
mcmullen%netscape.com
8c4fb2e9b6 Set the error log file type so that it's a CodeWarrior file. 1998-12-16 23:48:55 +00:00
cyeh%netscape.com
7abd0e40dd fix annoying little bug where if you specify an invalid log path, the open file call would fail, and you would silently get no build log. now we check to see if open() succeeded, and if not, die accordingly. 1998-12-12 00:02:38 +00:00
mcmullen%netscape.com
6335aeb130 Commenting out previous change for now. 1998-11-13 22:06:10 +00:00
mcmullen%netscape.com
e421035641 Put the first error in the perl console as well as the log file. 1998-11-13 22:01:21 +00:00
beard%netscape.com
c52a2b0af5 Prints the name of the target being built as well. 1998-11-12 19:34:14 +00:00
cyeh%netscape.com
b6a9c42189 adding a 10 second delay in the hopes that this will cause the automation to work.+ 1998-09-21 17:48:17 +00:00
cyeh%netscape.com
037b09d479 revert file 1998-09-09 01:37:41 +00:00
cyeh%netscape.com
b57d7fd7ed according to scc, use do instead of system 1998-09-08 23:50:44 +00:00
cyeh%netscape.com
9cff4f18f7 do the right thing and parameterize calls to SetTimeBomb 1998-09-02 23:31:57 +00:00
cyeh%netscape.com
91bd151bf2 after speaking to scc, moving utility functions to Moz.pm where they belong. 1998-09-02 22:52:49 +00:00
scc%netscape.com
efad1fdd7b Oops. since build_project is no longer AppleScript, "false" should be 0. That's why we were building too often. 1998-08-03 20:20:53 +00:00
scc%netscape.com
4feba75c10 added Chris Nandor's changes to call CodeWarriorLib.pm instead of using AppleScript. 1998-07-30 01:09:52 +00:00
atotic
58f51c1b7a Alias optimization in MakeAlias: if correct alias already exists, do not create a new one. 1998-06-26 22:28:20 +00:00
scc
eafdf05a23 Merge PrepareDist into DistMozilla; switch DistMozilla over to MANIFEST files (away from export.mac files); use mkpath directly. 1998-06-05 00:32:15 +00:00
sfraser
4362f48de0 Switch over to using Perl's manifest instead of MakeDist, and mess with the relative paths. Also write out progress messages. 1998-06-04 07:35:50 +00:00
scc
6a9d103231 Added InstallFromManifest(), the critical routine to doing the dist file copying. 1998-05-30 03:13:10 +00:00
scc
9291a82518 Greatly expanded documentation. Second argument of MakeAlias isn't optional. CloseErrorLog() now does the right thing if we were still stopping for errors. 1998-05-29 22:53:12 +00:00
scc
7f5c6553ad Added BuildProjectClean($;$), like BuildProject, but forces a `remove object code'. Factored the two routines into a private build_project($$$) 1998-05-28 00:15:54 +00:00
scc
1fdefc5665 missing project files now counts as an error w.r.t. StopForErrors(). Cleaned up MakeAlias a little. 1998-05-27 22:40:36 +00:00
sfraser
4e929767d9 Fixed MakeAlias to give better errors, and to work. 1998-05-27 21:14:11 +00:00
scc
7e139b73c9 removed erroneous commas from export lists 1998-05-27 20:19:31 +00:00
scc
86281faabd Added MakeAlias, an error checking synonym for symlink. Moved some routines to @EXPORT from @EXPORT_OK, to make for more concise clients. 1998-05-27 19:52:28 +00:00
scc
d465d35e9c Added code to handle the `stop for errors, but not logging' case; moved copyright to (newly added) POD section 1998-05-26 19:46:36 +00:00
scc
56195332b6 Report the project that actually stopped the build. 1998-05-21 02:41:11 +00:00
scc
171ccffcab Added StopForErrors() and DontStopForErrors(). The former is the default, though logging must be on to allow errors to be noticed. 1998-05-20 23:09:53 +00:00
scc
8e8def39ad First Checked In. 1998-05-20 08:12:13 +00:00