-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
b23
-
x86
-
windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2068516 | 5.0 | Michael Fang | P3 | Resolved | Fixed | b30 |
The following new strings need to be translated:
deploy/src/plugin/src/win32/com/axbridge/packager/Packager.rc
IDS_MISSMIDL_STRING "Failed to generate type library, missing midl.exe"
deploy/src/plugin/src/win32/com/axbridge/register/BeanReg.rc
IDS_REGDIR_STRING "Registration Failed: Registration of a packaged
bean can only be performed if the .dll is located in the <jre_home>\\axbridge\bin directory"
These 2 messages were originally added to Packager.rc
% sccsdiff -r1.1 -r1.2 SCCS/s.Packager.rc
------- Packager.rc -------
65a66,67
> IDS_MISSMIDL_STRING "Failed to generate type library, missing midl.exe"
> IDS_REGDIR_STRING "Registration Failed: Registration of a packaged bean can only be performed if the .dll is located in the <jre_home>\\axbridge\\bin directory"
D 1.2 02/12/12 12:22:05 jdeva 3 1 00002/00000/00072
MRs:
COMMENTS:
Re-arrangement and code to print few failure messages
deploy/src/plugin/src/win32/com/axbridge/packager/Packager.rc
IDS_MISSMIDL_STRING "Failed to generate type library, missing midl.exe"
deploy/src/plugin/src/win32/com/axbridge/register/BeanReg.rc
IDS_REGDIR_STRING "Registration Failed: Registration of a packaged
bean can only be performed if the .dll is located in the <jre_home>\\axbridge\bin directory"
These 2 messages were originally added to Packager.rc
% sccsdiff -r1.1 -r1.2 SCCS/s.Packager.rc
------- Packager.rc -------
65a66,67
> IDS_MISSMIDL_STRING "Failed to generate type library, missing midl.exe"
> IDS_REGDIR_STRING "Registration Failed: Registration of a packaged bean can only be performed if the .dll is located in the <jre_home>\\axbridge\\bin directory"
D 1.2 02/12/12 12:22:05 jdeva 3 1 00002/00000/00072
MRs:
COMMENTS:
Re-arrangement and code to print few failure messages
- backported by
-
JDK-2068516 mantis-rc message synchronization for Packager.rc and BeanReg.rc
- Resolved