Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなANTScriptがあります。
<fileset dir="${sqlDirectory}" > <include name="**/*.sql"/> <exclude name="**/back_out/**"/> </fileset>
ディレクトリ内のすべてのサブフォルダーを除外しようとしています。上記のコードは、back_outサブフォルダーのみを除外します。
back_out
ディレクトリ内のサブフォルダを除外することはできますか?