Stefan Bodewig wrote:

> On Mon, 30 Jul 2001, Eric Richardson <[EMAIL PROTECTED]>
> wrote:
>
> > Hi, I'm using the following to pass to <java> in a
> > classpathref. I've included a jar and the directory in the <fileset>
> > that has some loose class files.
> >
> > <path id="my.classpath">
> >     <fileset dir="${catalog.dir}">
> >       <include name="catalog.jar"/>
> >       <include name="${catalog.dir}"/>
> >     </fileset>
> > </path>
>
> The nested <fileset> inside <path> will by design only pick up files,
> not directories - make that
>
> > The fileset does not include the directory

Is there any way to include recursivley directoryes in a fileset or to
scan all paths  and create a "dirset" ?

Bye Marco

Reply via email to