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

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


Ankit Jain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
      Info Provider|                            |[email protected]

--- Comment #2 from Ankit Jain <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to