View Issue Details

IDProjectCategoryView StatusLast Update
0004062JEDI VCL00 JVCL Componentspublic2007-02-13 08:48
ReporterWerewolfAssigned Toobones 
PrioritynormalSeveritytextReproducibilityalways
Status resolvedResolutionno change required 
Platformx86OSWindowsOS VersionXP+SP2
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004062: Missing resource strings in JvResources
DescriptionMissing resource strings in JvResources that are required for JvSimpleXML
TagsNo tags attached.

Activities

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';
JvResources.patch (2,210 bytes)

obones

2007-02-13 04:08

administrator   ~0010791

What ?
JvSimpleXML has been moved to the JCL, so please use the latest JCL.

Werewolf

2007-02-13 06:08

reporter   ~0010800

I think jcl installer must add $jcl/source/common/ dir to lib path then

obones

2007-02-13 08:48

administrator   ~0010803

It does not need to if you chose to build library units in the JCL installer.
Anyway, this is not a JVCL issue.

Issue History

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