[Mono-bugs] [Bug 576596] New: xbuild Delete Files with item group fails to delete the files.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 3 11:56:11 EST 2010
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: jankit at novell.com
ReportedBy: jaebird at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list