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 fileset does not include the directory so I can't get loose class
files in the classpath via this method. As a workaround I just jarred up
the class files. Bug or feature?
Thanks,
Eric
- Re: Fileset problem Eric Richardson
- Re: Fileset problem Stefan Bodewig
- Re: Fileset problem Marco Montel
- Re: Fileset problem Eric Richardson
