Subversion Repositories wimsdev

Rev

Rev 3706 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3706 bpr 1
$wims_exec_error
3704 bpr 2
!if $transfer=yes
3
  mod_dir=$wims_home/public_html/modules/devel
3706 bpr 4
  !if $catmodule!=$empty
12490 bpr 5
    wims_exec_error=
6
    success=
7
    !sh cp -r $wims_home/log/classes/$wims_class/doc/$doc/* $mod_dir/$wims_developer/$catmodule/doc/1/ ;\
8
     cd $mod_dir/$wims_developer/$catmodule ; src2def
9
    !if $wims_exec_error=$empty
10
      transfer=done
11
    !else
12
      transfer=fail
13
    !endif
3704 bpr 14
  !endif
15
!else
12490 bpr 16
  !reset file_name_src
17
  list_mod=!sh ls $wims_home/public_html/modules/devel/$wims_developer
18
  list_mod=!words2items $list_mod
19
  list_mod_doc=
20
  !for a in $list_mod
21
    category = !module category devel/$wims_developer/$a
3704 bpr 22
    !if document isin $category
12490 bpr 23
      list_mod_doc=!append item $a to $list_mod_doc
3704 bpr 24
    !endif
12490 bpr 25
  !next
26
  !if $list_mod_doc=$empty
27
    error = $error docempty
28
  !endif
29
!endif