View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005872 | JEDI Code Library | IDE Experts | public | 2012-05-01 19:13 | 2012-05-28 20:22 |
| Reporter | LarryHengen | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | Version 2.3 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0005872: Installation of Build 4197 download fails for Delphi XE | ||||
| Description | I just downloaded the latest version from http://sourceforge.net/projects/jvcl/files/latest/download?source=files which is build 4197 and attempted to install it under both Delphi XE and XE2. Compilation failed at line 1311 of JclOtaUtils when it attempts to reference the 'Platform' environment variable. I wrapped that line with an IFDEF as follows and re-installed successfully: {$IFDEF DELPHIXE2} EnvVariables.Values['Platform'] := Configurations.ActivePlatformName; {$ENDIF} | ||||
| Tags | No tags attached. | ||||
| Fixed in GIT commit | |||||
| Fixed in SVN revision | |||||
| IDE version | Delphi/C++Builder XE | ||||
|
2012-05-01 19:13
|
JclOtaUtils.pas (62,221 bytes) |
|
|
already fixed in revision 3600: http://jcl.svn.sf.net/viewvc/jcl/trunk/jcl/experts/common/JclOtaUtils.pas?r1=3600&r2=3599&pathrev=3600 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-05-01 19:13 | LarryHengen | New Issue | |
| 2012-05-01 19:13 | LarryHengen | File Added: JclOtaUtils.pas | |
| 2012-05-09 17:30 | AHUser | Project | JEDI VCL => JEDI Code Library |
| 2012-05-09 21:53 | outchy | IDE version | => Delphi/C++Builder XE |
| 2012-05-09 21:53 | outchy | Category | 02 Installation => IDE Experts |
| 2012-05-09 21:53 | outchy | Product Version | 3.45 => Version 2.3 |
| 2012-05-09 21:54 | outchy | Relationship added | duplicate of 0005649 |
| 2012-05-09 21:55 | outchy | Note Added: 0019749 | |
| 2012-05-09 21:55 | outchy | Status | new => feedback |
| 2012-05-28 20:22 | outchy | Status | feedback => closed |
| 2012-05-28 20:22 | outchy | Resolution | open => fixed |