[Mono-bugs] [Bug 576596] xbuild Delete Files with item group fails to delete the files.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 3 15:41:42 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=576596
http://bugzilla.novell.com/show_bug.cgi?id=576596#c2
Ankit Jain <jankit at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |jaebird at gmail.com
--- Comment #2 from Ankit Jain <jankit at novell.com> 2010-02-03 20:41:42 UTC ---
I tried this:
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<LogFiles Include="$(MSBuildProjectDirectory)/a/b/*.log"/>
</ItemGroup>
<Target Name="Build">
<Delete Files="@(LogFiles)"/>
</Target>
</Project>
This works fine with some *.log files in a/b . Does the above project work for
you?
Could you please attach a test project?
--
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