As Dominique pointed out, these aren't unrelated files -- they all have a
common root (${user.home}/Developer/Java). I'm not sure why she went with
<patternset>, nor should the common root have been included as part of the
pattern, or where the "ID1" ref came from -- but other than that... :)

Here's the shorter version:
 <fileset id="ext_libs.fs" dir="${user.home}/Developer/Java">
   <include name="jaf-1.0.1/lib/activation.jar"/>
   <include name="javamail-1.2/lib/mailapi.jar"/>
   <include name="javamail-1.2/lib/smtp.jar"/>
   <include name="regex4j/regex4j.jar"/>
   <include name="log4j-1.2beta4/dist/lib/log4j-1.2beta4.jar"/>
 </fileset>

 <path id="ext_libs.path">
   <fileset refid="extlibs.fs" />
 </path>

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to