You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like the fileset to include empty directories. Currently if the directory is empty, it is not reported in the fileset. I'm using python, using an include of:
"/log/"
And the /log directory is empty, so it is not included in the fileset enumeration. This would be something equivalent to the ant option "includeEmptyDirs" on the Copy command: http://ant.apache.org/manual/Tasks/copy.html
I'm not deeply familiar with Ant but have used FileSet-style patterns in Jenkins, so this could be my misunderstanding.
The text was updated successfully, but these errors were encountered:
I'd like the fileset to include empty directories. Currently if the directory is empty, it is not reported in the fileset. I'm using python, using an include of:
"/log/"
And the /log directory is empty, so it is not included in the fileset enumeration. This would be something equivalent to the ant option "includeEmptyDirs" on the Copy command: http://ant.apache.org/manual/Tasks/copy.html
I'm not deeply familiar with Ant but have used FileSet-style patterns in Jenkins, so this could be my misunderstanding.
The text was updated successfully, but these errors were encountered: