View Issue Details

IDProjectCategoryView StatusLast Update
0003557JEDI VCL00 JVCL Componentspublic2006-03-06 02:39
ReportervrtaregAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.10 
Target VersionFixed in Version3.30 
Summary0003557: JvInterpreter packages compilation error
DescriptionJvInterpreter package don't compile when JVCL_UseQuickReport and QREPORT4 options are enabled in jvcl.inc.
JvInterpreter Design and Runtime packages generating from xml files incorrectly: always including qrpt packege and not qr4rund7 one.
Additional Information---------- OLD code of JvInterpreter-D.1.6.xml -------------------
35: <Package Name="qrpt" Targets="DBv6up" Condition="JVCL_UseQuickReport"/>
------------------------------------------------------------------

---------- NEW code of JvInterpreter-D.1.6.xml -------------------
35: <Package Name="qrpt" Targets="DBv6up" Condition="!QREPORT4 & JVCL_UseQuickReport"/>
36: <Package Name="qr4rund6" Targets="D6" Condition="QREPORT4 & JVCL_UseQuickReport"/>
37: <Package Name="qr4rund7" Targets="D7" Condition="QREPORT4 & JVCL_UseQuickReport"/>

------------------------------------------------------------------
TagsNo tags attached.

Relationships

duplicate of 0003551 resolvedobones Installation failed for Package JvInterpreter with QuickReport 4.x installed 

Activities

obones

2006-03-06 02:39

administrator   ~0008630

Fixed in CVS

Issue History

Date Modified Username Field Change
2006-03-05 01:08 vrtareg New Issue
2006-03-05 10:50 obones Relationship added duplicate of 0003551
2006-03-06 02:39 obones Status new => resolved
2006-03-06 02:39 obones Resolution open => fixed
2006-03-06 02:39 obones Assigned To => obones
2006-03-06 02:39 obones Note Added: 0008630