Пример #1
0
 def _install(self):
     # Install iocboot directories from table
     Builder._install(self)
     for ioctemplatedir, appname in self._iocbootdirsdict.iteritems():
         self._install_iocboot(appname, ioctemplatedir)
     self._create_ioc_config()
     self._create_monica_config()
Пример #2
0
 def _install(self):
     # Install iocboot directories from table
     Builder._install(self)
     for ioctemplatedir, appname in self._iocbootdirsdict.iteritems():
         self._install_iocboot(appname, ioctemplatedir)
     self._create_ioc_config()
     self._create_monica_config()
Пример #3
0
 def _install(self):
     Builder._install(self)
     # Create the install directory
     utils.run("mkdir -p %s" % self._installdir)
     self._run_copy_trees()
     # msi has to be first in the case we need to create jar files after 
     # post-executing msi tool
     self._run_msi()
     self._run_jar()
     self._create_release_info(self._installdir)
Пример #4
0
 def _install(self):
     Builder._install(self)
     self._adeParser.install()