Skip to content

Commit

Permalink
sync BIRT source before all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoying Gu committed Feb 3, 2010
1 parent b2bee02 commit 213da18
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build/org.eclipse.birt.releng.birtbuilder/buildAll.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<property name="sign.dir" value="" />

<target name="main" depends="init">
<antcall target="prepareSrc" />
<antcall target="buildBirtThirdPartyFeature"/>
<antcall target="buildBirtFeature"/>
<antcall target="buildBirtOSGI"/>
Expand Down Expand Up @@ -489,6 +490,28 @@
</ant>
</target>

<target name="prepareSrc" if="HQ.BIRT.skip">

<cvs command="export -d source" cvsRoot="${mapCvsRoot}" dest="${buildDirectory}"
package="source" tag="${mapVersionTag}" taskname="CVS - source"/>

<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/source">
<include name="**" />
<exclude name="nl/**" />
<exclude name="features/**" />
<exclude name="*.tests/**" />
<exclude name="*.test/**" />
<exclude name="*.tests.*/**" />
<exclude name="*.testhelper" />
<exclude name="org.eclipse.birt.build" />
<exclude name="org.eclipse.birt.releng" />
<exclude name="tutorials" />
</fileset>
</copy>

</target>

<target name="buildBirtTestFeature" unless="skip.build.testsuite">
<antcall target="logger">
<param name="message" value="BIRT test feature build started"/>
Expand Down

0 comments on commit 213da18

Please sign in to comment.