http://bugzilla.novell.com/show_bug.cgi?id=576596
http://bugzilla.novell.com/show_bug.cgi?id=576596#c0 Summary: xbuild Delete Files with item group fails to delete the files. Classification: Mono Product: Mono: Tools Version: 2.4.x Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: xbuild AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- The Delete Files with an item group does not remove files, so we did a workaround for xbuild. <!-- Workaround for xbuild --> <Exec Condition=" '$(OS)' != 'Windows_NT' " Command=" rm -r -f -v $(MSBuildProjectDirectory)/Deploy/Sources/*.log " /> <!-- msbuild --> <Delete Files="@(LogFiles)" /> Would like to just use the msbuild section. We are using 2.4.3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
