Uploaded image for project: 'Apache Roller'
  1. Apache Roller
  2. ROL-527

rome-0.4.jar apparently missing from presentation.path (?)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • cvs HEAD
    • Sun JDK 1.4.2_05

    Description

      Attempted to build 'all' target from a cvs checkout of HEAD from 11/9/04.

      compile_web target failed in compilation of AtomRequestHandler.java, unable to resolve these imports:

      import com.sun.syndication.feed.atom.Entry;
      import com.sun.syndication.feed.atom.Feed;

      Adding rome-0.4.jar to the presentation.path in properties.xmlf as below, fixed this issue for me

      at line 79 (properties.xmlf rev: 1.3)
      <fileset dir="${ro.tools}/lib">
      <include name="atom4j.jar"/>
      <include name="oscache.jar"/>
      <include name="velocity-1.4.jar"/>
      <include name="velocity-dep-1.4.jar"/>
      <include name="velocity-tools-1.1.jar"/>
      <include name="xmlrpc-1.1.jar"/>
      ++ <include name="rome-0.4.jar"/>
      </fileset>

      Attachments

        Activity

          People

            djohnson David Johnson
            agangolli Anil Gangolli
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: