Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 571d9e6df1cb9eee52d1fecfa4b5c38f5cb1bfa82301c5b666d19324436a3489
User & Date: gawthrop@users.sourceforge.net on 2000-12-28 09:00:17
Other Links: branch diff | manifest | tags
Context
2000-12-28
09:13:38
Initial revision check-in: 3e31105881 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:00:17
Initial revision check-in: 571d9e6df1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-12-27
17:02:22
Initial revision check-in: ab67689887 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/mtt_error_r version [8500aa4349].







































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: mtt_error_r
# Does the error handing for transformations and forces error exit.
# This is the version for resuce which does not use error output.
# P.J.Gawthrop  August 1996
# Copyright (c) P.J.Gawthrop, 1996

log_file=$1

#Reduce writes errors to std output with ***** in front.
grep '\*\*\*\*\*' $log_file >mtt_error.txt

# Now invoke the standard error handling.
mtt_error mtt_error.txt


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]