> <property name="Project.Name"
value="${environment::get-variable(PROJECTS)}" />

Try this instead:

<property name="Project.Name"
value="${environment::get-variable('PROJECTS')}" />

The single quotation mark tells NAnt that the value is literal, rather
than a property.




-------------------------------------------------------
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