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:@10.10.10.52: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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
