-
Notifications
You must be signed in to change notification settings - Fork 1
/
man.txt
44 lines (31 loc) · 1.51 KB
/
man.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
SYNOPSIS:
t2f2t.sh [-h | --help]
t2f2t.sh [--debug ] create <project-root> <t2f2t-data-dir> <tonel-pkg-dir> <filetree-pkg-dir>
t2f2t.sh [--debug ] filetree <t2f2t-data-dir-path>
t2f2t.sh [--debug ] tonel <t2f2t-data-dir-path>
OPTIONS
--debug
If present a smalltalk debugger will be invoked when an error occurs.
DESCRIPTION
The t2f2t.sh script converts tonel packages to filetree packages using Rowan
to manage the conversion.
To get started, you will run the following script to register the tonel and
filetree package directories and create the tsf2t meta data:
t2f2t.sh create <project-dir> <t2f2t-data-dir> <tonel-pkg-dir> <filetree-pkg-dir>
Then you can run either of the other two forms of the command to convert to
filetree or tonel:
t2f2t.sh filetree <t2f2t-data-dir>
OR
t2f2t.sh tonel <t2f2t-data-dir>
On each invocation the t2f2t.sh script copies and converts all of the
packages in the source directory to the destination directory. The t2f2t.sh
script does not delete any packages from the destination directory.
The <t2f2t-data-dir> contains the necessary Rowan meta data for each of the
package directories involved.
EXAMPLES:
t2f2t.sh create /home/dhenrich/XML-XMLParser t2f2t src filetree
t2f2t.sh --debug create /home/dhenrich/XML-XMLParser t2f2t src filetree
t2f2t.sh filetree /home/dhenrich/XML-XMLParser/t2f2t
t2f2t.sh --debug filetree /home/dhenrich/XML-XMLParser/t2f2t
t2f2t.sh tonel /home/dhenrich/XML-XMLParser/t2f2t
t2f2t.sh --debug tonel /home/dhenrich/XML-XMLParser/t2f2t