Hello,
        I've been trying to use the comma or space sperated list inside an
include tag inside a fileset.  The documentation still states that this is a
feature however it won't
recognize anything once a add more than 1.  Has anyone encountered this?
Does anyone know of a working solution?  Any ideas are appreciated.

Thanks

Both work

<fileset dir="${dir.lib}">
        <include name="log4j.jar"/>
</fileset>

<fileset dir="${dir.lib}">
        <include name="ant.jar"/>
</fileset>


Neither work

<fileset dir="${dir.lib}">
        <include name="log4j.jar,ant.jar"/>
</fileset>

<fileset dir="${dir.lib}">
        <include name="log4j.jar ant.jar"/>
</fileset>






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

Reply via email to