Joerg Mayer wrote:
Hello,
for some reasons not really clear to me, the build process for the
documentation tries to download some files from the docbook repository:
34.327847 192.168.0.3 -> 217.237.150.115 DNS Standard query A docbook.sourceforge.net
34.391786 217.237.150.115 -> 192.168.0.3 DNS Standard query response CNAME projects.sourceforge.net A 66.35.250.209
127.636718 192.168.0.3 -> 66.35.250.209 HTTP GET /release/images/draft.png HTTP/1.1
Ideas what is going wrong here?
After digging into the ugly details ...
This was causing trouble as the xsltproc was only placing a URL in the
fo output (so no web access, the --nonet was working ok), but then the
fo processor (which seems to have no --nonet flag) tried to load the
image from the web.
I've checked in a change to switch off draft mode completely, which
seems to fix the problem.
Regards, ULFL