Skip to Content.
Sympa Menu

notify-dpml - r1668 - in trunk/tutorials/tooling: . complex/export complex/export/api complex/export/impl complex/modules/api complex/modules/impl

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1668 - in trunk/tutorials/tooling: . complex/export complex/export/api complex/export/impl complex/modules/api complex/modules/impl
  • Date: Tue, 25 Jul 2006 19:49:32 +0200

Author: mcconnell
Date: 2006-07-25 19:49:29 +0200 (Tue, 25 Jul 2006)
New Revision: 1668

Added:
trunk/tutorials/tooling/build.xml
Modified:
trunk/tutorials/tooling/complex/export/
trunk/tutorials/tooling/complex/export/api/
trunk/tutorials/tooling/complex/export/impl/
trunk/tutorials/tooling/complex/modules/api/
trunk/tutorials/tooling/complex/modules/impl/
trunk/tutorials/tooling/module.xml
Log:
fix build procedure for tooling tutorials

Added: trunk/tutorials/tooling/build.xml
===================================================================
--- trunk/tutorials/tooling/build.xml 2006-07-25 17:15:20 UTC (rev 1667)
+++ trunk/tutorials/tooling/build.xml 2006-07-25 17:49:29 UTC (rev 1668)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<project name="demo" default="install"
+ xmlns:transit="antlib:net.dpml.transit">
+
+ <transit:import uri="local:template:dpml/tools/standard"/>
+
+ <target name="build" depends="standard.build">
+ <echo message="starting"/>
+ <exec executable="build" dir="${basedir}/simple" />
+ <exec executable="build" dir="${basedir}/alias" />
+ <exec executable="build" dir="${basedir}/automation" />
+ <exec executable="build" dir="${basedir}/filters" />
+ <exec executable="build" dir="${basedir}/imports" />
+ <exec executable="build" dir="${basedir}/properties" />
+ <exec executable="build" dir="${basedir}/symbolic" />
+ <exec executable="build" dir="${basedir}/types" />
+ <exec executable="build" dir="${basedir}/unit" />
+ <exec executable="build" dir="${basedir}/complex/build" />
+ <exec executable="build" dir="${basedir}/complex/export" />
+ <exec executable="build" dir="${basedir}/complex/modules" />
+ <exec executable="build" dir="${basedir}/complex/plugin" />
+ <echo message="done"/>
+ </target>
+
+</project>


Property changes on: trunk/tutorials/tooling/complex/export
___________________________________________________________________
Name: svn:ignore
+ target



Property changes on: trunk/tutorials/tooling/complex/export/api
___________________________________________________________________
Name: svn:ignore
+ target



Property changes on: trunk/tutorials/tooling/complex/export/impl
___________________________________________________________________
Name: svn:ignore
+ target



Property changes on: trunk/tutorials/tooling/complex/modules/api
___________________________________________________________________
Name: svn:ignore
+ target



Property changes on: trunk/tutorials/tooling/complex/modules/impl
___________________________________________________________________
Name: svn:ignore
+ target


Modified: trunk/tutorials/tooling/module.xml
===================================================================
--- trunk/tutorials/tooling/module.xml 2006-07-25 17:15:20 UTC (rev 1667)
+++ trunk/tutorials/tooling/module.xml 2006-07-25 17:49:29 UTC (rev 1668)
@@ -7,105 +7,4 @@
</build>
</dependencies>

- <project name="simple" basedir="simple"/>
-
- <project name="properties" basedir="properties">
- <properties>
- <property name="message" value="Hello"/>
- </properties>
- </project>
-
- <project name="symbolic-properties" basedir="symbolic">
- <properties>
- <property name="message" value="Hello for ${user.name}"/>
- </properties>
- </project>
-
- <project name="filters" basedir="filters">
- <properties>
- <property name="message" value="Hello for ${user.name}"/>
- </properties>
- <filters>
- <filter token="MESSAGE" value="${message} from ${user.name}."/>
- </filters>
- </project>
-
- <project name="alias-demo" basedir="alias">
- <properties>
- <property name="location" value="New York"/>
- <property name="message" value="Hello from ${user.name} in
${location}"/>
- </properties>
- <types>
- <type id="jar" alias="true"/>
- </types>
- <filters>
- <filter token="MESSAGE" value="${message}"/>
- </filters>
- </project>
-
- <project name="automation-demo" basedir="automation">
- <properties>
- <property name="location" value="New York"/>
- <property name="message" value="Hello from ${user.name} in
${location}"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <filters>
- <filter token="MESSAGE" value="${message}"/>
- </filters>
- </project>
-
- <project name="imports-demo" basedir="imports">
- <properties>
- <property name="location" value="New York"/>
- <property name="message" value="Hello from ${user.name} in
${location}"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <test>
- <include ref="ant/ant-junit"/>
- <include ref="dpml/transit/dpml-transit-main"/>
- </test>
- </dependencies>
- <filters>
- <filter token="MESSAGE" value="${message}"/>
- </filters>
- </project>
-
- <project name="types-demo" basedir="types">
- <properties>
- <property name="location" value="New York"/>
- <property name="message" value="Hello from ${user.name} in
${location}"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <filters>
- <filter token="MESSAGE" value="${message}"/>
- </filters>
- </project>
-
- <project name="unit-demo" basedir="unit">
- <properties>
- <property name="location" value="New York"/>
- <property name="message" value="Hello from ${user.name} in
${location}"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <test>
- <include uri="artifact:jar:ant/ant-junit#1.6.5"/>
- <include uri="artifact:jar:ant/ant#1.6.5"/>
- <include uri="artifact:jar:junit/junit#3.8.1"/>
- </test>
- </dependencies>
- <filters>
- <filter token="MESSAGE" value="${message}"/>
- </filters>
- </project>
-
</module>




  • r1668 - in trunk/tutorials/tooling: . complex/export complex/export/api complex/export/impl complex/modules/api complex/modules/impl, mcconnell at BerliOS, 07/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page