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

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Salesforce Case []
        Fix Version/s 2.0.0 [ 10230 ]
        Assignee Priority P2
        Assignee Greg Dick [ greg.dick ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23450 Fri Dec 10 11:35:31 MST 2010 greg.dick ICE-6362 added dependency to compile to javadoc task
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/build.xml
        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.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23454 Fri Dec 10 13:08:10 MST 2010 greg.dick ICE-6362 javadoc classpath needs to refer to generated baseclasses
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/build.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23456 Fri Dec 10 13:39:33 MST 2010 greg.dick ICE-6362 Exclude org.icefaces.apache.* from javadoc
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/build.xml
        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.
        Greg Dick made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Security Private [ 10001 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2

          People

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

            Dates

            • Created:
              Updated:
              Resolved: