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
Using of 'file' attribute in 'append' task <append destFile="filePath1.ext" file="filePath2.ext" />
generates an error: phing.tasks.system.AppendTask doesn't support the 'file' attribute
Everything worked perfectly with version 2.14.
The text was updated successfully, but these errors were encountered:
Using of 'file' attribute in 'append' task
<append destFile="filePath1.ext" file="filePath2.ext" />
generates an error:
phing.tasks.system.AppendTask doesn't support the 'file' attribute
Everything worked perfectly with version 2.14.
The text was updated successfully, but these errors were encountered: