ICEfaces
  1. ICEfaces
  2. ICE-6362

ACE: Clean up JavaDoc generation errors

    Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Beta2
    • Fix Version/s: 2.0.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 2, Adv. Comps

      Description

      When the JavaDoc build task runs for the ace components, the following error messages are logged:


       [javadoc] Constructing Javadoc information...
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/checkboxbutton/CheckboxButton.java:6: cannot find symbol
        [javadoc] symbol: class CheckboxButtonBase
        [javadoc] public class CheckboxButton extends CheckboxButtonBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/datetimeentry/DateTimeEntry.java:11: cannot find symbol
        [javadoc] symbol: class DateTimeEntryBase
        [javadoc] public class DateTimeEntry extends DateTimeEntryBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/fileentry/FileEntry.java:41: cannot find symbol
        [javadoc] symbol: class FileEntryBase
        [javadoc] public class FileEntry extends FileEntryBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/linkbutton/LinkButton.java:3: cannot find symbol
        [javadoc] symbol: class LinkButtonBase
        [javadoc] public class LinkButton extends LinkButtonBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/logger/Logger.java:9: cannot find symbol
        [javadoc] symbol: class LoggerBase
        [javadoc] public class Logger extends LoggerBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/pushbutton/PushButton.java:7: cannot find symbol
        [javadoc] symbol: class PushButtonBase
        [javadoc] public class PushButton extends PushButtonBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/sliderentry/SliderEntry.java:17: cannot find symbol
        [javadoc] symbol: class SliderEntryBase
        [javadoc] public class SliderEntry extends SliderEntryBase{
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/tab/TabPane.java:5: cannot find symbol
        [javadoc] symbol: class TabPaneBase
        [javadoc] public class TabPane extends TabPaneBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/tab/TabSet.java:17: cannot find symbol
        [javadoc] symbol: class TabSetBase
        [javadoc] public class TabSet extends TabSetBase {
        [javadoc] ^
        [javadoc] /Users/Ken/Code/svn/icefaces2/bundle/ICEfaces-2.0.0-SNAPSHOT-bin/icefaces/ace/component/src/org/icefaces/component/tab/TabSetProxy.java:10: cannot find symbol
        [javadoc] symbol: class TabSetProxyBase
        [javadoc] public class TabSetProxy extends TabSetProxyBase{
        [javadoc] ^
        [javadoc] Standard Doclet version 1.6.0_22

        Activity

        Hide
        Ken Fyten added a comment -

        These errors do not occur if building from icefaces/ace ant all or icefaces/ace/component/ ant dist, it only happens if you do an icefaces/ ant world.

        Show
        Ken Fyten added a comment - These errors do not occur if building from icefaces/ace ant all or icefaces/ace/component/ ant dist, it only happens if you do an icefaces/ ant world.
        Hide
        Greg Dick added a comment -

        It turns out the classes must be available to the javadoc class as well. The errors occurred when building "ant allclean world" from the top level directory and are fixed. We also removed the org.icesoft.apache classes from the task in order to hide 8 warnings.

        Show
        Greg Dick added a comment - It turns out the classes must be available to the javadoc class as well. The errors occurred when building "ant allclean world" from the top level directory and are fixed. We also removed the org.icesoft.apache classes from the task in order to hide 8 warnings.

          People

          • Assignee:
            Greg Dick
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: