Hi, Pierre,

When updating to 1.9.5, I decided to install the docs, which I never did
before.

Noticed that it was loading, building(?) and installing documentation:

{{{
javadocs:
    [mkdir] Created dir:
/tmp/porg-build-2015.06.08-09h07m19s/apache-ant-1.9.5/build/javadocs
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.tools.ant...
  [javadoc] Loading source files for package
org.apache.tools.ant.attribute...
...
  [javadoc] Constructing Javadoc information...
...
  [javadoc] Generating
/tmp/porg-build-2015.06.08-09h07m19s/apache-ant-1.9.5/build/javadocs/help-doc.html...
  [javadoc] Note: Custom tags that could override future standard tags:
 @todo. To avoid potential overrides, use at least one period character
(.) in custom tag names.
  [javadoc] 100 warnings

dist_javadocs:
    [mkdir] Created dir:
/tmp/porg-build-2015.06.08-09h07m19s/DEST-apache-ant-1.9.5/opt/ant-1.9.5/manual/api
     [copy] Copying 1291 files to
/tmp/porg-build-2015.06.08-09h07m19s/DEST-apache-ant-1.9.5/opt/ant-1.9.5/manual/api
}}}

There are many error messages, but it seemed to work. Found:

{{{
$ LANG=C du -sh opt/ant-1.9.5/{docs,manual}
35M     opt/ant-1.9.5/docs
37M     opt/ant-1.9.5/manual
$ LANG=C diff -qr opt/ant-1.9.5/{docs,manual} | grep 'Only in'
Only in opt/ant-1.9.5/docs: NOTICE
Only in opt/ant-1.9.5/docs/api: resources
Only in opt/ant-1.9.5/manual/api: script.js
}}}

Both index.html files opened in firefox and look essentially the same.

The build dir size I obtained is the same as yours/book's, what made me
think if you also have them duplicated or i have something installed,
not in the book, building the documentation.

Noticed that I also have /opt/ant-1.9.4/manual/ installed.

I do not know what would be better, assuming they are duplicated: remove
docs installation, untar and download instructions? They are there as
optional, but if the other docs under manual are installed, would it not
be redundant?

Again, didn't want to bother you with that, but unfortunately, after
noticing the javadoc being run during install, decided to run the tree
command in a DEST install and was puzzled by the the amount of equal
directory names under manual and doc.

-- 
[]s,
Fernando
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to