2010-04-01 17:31:25 +02:00
|
|
|
<project name="MyProject" default="compile" basedir=".">
|
2010-04-02 11:23:43 +02:00
|
|
|
<property name="base" value="C:\Users\Daniele\.hudson\jobs\delphimsbuild2\workspace"/>
|
2010-04-01 17:31:25 +02:00
|
|
|
<target name="compile" description="Compiling..." >
|
2010-04-02 11:35:15 +02:00
|
|
|
<exec dir="." failonerror="true" searchpath="true" executable="msbuild.exe">
|
|
|
|
<arg value="examples\GlobalDemo\GlobalDemo\GlobalDemo.dproj"/>
|
2010-04-02 11:23:43 +02:00
|
|
|
</exec>
|
2010-04-02 11:35:15 +02:00
|
|
|
<exec dir="." failonerror="true" searchpath="true" executable="msbuild.exe">
|
|
|
|
<arg value="examples\Chat\ChatClient\ChatClient.dproj"/>
|
2010-04-02 10:57:00 +02:00
|
|
|
</exec>
|
2010-04-02 11:49:30 +02:00
|
|
|
<exec dir="." failonerror="true" searchpath="true" command="C:\tools\pasdoc\pasdoc.exe --output ${base}\docs --name DelphiMSBuild2 --write-uses-list -S pasdocfiles.txt">
|
2010-04-02 09:56:45 +02:00
|
|
|
</exec>
|
2010-04-01 17:31:25 +02:00
|
|
|
</target>
|
|
|
|
</project>
|