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: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
