You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Narayanan, Gopalakrishnan" <gn...@exchange.ml.com> on 2002/11/12 21:17:44 UTC

Dynamic construction of property from filesets/files

Is there a way in ANT to dynamically construct a property based on the files in a fileset.
More specifically,I run the ejb-jar to generate ejbs.The number of ejbs is not known till runtime and so are the names of the ejbs.
But all the generated ejbs go into a specific folder.

Is there a way to load all the ejb-jar jar file names into a property (separated by colon or semi-colon )so that this property can be set in  EJB definitions in weblogic.properties ?




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>