View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004062 | JEDI VCL | 00 JVCL Components | public | 2007-02-13 02:37 | 2007-02-13 08:48 |
Reporter | Werewolf | Assigned To | obones | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | x86 | OS | Windows | OS Version | XP+SP2 |
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0004062: Missing resource strings in JvResources | ||||
Description | Missing resource strings in JvResources that are required for JvSimpleXML | ||||
Tags | No tags attached. | ||||
2007-02-13 02:37
|
JvResources.patch (2,210 bytes)
Index: JvResources.pas =================================================================== --- JvResources.pas (revision 11187) +++ JvResources.pas (working copy) @@ -1875,6 +1875,28 @@ resourcestring RsENoFilesSpecifiedToTJvSHFileOperatio = 'No files specified to TJvSHFileOperation Execute function'; +//=== JvSimpleXml.pas ======================================================== +resourcestring + RsEInvalidXMLElementUnexpectedCharacte = + 'Invalid XML Element: Unexpected character in property declaration ("%s" found)'; + RsEInvalidXMLElementUnexpectedCharacte_ = + 'Invalid XML Element: Unexpected character in property declaration. Expecting " or '' but "%s" found'; + RsEUnexpectedValueForLPos = 'Unexpected value for lPos'; + RsEInvalidXMLElementExpectedBeginningO = 'Invalid XML Element: Expected beginning of tag but "%s" found'; + RsEInvalidXMLElementExpectedEndOfTagBu = 'Invalid XML Element: Expected end of tag but "%s" found'; + RsEInvalidXMLElementMalformedTagFoundn = 'Invalid XML Element: malformed tag found (no valid name)'; + RsEInvalidXMLElementErroneousEndOfTagE = + 'Invalid XML Element: Erroneous end of tag, expecting </%0:s> but </%1:s> found'; + RsEInvalidCommentExpectedsButFounds = 'Invalid Comment: expected "%0:s" but found "%1:s"'; + RsEInvalidCommentNotAllowedInsideComme = 'Invalid Comment: "--" not allowed inside comments'; + RsEInvalidCommentUnexpectedEndOfData = 'Invalid Comment: Unexpected end of data'; + RsEInvalidCDATAExpectedsButFounds = 'Invalid CDATA: expected "%0:s" but found "%1:s"'; + RsEInvalidCDATAUnexpectedEndOfData = 'Invalid CDATA: Unexpected end of data'; + RsEInvalidHeaderExpectedsButFounds = 'Invalid Header: expected "%0:s" but found "%1:s"'; + RsEInvalidStylesheetExpectedsButFounds = 'Invalid Stylesheet: expected "%0:s" but found "%1:s"'; + RsEInvalidStylesheetUnexpectedEndOfDat = 'Invalid Stylesheet: Unexpected end of data'; + RsEInvalidDocumentUnexpectedTextInFile = 'Invalid Document: Unexpected text in file prolog'; + //=== JvSpeedbar.pas ========================================================= resourcestring RsEAutoSpeedbarMode = 'Cannot set this property value while Position is bpAuto'; |
|
What ? JvSimpleXML has been moved to the JCL, so please use the latest JCL. |
|
I think jcl installer must add $jcl/source/common/ dir to lib path then |
|
It does not need to if you chose to build library units in the JCL installer. Anyway, this is not a JVCL issue. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-02-13 02:37 | Werewolf | New Issue | |
2007-02-13 02:37 | Werewolf | File Added: JvResources.patch | |
2007-02-13 04:08 | obones | Note Added: 0010791 | |
2007-02-13 04:08 | obones | Status | new => feedback |
2007-02-13 06:08 | Werewolf | Note Added: 0010800 | |
2007-02-13 08:48 | obones | Status | feedback => resolved |
2007-02-13 08:48 | obones | Resolution | open => no change required |
2007-02-13 08:48 | obones | Assigned To | => obones |
2007-02-13 08:48 | obones | Note Added: 0010803 |