I am using PLDoc to document a set of PL/SQL packages
I have developed and so far I am pleased with it save
for one issue.
I have created a package named GLOBAL but attempting
to process the package spec with PLDoc causes PLDoc to
fail with a ParseException caused by the text "package
global".
After examining the source code I believe this is
caused by the fact that the word GLOBAL is included in
the tokenImage array declared in the file
PLSQLParserConstants.java.
Although GLOBAL isn't a PL/SQL reserved word, you make
the valid point that it is is a reserved word in
Oracle but this can be worked around.
Please supply details of a solution or, even better, a
new version of PLDoc which avoids this issue.
Thanks,
Charles.
Logged In: YES
user_id=86901
Try to replace the pldoc.jar with the attached new version.
new version
Logged In: YES
user_id=1494234
Fix works fine. Thanks for posting a resolution so quickly
and sorry for taking so long to post a response.
Charles.
Logged In: YES
user_id=86901
Fixed in CVS