http://bugzilla.novell.com/show_bug.cgi?id=576596
http://bugzilla.novell.com/show_bug.cgi?id=576596#c3 --- Comment #3 from Jae Stutzman <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
