ICEfaces
  1. ICEfaces
  2. ICE-5293

The javadoc target of the compat/core build is not working

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha1
    • Fix Version/s: 2.0-Alpha2, 2.0.0
    • Component/s: Release
    • Labels:
      None
    • Environment:
      ICEfaces 2.0 build

      Description

      The ant build target for glimmer/compat/core is throwing a bunch of errors.

        Activity

        Hide
        Deryk Sinotte added a comment -

        Looks like the JavaDoc task requires access to classes from other libraries. Added classpath child:

        <classpath>
        <pathelement location="../lib/icefaces-compat.jar"/>
        <pathelement location="../lib/icefaces-comps-compat.jar"/>
        </classpath>

        Show
        Deryk Sinotte added a comment - Looks like the JavaDoc task requires access to classes from other libraries. Added classpath child: <classpath> <pathelement location="../lib/icefaces-compat.jar"/> <pathelement location="../lib/icefaces-comps-compat.jar"/> </classpath>
        Hide
        Deryk Sinotte added a comment -

        Classpath additions have fixed the errors. Resolving as fixed.

        Show
        Deryk Sinotte added a comment - Classpath additions have fixed the errors. Resolving as fixed.

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: