[Mono-bugs] [Bug 691626] New: Unable to reference a <color> element if its name contains an upper case
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed May 4 06:02:43 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=691626
https://bugzilla.novell.com/show_bug.cgi?id=691626#c0
Summary: Unable to reference a <color> element if its name
contains an upper case
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: i686
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Tools
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: philippe.girolami at cegedim.com
QAContact: mono-bugs at lists.ximian.com
Found By: Development
Blocker: No
Created an attachment (id=427892)
--> (http://bugzilla.novell.com/attachment.cgi?id=427892)
Project file to reproduce bug
Description of Problem:
Cannot build project using 1.0.1 & VC plugin
Steps to reproduce the problem:
1. download attached VC 2010 project
2. add to VC and build
Actual Results:
"aresgen.exe exited with code 1"
Expected Results:
No error message
How often does this happen?
Every time
Additional Information:
If you remove the uppercase letters in the color element of file theme.axml,
change Main.axml to reference the new name then it will not produce the error.
WORKS <color name="uicolor_lightgraycolor">#aaaaaa</color>
FAILS <color name="uicolor_lightGrayColor">#aaaaaa</color>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list