Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3166

src/site should not be built under /docs

Details

    • New

    Description

      I noticed that the source package contains a "docs" subdir with all the site's docs. Also, the root has index.html which nicely points to all those documents. However, it also points to the Javadocs which are absent. If you "ant javadocs", they are built under build/docs/api, which makes the links in index.html still invalid.

      Iterating on it shortly, Robert and I think that the following should be done:

      1. have src/site docs built under src/site/build. Today they already are, but later "cp -r" under /docs, so we should remove the copy instruction.
      2. have "ant docs" or "ant generate-docs" which generates javadocs + copy src/site/build under build/docs. Then all links will still work.
      3. remove "docs" from svn and keep them under src/site/build.

      Marking it a blocker for 3.3 so we revisit before then.

      Attachments

        Activity

          People

            Unassigned Unassigned
            shaie Shai Erera
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: