hi Hari,
You might be able to try this:
<!-- define a path structure with the fileset having an inclusion filter
based on what you want -->
<path id="runtime.classpath">
<fileset dir="${runtime.lib.dir}">
<include name="**/*.jar" />
</fileset>
</path>
<!-- convert the path to a property-->
<property name="core.runtime.classpath" refid="runtime.classpath" />
That has worked for me in the past - with Ant 1.7.0 (not sure if it
works in Ant 1.6.5). Doesn't hurt to try!
thanks,
Vijay
Gilbert Rebhan wrote:
Hariharasudhan R schrieb:
Hi Gilbert,
That worked. Many Thanks!
The doc for fileset ( http://ant.apache.org/manual/CoreTypes/fileset.html )
does not list id as one of the attributes.
Is it an undocumented feature ?
btw, I am using JDK 5.0u14 and Ant 1.6.5 on windows xp.
yup, you're right.
The manual is great in comparison
to other open source, but incomplete sometimes ...
you should always consult the archive of the ant user list =
http://marc.info/?l=ant-user&r=1&w=2
Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]