339729 - some packages not created in M 3.2.4 build
diff --git a/releng.wtpbuilder/distribution/wtp.package/createnoopzips.xml b/releng.wtpbuilder/distribution/wtp.package/createnoopzips.xml index 28be2d4..ea7caff 100644 --- a/releng.wtpbuilder/distribution/wtp.package/createnoopzips.xml +++ b/releng.wtpbuilder/distribution/wtp.package/createnoopzips.xml
@@ -18,7 +18,7 @@ basedir="."> <!-- - These 3 properties are normally set by calling task, but for + These 4 properties are normally set by calling task, but for "local" tests from command line, they can be set here. <property name="buildDirectory" @@ -29,11 +29,16 @@ <property name="wtp.builder.home" value="/shared/webtools/projectBuilders/wtp-R3.2.4-M/webtools.releng/releng.wtpbuilder"/> + <property + name="projectname" + value="wtp-R3.2.4-M" /> <echo message="buildDirectory: ${buildDirectory}"/> <echo message="buildLabel: ${buildLabel}"/> <echo message="wtp.builder.home: ${wtp.builder.home}"/> + <echo message="projectname: ${projectname}"/> --> - + <fail unless="wtp.builder.home"/> + <fail unless="projectname"/> <!-- = = = standard properties pattern = = = --> <!-- @@ -51,10 +56,8 @@ --> <property file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/> - <fail unless="wtp.builder.home"/> - <property file="${wtp.builder.home}/build.properties"/> - + <!-- the flag to produce these noop zips is contained in the build.cfg file --> <property name="keyCfgFile" value="${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG}/maps/build.cfg"/> @@ -64,14 +67,8 @@ <property file="${keyCfgFile}"/> - <property - name="labelfile" - value="${buildDirectory}/workdir/label.properties"/> - <available - file="${labelfile}" - property="labelfileavailable"/> - <fail unless="labelfileavailable"/> - <property file="${labelfile}"/> + + <!-- = = = end standard properties pattern = = = -->