Please reply using this URL only: http://bugs.wpkg.org/show_bug.cgi?id=26





------- Additional Comments From [EMAIL PROTECTED]  2006-06-03 00:21 -------
If you look at 0.9.8-0.9.9-test1.patch which was in wpkg-0.9.9-test1 package,
you will see that this functionality was removed:

-    if (xmlDoc.load(path)) {
-        return xmlDoc.documentElement;
-    } else {
-        // Obtain the ParseError object
-        var  xPE = xmlDoc.parseError;
-
-        error("Error while parsing XML document:  " + path);
-        //error("url       " + xPE.url);
-        error("Reason    " + xPE.reason);
-        error("Line      " + xPE.line);
-        error("Linepos   " + xPE.linepos);
-        error("Filepos   " + xPE.filepos);
-        error("srcText   " + xPE.srcText);

Was it easier that way to make WPKG look into folders?


-- 
Configure bugmail: http://bugs.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to