sbsv2/raptor/python/raptor.py
branchwip
changeset 451 153129bf777e
parent 268 692d9a4eefc4
child 457 9bebdb95e0de
equal deleted inserted replaced
405:2fda6cb4a812 451:153129bf777e
  1094 			self.pbox = pluginbox.PluginBox(str(self.systemPlugins))
  1094 			self.pbox = pluginbox.PluginBox(str(self.systemPlugins))
  1095 
  1095 
  1096 			self.raptor_params = BuildStats(self)
  1096 			self.raptor_params = BuildStats(self)
  1097 
  1097 
  1098 			# Open the requested plugins using the pluginbox
  1098 			# Open the requested plugins using the pluginbox
  1099 			self.out.open(self.raptor_params, self.filterList.split(','), self.pbox)
  1099 			self.out.open(self.raptor_params, self.filterList, self.pbox)
  1100 
  1100 
  1101 			# log header
  1101 			# log header
  1102 			self.out.write("<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n")
  1102 			self.out.write("<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n")
  1103 
  1103 
  1104 			namespace = "http://symbian.com/xml/build/log"
  1104 			namespace = "http://symbian.com/xml/build/log"