Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
a question about list of files in some-directory

a question about list of files in some-directory

2003-02-17       - By Adam Rzadkowolski


>Hello everyone,
>i would like to get list of files in some directory to have a possibility
>to use it like example below
>
><xmlproperty file="${DBRootDir}/${DBUserName}/tables/${fileName}"/>
><sql driver="oracle.jdbc.OracleDriver"
>url="jdbc:oracle:thin:@(protected):1521:dbmain" userid="${userName}"
>password="${userPass}" print="false">
>         ${xml.table}
></sql>
>i would like to have real_file_name instead ${fileName}.
>
>what means for all files in some directory parse xml file, set some tag as
>reachable property
>then execute a content of that property.
>
>any ideas?
>Adam



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.