werken 2002/06/05 10:22:23
Modified: src/scripts/bob maven-properties.jelly project.properties
Log:
Fixing integration issues with jelly+ant. Mostly a Jelly issue.
Revision Changes Path
1.2 +8 -4 jakarta-turbine-maven/src/scripts/bob/maven-properties.jelly
Index: maven-properties.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/scripts/bob/maven-properties.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven-properties.jelly 5 Jun 2002 15:06:45 -0000 1.1
+++ maven-properties.jelly 5 Jun 2002 17:22:23 -0000 1.2
@@ -13,11 +13,15 @@
<ant:property file="project.properties"/>
<ant:property name="cheese" value="toast"/>
- <ant:echo message="user.home = ${user.home}"/>
- <ant:echo message="cheese = ${cheese}"/>
- <ant:echo message="goober = ${goober}"/>
+ <ant:echo message="|| user.home = ${user.home}"/>
+ <ant:echo message="|| cheese = ${cheese}"/>
- <ant:echo message="${ant.project.name}"/>
+ <ant:echo message="|| ${ant.project.name}"/>
+
+ <ant:echo>
+ one two three ${cheese}
+ </ant:echo>
+ <ant:echo message="|| cheese = ${cheese}"/>
</jelly:jelly>
1.3 +1 -1 jakarta-turbine-maven/src/scripts/bob/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/scripts/bob/project.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.properties 5 Jun 2002 15:06:45 -0000 1.2
+++ project.properties 5 Jun 2002 17:22:23 -0000 1.3
@@ -1,2 +1,2 @@
-cheese = gouda
+cheese = gouda is ymmy
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>