--- [EMAIL PROTECTED] wrote: > How do I create a fileset that will add /tmp/foo1:/tmp/foo2:/tmp/foo3 to > my class path? I just want the directories, not the files themselves. > Is this possible?
In 1.5, you can use the new <dirset> datatype to generate a set of directories using wildcards. In earlier versions, you'd just list them all in a <pathlement path=.../> of <path>. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
