PDK_Raptor/config.xml
changeset 11 bb9574f14ea1
parent 9 eb11a5189bd4
child 13 0760f87d90d6
equal deleted inserted replaced
10:6605a601cc77 11:bb9574f14ea1
    99         </hudson.model.ChoiceParameterDefinition>
    99         </hudson.model.ChoiceParameterDefinition>
   100       </parameterDefinitions>
   100       </parameterDefinitions>
   101     </hudson.model.ParametersDefinitionProperty>
   101     </hudson.model.ParametersDefinitionProperty>
   102   </properties>
   102   </properties>
   103   <scm class="hudson.scm.NullSCM"/>
   103   <scm class="hudson.scm.NullSCM"/>
   104   <canRoam>true</canRoam>
   104   <assignedNode>master</assignedNode>
       
   105   <canRoam>false</canRoam>
   105   <disabled>false</disabled>
   106   <disabled>false</disabled>
   106   <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
   107   <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
   107   <triggers class="vector"/>
   108   <triggers class="vector"/>
   108   <concurrentBuild>true</concurrentBuild>
   109   <concurrentBuild>true</concurrentBuild>
   109   <builders>
   110   <builders>
   121     </hudson.tasks.BatchFile>
   122     </hudson.tasks.BatchFile>
   122     <hudson.tasks.BatchFile>
   123     <hudson.tasks.BatchFile>
   123       <command>@echo off
   124       <command>@echo off
   124 %SUBST_DRIVE%
   125 %SUBST_DRIVE%
   125 cd \
   126 cd \
       
   127 echo copying zips from %RELEASE_ZIP_LOCATION% - available zips:
       
   128 dir /b %RELEASE_ZIP_LOCATION%\*.zip
   126 xcopy %RELEASE_ZIP_LOCATION%\build_BOM.zip %SUBST_DRIVE%\tmp /q
   129 xcopy %RELEASE_ZIP_LOCATION%\build_BOM.zip %SUBST_DRIVE%\tmp /q
   127 xcopy %RELEASE_ZIP_LOCATION%\*_rndonly*.zip %SUBST_DRIVE%\tmp /q
   130 xcopy %RELEASE_ZIP_LOCATION%\bin_rndonly*.zip %SUBST_DRIVE%\tmp /q
   128 xcopy %RELEASE_ZIP_LOCATION%\bin_redist*.zip %SUBST_DRIVE%\tmp /q
   131 xcopy %RELEASE_ZIP_LOCATION%\bin_redist*.zip %SUBST_DRIVE%\tmp /q
   129 xcopy %RELEASE_ZIP_LOCATION%\binaries_epoc_additional.zip %SUBST_DRIVE%\tmp /q
   132 xcopy %RELEASE_ZIP_LOCATION%\binaries_epoc_additional.zip %SUBST_DRIVE%\tmp /q
   130 xcopy %RELEASE_ZIP_LOCATION%\binaries_bldmefirst.zip %SUBST_DRIVE%\tmp /q
   133 xcopy %RELEASE_ZIP_LOCATION%\binaries_bldmefirst.zip %SUBST_DRIVE%\tmp /q
   131 
   134 
   132 IF %SRC_LOCATION% == BOM goto TOOLSZIP
   135 IF %SRC_LOCATION% == BOM goto TOOLSZIP
   133 xcopy %RELEASE_ZIP_LOCATION%\src_*.zip %SUBST_DRIVE%\tmp /q
   136 xcopy %RELEASE_ZIP_LOCATION%\src_*.zip %SUBST_DRIVE%\tmp /q
   134 :TOOLSZIP
   137 :TOOLSZIP
   135 IF %REBUILD_TOOLS% == true exit 0
   138 IF %REBUILD_TOOLS% == true GOTO ZIP_COPY_DONE
   136 xcopy %RELEASE_ZIP_LOCATION%\binaries_epoc32_stlport.zip %SUBST_DRIVE%\tmp /q
   139 xcopy %RELEASE_ZIP_LOCATION%\binaries_epoc32_stlport.zip %SUBST_DRIVE%\tmp /q
   137 xcopy %RELEASE_ZIP_LOCATION%\tools_*.zip %SUBST_DRIVE%\tmp /q
   140 xcopy %RELEASE_ZIP_LOCATION%\tools_*.zip %SUBST_DRIVE%\tmp /q
       
   141 :ZIP_COPY_DONE
       
   142 echo %SUBST_DRIVE%\tmp\
       
   143 dir /b %SUBST_DRIVE%\tmp\*.zip
   138 exit 0</command>
   144 exit 0</command>
   139     </hudson.tasks.BatchFile>
   145     </hudson.tasks.BatchFile>
   140     <hudson.tasks.BatchFile>
   146     <hudson.tasks.BatchFile>
   141       <command>%SUBST_DRIVE%
   147       <command>%SUBST_DRIVE%
   142 cd %SUBST_DRIVE%\tmp
   148 cd %SUBST_DRIVE%\tmp
   143 7z x *.zip -o.. -y
   149 7z x *.zip -o.. -y
   144 cd..
   150 cd..
       
   151 dir /b *.zip
   145 7z x *.zip -y
   152 7z x *.zip -y
   146 del *.zip
   153 del *.zip
   147 exit 0</command>
   154 exit 0</command>
   148     </hudson.tasks.BatchFile>
   155     </hudson.tasks.BatchFile>
   149     <hudson.tasks.BatchFile>
   156     <hudson.tasks.BatchFile>
   293     </hudson.tasks.BatchFile>
   300     </hudson.tasks.BatchFile>
   294     <hudson.tasks.BatchFile>
   301     <hudson.tasks.BatchFile>
   295       <command>cd %SUBST_DRIVE%
   302       <command>cd %SUBST_DRIVE%
   296 %SUBST_DRIVE%
   303 %SUBST_DRIVE%
   297 cd\
   304 cd\
   298 IF %PLATFORM% == symbian2 set CENREP_DIR=/epoc32/rom/config/confml_data/s60
   305 IF %PLATFORM% == symbian2 GOTO RUN_CENREP
   299 IF %PLATFORM% == symbian3 set CENREP_DIR=/epoc32/rom/config/assets
   306 
   300 %HELIUM_HOME%\..\ConfigurationTool/cli_build.cmd -master_conf s60 -impl %CENREP_DIR% -confml %CENREP_DIR% -ignore_errors</command>
   307 cd \epoc32\rom\config
       
   308 cone generate -c convert.confml -o .
       
   309 cd \epoc32\tools
       
   310 cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\urel\z -c s60_root.confml
       
   311 cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\udeb\z -c s60_root.confml
       
   312 cone generate -p \epoc32\rom\config -o \epoc32\data\z -c s60_root.confml
       
   313 cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\urel\z -c symbianos_root.confml
       
   314 cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\udeb\z -c symbianos_root.confml
       
   315 cone generate -p \epoc32\rom\config -o \epoc32\data\z -c symbianos_root.confml
       
   316 exit 0
       
   317 
       
   318 :RUN_CENREP
       
   319 %HELIUM_HOME%\..\ConfigurationTool/cli_build.cmd -master_conf s60 -impl /epoc32/rom/config/confml_data/s60 -confml /epoc32/rom/config/confml_data/s60 -ignore_errors</command>
   301     </hudson.tasks.BatchFile>
   320     </hudson.tasks.BatchFile>
   302   </builders>
   321   </builders>
   303   <publishers/>
   322   <publishers/>
   304   <buildWrappers/>
   323   <buildWrappers/>
   305   <customWorkspace>C:\</customWorkspace>
   324   <customWorkspace>C:\</customWorkspace>