[Mono-bugs] [Bug 565849] New: CreateItem transformation returns wrong results
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Dec 17 19:45:31 EST 2009
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: jankit at novell.com
ReportedBy: rodrigobamboo at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list