Overview
Comment:Whoops! Must touch mtt_aliased
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: f72ca83835a2548f5c3d0343ec84119104bf89002fd17fe5accae36a70c1ef20
User & Date: gawthrop@users.sourceforge.net on 2000-10-16 08:40:35
Other Links: branch diff | manifest | tags
Context
2000-10-16
09:04:04
Initial revision check-in: d008aaf482 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:40:35
Whoops! Must touch mtt_aliased check-in: f72ca83835 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:36:31
Creat empty _aliased file if it doesn't exist check-in: 71160c794c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/cbg2ese_m2r from [d8e037f2a1] to [119a18f637].

12
13
14
15
16
17
18



19
20
21
22
23
24
25
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28







+
+
+








###############################################################
## Version control history
###############################################################
## $Id$
##
## $Log$
## Revision 1.20  2000/10/16 08:36:31  peterg
## Creat empty _aliased file if it doesn't exist
##
## Revision 1.19  2000/10/12 19:25:39  peterg
## Now generateds the _aliased.txt file
##
## Revision 1.18  2000/09/15 08:09:42  peterg
## Removed another debugging line
##
## Revision 1.17  2000/09/15 08:06:17  peterg
209
210
211
212
213
214
215
216

217
218
219
220
221
222
223
224
225
226
212
213
214
215
216
217
218

219
220
221
222
223
224
225
226
227
228
229







-
+











fi

echo "END;" >> $1_ese.r
echo "END;" >> $1_def.r

# Create the _alised file
touch $1_aliased.txt
touch mtt_aliased.txt
echo Creating $1_aliased.txt
mv mtt_aliased.txt $1_aliased.txt

# Sort the struc file
mv $structurefile junk
sort -k 1,1 -k 2,2n junk >$structurefile

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


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