1 <?xml version=
"1.0" encoding='iso-
8859-
1'
?>
2 <project name=
"all" default=
"build">
4 <property name=
"base.dir" value=
"." />
5 <property name=
"version" value=
"beta-1" />
6 <property name=
"os" value=
"${operating-system::to-string(environment::get-operating-system())}" />
7 <property name=
"isWindows" value=
"${string::starts-with(os, 'Microsoft Windows')}" />
9 <target name=
"build" depends=
"init, tools, container, components, activerecord, monorail, services, aspectsharp, facilities, samples" />
12 <echo message=
"${os}" />
13 <echo message=
"Running on Windows? ${isWindows}" />
16 <target name=
"activerecord">
17 <nant buildfile=
"ActiveRecord/activerecord.build" target=
"build" inheritall=
"true" />
21 <nant buildfile=
"Tools/DynamicProxy/DynamicProxy.build" target=
"build" inheritall=
"true" />
24 <target name=
"container">
25 <nant buildfile=
"InversionOfControl/container.build" target=
"build" inheritall=
"true" />
28 <target name=
"services">
29 <nant buildfile=
"Services/services.build" target=
"build" inheritall=
"true" />
32 <target name=
"facilities">
33 <nant buildfile=
"Facilities/facilities.build" target=
"build" inheritall=
"true" />
36 <target name=
"components">
37 <nant buildfile=
"Components/components.build" target=
"build" inheritall=
"true" />
40 <target name=
"monorail">
41 <nant buildfile=
"MonoRail/monorail.build" target=
"build" inheritall=
"true" />
44 <target name=
"aspectsharp">
45 <nant buildfile=
"AspectSharp/aspectsharp.build" target=
"build" inheritall=
"true" />
48 <target name=
"samples">
52 <nant buildfile=
"Tools/DynamicProxy/DynamicProxy.build" target=
"dist" inheritall=
"true" />
53 <nant buildfile=
"InversionOfControl/container.build" target=
"dist" inheritall=
"true" />
54 <nant buildfile=
"Components/components.build" target=
"dist" inheritall=
"true" />
55 <nant buildfile=
"ActiveRecord/activerecord.build" target=
"dist" inheritall=
"true" />
56 <nant buildfile=
"MonoRail/monorail.build" target=
"dist" inheritall=
"true" />
57 <nant buildfile=
"Services/services.build" target=
"dist" inheritall=
"true" />
58 <nant buildfile=
"Facilities/facilities.build" target=
"dist" inheritall=
"true" />