[Mono-bugs] [Bug 512535] New: Can't concatenate Item list error when compiling non-standard project with xbuild
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 12 04:26:15 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=512535
Summary: Can't concatenate Item list error when compiling
non-standard project with xbuild
Classification: Mono
Product: Mono: Tools
Version: SVN
Platform: Other
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: xbuild
AssignedTo: jankit at novell.com
ReportedBy: ck at carlo-kok.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10)
Gecko/2009042316 Firefox/3.0.10 (.NET CLR 4.0.20506)
when compiling the attached project with the attached target using:
xbuild PlayLister.oxygene /p:MSBuildExtensionsPath=/path/to/targetdir
I get weird error that should not occur (works on msbuild)
Reproducible: Always
Steps to Reproduce:
1. Extract the attached zip
2. gacinstall the dlls in the OxygeneBinaries
3. goto OxygeneBinaries\PlayLister and run xbuild as stated in the description
Actual Results:
: error : Error building target CoreCompile: System.Exception: Can't
concatenate Item list with other strings where an item list is expected ('^M
', '@Compile'). Use semi colon to separate items.
at Microsoft.Build.BuildEngine.ExpressionCollection.ThrowCantConcatError
(System.Object first, System.Object second) [0x00000]
at Microsoft.Build.BuildEngine.ExpressionCollection.ConvertToITaskItemArray
(Microsoft.Build.BuildEngine.Project project) [0x00000]
at Microsoft.Build.BuildEngine.ExpressionCollection.ConvertTo
(Microsoft.Build.BuildEngine.Project project, System.Type type) [0x00000]
at Microsoft.Build.BuildEngine.Expression.ConvertTo
(Microsoft.Build.BuildEngine.Project project, System.Type type) [0x00000]
at Microsoft.Build.BuildEngine.TargetBatchingImpl.BuildTargetNeeded ()
[0x00000]
at Microsoft.Build.BuildEngine.TargetBatchingImpl.Build
(Microsoft.Build.BuildEngine.Target target, System.Boolean& executeOnErrors)
[0x00000]
at Microsoft.Build.BuildEngine.Target.DoBuild () [0x00000]
: error : Error building target CoreCompile: System.Exception: Can't
concatenate Item list with other strings where an item list is expected ('^M
Expected Results:
Success
--
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