notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
r1619 - in trunk: central/site/src/docs/depot/tutorials/complex central/site/src/docs/depot/tutorials/simple tutorials/tooling/simple/automation
- From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
- To: notify-dpml AT lists.ibiblio.org
- Subject: r1619 - in trunk: central/site/src/docs/depot/tutorials/complex central/site/src/docs/depot/tutorials/simple tutorials/tooling/simple/automation
- Date: Thu, 20 Jul 2006 20:00:31 +0200
Author: mcconnell
Date: 2006-07-20 20:00:07 +0200 (Thu, 20 Jul 2006)
New Revision: 1619
Modified:
trunk/central/site/src/docs/depot/tutorials/complex/index.xml
trunk/central/site/src/docs/depot/tutorials/simple/automation.xml
trunk/central/site/src/docs/depot/tutorials/simple/filters.xml
trunk/central/site/src/docs/depot/tutorials/simple/index.xml
trunk/central/site/src/docs/depot/tutorials/simple/properties.xml
trunk/central/site/src/docs/depot/tutorials/simple/symbolic.xml
trunk/central/site/src/docs/depot/tutorials/simple/types.xml
trunk/tutorials/tooling/simple/automation/
Log:
housekeeping
Modified: trunk/central/site/src/docs/depot/tutorials/complex/index.xml
===================================================================
--- trunk/central/site/src/docs/depot/tutorials/complex/index.xml
2006-07-20 16:45:13 UTC (rev 1618)
+++ trunk/central/site/src/docs/depot/tutorials/complex/index.xml
2006-07-20 18:00:07 UTC (rev 1619)
@@ -120,7 +120,7 @@
project:gizmo#SNAPSHOT
version: SNAPSHOT
- basedir: D:\dpml\central\tutorials\tooling\complex\build\gizmo
+ basedir: D:\dpml\tutorials\tooling\complex\build\gizmo
build phase providers: (1)
project:widget#SNAPSHOT</pre>
Modified: trunk/central/site/src/docs/depot/tutorials/simple/automation.xml
===================================================================
--- trunk/central/site/src/docs/depot/tutorials/simple/automation.xml
2006-07-20 16:45:13 UTC (rev 1618)
+++ trunk/central/site/src/docs/depot/tutorials/simple/automation.xml
2006-07-20 18:00:07 UTC (rev 1619)
@@ -51,17 +51,17 @@
init:
prepare:
-[x:prepare] Created dir:
D:\dpml\central\tutorials\tooling\simple\automation\target
-[x:prepare] Created dir:
D:\dpml\central\tutorials\tooling\simple\automation\target\build\main
-[x:prepare] Copying 1 file to
D:\dpml\central\tutorials\tooling\simple\automation\target\build\main
+[x:prepare] Created dir: D:\dpml\tutorials\tooling\simple\automation\target
+[x:prepare] Created dir:
D:\dpml\tutorials\tooling\simple\automation\target\build\main
+[x:prepare] Copying 1 file to
D:\dpml\central\tooling\simple\automation\target\build\main
build:
- [javac] Created dir:
D:\dpml\central\tutorials\tooling\simple\automation\target\classes\main
- [javac] Compiling 1 source file to
D:\dpml\central\tutorials\tooling\simple\automation\target\classes\main
+ [javac] Created dir:
D:\dpml\tutorials\tooling\simple\automation\target\classes\main
+ [javac] Compiling 1 source file to
D:\dpml\tutorials\tooling\simple\automation\target\classes\main
package:
- [jar] Created dir:
D:\dpml\central\tutorials\tooling\simple\automation\target\deliverables\jars
- [jar] Building jar:
D:\dpml\central\tutorials\tooling\simple\automation\target\deliverables\jars\demo-SNAPSHOT.jar
+ [jar] Created dir:
D:\dpml\tutorials\tooling\simple\automation\target\deliverables\jars
+ [jar] Building jar:
D:\dpml\tutorials\tooling\simple\automation\target\deliverables\jars\demo-SNAPSHOT.jar
[jar] Creating md5 checksum
test:
@@ -81,12 +81,12 @@
In the above example we have demonstrated an ability to completely
automate the
production of a jar file simply through the use of a template build
file and
a project codebase that follows a standard layout convention. In
this case we
- are using a template provided by the Depot project (which is used to
build the
- majority of DPML projects) - however - the inclusion of a template
is a basic
+ are using a template provided by the Depot system (which is used to
build the
+ majority of DPML projects). The inclusion of a template is a basic
Ant capability and you could easily write alternative templates
based on
- pure ant or your own custom tasks. Generally speaking when you
increase the level
- of build automation you typically reduce build related errors and
maintenance
- overheads.
+ pure ant or your own custom tasks. Generally speaking when you
increase the
+ level of build automation you typically reduce build related errors
and more
+ importantly you reduce the overall build maintenance overhead.
</p>
</subsection>
Modified: trunk/central/site/src/docs/depot/tutorials/simple/filters.xml
===================================================================
--- trunk/central/site/src/docs/depot/tutorials/simple/filters.xml
2006-07-20 16:45:13 UTC (rev 1618)
+++ trunk/central/site/src/docs/depot/tutorials/simple/filters.xml
2006-07-20 18:00:07 UTC (rev 1619)
@@ -88,7 +88,7 @@
<subsection name="Building the project ..">
<pre>
-$ cd central\tutorials\tooling\simple\filters
+$ cd tutorials\tooling\simple\filters
$ build
-------------------------------------------------------------------------
@@ -100,8 +100,8 @@
clean:
build:
- [mkdir] Created dir:
D:\dpml\central\tutorials\tooling\simple\filters\target
- [copy] Copying 1 file to
D:\dpml\central\tutorials\tooling\simple\filters\target
+ [mkdir] Created dir: D:\dpml\tutorials\tooling\simple\filters\target
+ [copy] Copying 1 file to D:\dpml\tutorials\tooling\simple\filters\target
[echo]
[echo] The message is Hello for mcconnell in New York.
Modified: trunk/central/site/src/docs/depot/tutorials/simple/index.xml
===================================================================
--- trunk/central/site/src/docs/depot/tutorials/simple/index.xml
2006-07-20 16:45:13 UTC (rev 1618)
+++ trunk/central/site/src/docs/depot/tutorials/simple/index.xml
2006-07-20 18:00:07 UTC (rev 1619)
@@ -78,7 +78,7 @@
</p>
<pre>
-$ cd central\tutorials\tooling\simple\build
+$ cd tutorials\tooling\simple\build
$ build
-------------------------------------------------------------------------
Modified: trunk/central/site/src/docs/depot/tutorials/simple/properties.xml
===================================================================
--- trunk/central/site/src/docs/depot/tutorials/simple/properties.xml
2006-07-20 16:45:13 UTC (rev 1618)
+++ trunk/central/site/src/docs/depot/tutorials/simple/properties.xml
2006-07-20 18:00:07 UTC (rev 1619)
@@ -67,7 +67,7 @@
<subsection name="Building the project ..">
<pre>
-$ cd central\tutorials\tooling\simple\properties
+$ cd tutorials\tooling\simple\properties
$ build
-------------------------------------------------------------------------
Modified: trunk/central/site/src/docs/depot/tutorials/simple/symbolic.xml
===================================================================
--- trunk/central/site/src/docs/depot/tutorials/simple/symbolic.xml
2006-07-20 16:45:13 UTC (rev 1618)
+++ trunk/central/site/src/docs/depot/tutorials/simple/symbolic.xml
2006-07-20 18:00:07 UTC (rev 1619)
@@ -43,7 +43,7 @@
<subsection name="Building the project ..">
<pre>
-$ cd central\tutorials\tooling\simple\properties
+$ cd tutorials\tooling\simple\properties
$ build
-------------------------------------------------------------------------
Modified: trunk/central/site/src/docs/depot/tutorials/simple/types.xml
===================================================================
--- trunk/central/site/src/docs/depot/tutorials/simple/types.xml
2006-07-20 16:45:13 UTC (rev 1618)
+++ trunk/central/site/src/docs/depot/tutorials/simple/types.xml
2006-07-20 18:00:07 UTC (rev 1619)
@@ -67,7 +67,7 @@
<project name="demo" basedir=".">
<properties>
<property name="location" value="New York"/>
- <property name="message" value="Hello for ${user.name} in
${location}"/>
+ <property name="message" value="Hello from ${user.name} in
${location}"/>
</properties>
<font color="darkred"><types>
<type id="jar"/>
@@ -140,7 +140,7 @@
<subsection name="Building the project ..">
<pre>
-$ cd central\tutorials\tooling\simple\types
+$ cd tutorials\tooling\simple\types
$ build
-------------------------------------------------------------------------
@@ -148,14 +148,14 @@
-------------------------------------------------------------------------
build:
- [mkdir] Created dir:
D:\dpml\central\tutorials\tooling\simple\types\target\build\main
- [copy] Copying 1 file to
D:\dpml\central\tutorials\tooling\simple\types\target\build\main
- [mkdir] Created dir:
D:\dpml\central\tutorials\tooling\simple\types\target\classes\main
- [javac] Compiling 1 source file to
D:\dpml\central\tutorials\tooling\simple\types\target\classes\main
+ [mkdir] Created dir:
D:\dpml\tutorials\tooling\simple\types\target\build\main
+ [copy] Copying 1 file to
D:\dpml\tutorials\tooling\simple\types\target\build\main
+ [mkdir] Created dir:
D:\dpml\tutorials\tooling\simple\types\target\classes\main
+ [javac] Compiling 1 source file to
D:\dpml\tutorials\tooling\simple\types\target\classes\main
package:
- [mkdir] Created dir:
D:\dpml\central\tutorials\tooling\simple\types\target\deliverables\jars
- [jar] Building jar:
D:\dpml\central\tutorials\tooling\simple\types\target\deliverables\jars\demo-SNAPSHOT.jar
+ [mkdir] Created dir:
D:\dpml\tutorials\tooling\simple\types\target\deliverables\jars
+ [jar] Building jar:
D:\dpml\tutorials\tooling\simple\types\target\deliverables\jars\demo-SNAPSHOT.jar
install:
[mkdir] Created dir: D:\system\dpml\data\cache\jars
Property changes on: trunk/tutorials/tooling/simple/automation
___________________________________________________________________
Name: svn:ignore
+ target
- r1619 - in trunk: central/site/src/docs/depot/tutorials/complex central/site/src/docs/depot/tutorials/simple tutorials/tooling/simple/automation, mcconnell at BerliOS, 07/20/2006
Archive powered by MHonArc 2.6.24.