-
Bug
-
Resolution: Fixed
-
P3
-
1.3.1, 1.4.0
-
beta3
-
generic, sparc
-
generic, solaris_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2045848 | 1.4.0 | J. Duke | P3 | Closed | Won't Fix |
Name: krC82822 Date: 07/30/2001
30 Jul 2001, eval1127@eng -- replaced by (supported via) "-pkgPrefix" cmd-line
option to idlj. However, we need to fix the docs to remove refs to the pragma
--------------
versions 1.3.1 and 1.4 beta
The idlj compiler pretends not to know the javaPackage pragma which used to work
with idltojava compiler and is also mentioned in
http://java.sun.com/j2se/1.3/docs/guide/idl/jidlGlossary.html
[and http://java.sun.com/j2se/1.4/docs/guide/idl/jidlGlossary.html]
reproduce problem: insert a line into an idl file similar to this:
#pragma javaPackage "cadagent.pdm"
run idlj
error message:
..\..\../src/PdmCon/idl/PdmProcessor.idl (line 13): Unknown pragma
`_javaPackage'. Line ignored.
#pragma javaPackage "cadagent.pdm"
^
note: if I really use an unknown pragma identifier there is no "_" in the error
message: insert #pragma itsAnIllusion "cadagent.pdm"
run idlj
error message:
..\..\../src/PdmCon/idl/PdmProcessor.idl (line 13): Unknown pragma
`itsAnIllusion'. Line ignored.
#pragma itsAnIllusion "cadagent.pdm"
^
(Review ID: 124063)
======================================================================
****************************************************************************
###@###.### 2001-09-24
Fix verified OK
- using docs at:
http://java.sun.com/j2se/1.2/docs/guide/idl/jidlGlossary.html
http://java.sun.com/j2se/1.3/docs/guide/idl/jidlGlossary.html
http://java.sun.com/j2se/1.4/docs/guide/idl/jidlGlossary.html
****************************************************************************
- backported by
-
JDK-2045848 idlj no longer recognizes pragma javaPackage [update the docs]
-
- Closed
-