Please find attached a fix for Issue 1918.

Thanks,
Magesh

____________________________________________________
Buy Feng Shui Package for Rs. 151/- only, at 
http://shopping.rediff.com/shopping/fengshui_mailer.htm

cvs diff -u -w ProjectHelper.java 
Index: ProjectHelper.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/ProjectHelper.java,v
retrieving revision 1.51
diff -u -w -r1.51 ProjectHelper.java
--- ProjectHelper.java  2001/06/08 10:11:27     1.51
+++ ProjectHelper.java  2001/07/04 16:47:22
@@ -66,6 +66,7 @@
  * a XML build file.
  *
  * @author [EMAIL PROTECTED]
+ * @author <a href="mailto:[EMAIL PROTECTED]">Magesh Umasankar</a>
  */
 
 public class ProjectHelper {
@@ -386,6 +387,8 @@
             for (int i = 0; i < attrs.getLength(); i++) {
                 String key = attrs.getName(i);
                 String value = attrs.getValue(i);
+                value = replaceProperties(project, value,
+                               project.getProperties() );
 
                 if (key.equals("name")) {
                     name = value;

*****CVS exited normally with code 1*****

Reply via email to