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

http://bugzilla.novell.com/show_bug.cgi?id=565849#c0


           Summary: CreateItem transformation returns wrong results
    Classification: Mono
           Product: Mono: Tools
           Version: 2.6.x
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xbuild
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


The following target is completely supported by msbuild and prints the names of
all files in the output folder:

 <Target Name="PrintOutputFiles" DependsOnTargets="Build">

   <CreateItem Include="$(OutputPath)\**\*">
        <Output TaskParameter="Include" ItemName="OutputFiles" />
    </CreateItem>

    <Message Text="@(OutputFiles->'%(Filename)%(Extension)')" Importance="high"
/>

  </Target>

xbuild prints only a single '*' character:

    Target PrintOutputFiles:
        *

-- 
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