[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 16:28:07 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=576596

http://bugzilla.novell.com/show_bug.cgi?id=576596#c3


--- Comment #3 from Jae Stutzman <jaebird at gmail.com> 2010-02-03 21:28:06 UTC ---
Found out that the real issue is with ItemGroup within a Target.

<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <Target Name="Build">
        <ItemGroup>
                <LogFiles Include="$(MSBuildProjectDirectory)/a/b/*.log"/>
        </ItemGroup>
        <Delete Files="@(LogFiles)"/>
    </Target>
</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