I want to include a number of directories. Below is my code. In this
example, I only want to include Project1 and Project2 directories
<dirset dir="${svn.src.dir}">
<include name="Project1/>
<include name="Project2/>
</dirset>
Is there a way to put Project1 and Project2 values in one include statement
instead of having 2 include statements? I will have a lot of directories to
include.
I tried the below but it does not work
<dirset dir="${svn.src.dir}">
<include name="Project1, Project2/>
</dirset>
Thanks
--
View this message in context:
http://old.nabble.com/DirSet-question-tp29027696p29027696.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]