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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/wpkg-users