Rev 3704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3704 | Rev 3706 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 |
|
1 | $wims_exec_error |
2 | !if $transfer=yes |
2 | !if $transfer=yes |
3 | mod_dir=$wims_home/public_html/modules/devel |
3 | mod_dir=$wims_home/public_html/modules/devel |
4 | !if $catmodule!=$empty |
4 | !if $catmodule!=$empty |
- | 5 | wims_exec_error= |
|
- | 6 | success= |
|
5 | !sh cp -r $wims_home/log/classes/$wims_class/doc/$doc/* $mod_dir/$wims_developer/$catmodule/doc/1/ ;\ |
7 | !sh cp -r $wims_home/log/classes/$wims_class/doc/$doc/* $mod_dir/$wims_developer/$catmodule/doc/1/ ;\ |
6 | cd $mod_dir/$wims_developer/$catmodule ; src2def |
8 | cd $mod_dir/$wims_developer/$catmodule ; src2def |
- | 9 | !if $wims_exec_error=$empty |
|
7 | transfer=done |
10 | transfer=done |
- | 11 | !else |
|
- | 12 | transfer=fail |
|
- | 13 | !endif |
|
8 | !endif |
14 | !endif |
9 | !else |
15 | !else |
10 | !reset file_name_src |
16 | !reset file_name_src |
11 | list_mod=!sh ls $wims_home/public_html/modules/devel/$wims_developer |
17 | list_mod=!sh ls $wims_home/public_html/modules/devel/$wims_developer |
12 | list_mod=!words2items $list_mod |
18 | list_mod=!words2items $list_mod |