diff -r 85df38eb4012 -r df88fead2976 buildframework/helium/tools/testing/ats/ats.ant.xml --- a/buildframework/helium/tools/testing/ats/ats.ant.xml Tue Apr 27 08:33:08 2010 +0300 +++ b/buildframework/helium/tools/testing/ats/ats.ant.xml Thu Jul 22 17:08:43 2010 +0300 @@ -199,58 +199,68 @@ - - - - - + + + + + + + version = r'${java.version}' if '1.6.0' in version: assert int(version.split('_')[1]) > 6, 'Java 6 u7 required' - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + @@ -263,7 +273,7 @@ import atsant ic = None try: - ic = atsant.IConfigATS(project.getProperty('release.images.dir')) + ic = atsant.IConfigATS(project.getProperty('release.images.dir'), project.getProperty('ats.product.name')) except Exception, ex: print ex if ic: @@ -493,7 +503,7 @@ - + @@ -717,4 +727,26 @@ + + + + + + + + + + + + + + + + + + + + + +