You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract attached zip-file (has 1 cls-file and 1 build.xml)
cd pct_test
Execute ant
The ant-script creates a number of directories. Under results\pcthtml are three
html-files:
index.html
DocumentList.html
greetings.html
If I open index.html in a browser I would expect to see my (completely useless) testclass (greetings.cls) to show up, but in the left part of the form there's just an empty search-field.
Am I missing something?
I am using PCT Version 1.1-pre - Build 192.
Windows 7
OE 11.3 and OE 11.4 both give the same result.
The text was updated successfully, but these errors were encountered:
Greetings.html contains the documentation of your class, this part is correctly generated.
The issue seems to be that the menu is incorrectly generated for classes that are not part of a package. Moving the classes to any package (ie foo.Greetings) results in a correct menu.
Issue will be fixed ; but it's a bad practice to have classes not belonging to a package !
What steps will reproduce the problem?
The ant-script creates a number of directories. Under results\pcthtml are three
html-files:
If I open index.html in a browser I would expect to see my (completely useless) testclass (greetings.cls) to show up, but in the left part of the form there's just an empty search-field.
Am I missing something?
I am using PCT Version 1.1-pre - Build 192.
Windows 7
OE 11.3 and OE 11.4 both give the same result.
The text was updated successfully, but these errors were encountered: