I need to overwrite property when calling another nant build script but failing to do so. I have a master build file thet has a target with <nant> task in it. Within the nant task I'm declaring
<properties><property....
this property has the same name as property in my slave build file, however the property in the slave file doesn't get overwritten and keeps it default value. I tried including 'readonly=false' and the property in the slave file and 'overwrite=true' in the master file, but still no luck. Can anyone suggest how to do this?
Thanks in advance




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to