[wpkg-users] [Bug 156] New: Variables in WPKG-1.1.0-M21 doesn't work correctly
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Thu Apr 23 10:02:34 CEST 2009
http://bugzilla.wpkg.org/show_bug.cgi?id=156
Summary: Variables in WPKG-1.1.0-M21 doesn't work correctly
Product: WPKG
Version: 1.1.x-M
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: enhancement
Priority: P2
Component: wpkg.js
AssignedTo: mangoo at wpkg.org
ReportedBy: vorlicek at wo.cz
QAContact: wpkg-users at lists.wpkg.org
If you define one variable more than once (e.g.
in hosts.xml: <variable name='test' value='1' /> and
in profiles.xml: <variable name='test' value='2' />),
wpkg.js 1.1.0-M21 stop work with Error number: 800a01c9.
Solution, which works for me, was change
variables.Add(variableName, variableValue);
back to
variables.Item(variableName)=variableValue;
in function function getVariables(XMLNode, dictionary).
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the wpkg-users
mailing list