broken links when building web-site

View: New views
5 Messages — Rating Filter:   Alert me  

broken links when building web-site

by Michael McCandless-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm trying to regen the web site docs (w/ forrest), for LUCENE-1522,
but I'm hitting a "BUILD FAILED" at the end, I think because of these
broken links:

X [0]
images/instruction_arrow.png BROKEN:
/lucene/h2.1522/src/site/src/documentation/content/xdocs/images.instruction_arrow.png
(No such file or directory)
X [0]
skin/images/current.gif BROKEN:
/tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
directory)
X [0]
skin/images/chapter.gif BROKEN:
/tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
directory)
X [0]                                     skin/images/page.gif BROKEN:
/tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
directory)

Does anyone else see this?

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@...
For additional commands, e-mail: java-dev-help@...


RE: broken links when building web-site

by Steven A Rowe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, I see something quite similar, though instead of "Is a directory", I'm getting "Access is denied" (on WinXP):

X [0]                                     images/instruction_arrow.png  BROKEN: C:\svn\lucene\site\src\documentation\content\xdocs\images.instruction_arrow.png (The system cannot find the file specified)
X [0]                                     skin/images/page.gif  BROKEN: C:\Program Files\Apache Software Foundation\apache-forrest-0.8\main\webapp\. (Access is denied)
X [0]                                     skin/images/current.gif       BROKEN: C:\Program Files\Apache Software Foundation\apache-forrest-0.8\main\webapp\. (Access is denied)
X [0]                                     skin/images/chapter.gif       BROKEN: C:\Program Files\Apache Software Foundation\apache-forrest-0.8\main\webapp\. (Access is denied)

Steve

On 7/7/2009 at 2:25 PM, Michael McCandless wrote:

> I'm trying to regen the web site docs (w/ forrest), for LUCENE-1522,
> but I'm hitting a "BUILD FAILED" at the end, I think because of these
> broken links:
>
> X [0]
> images/instruction_arrow.png BROKEN:
> /lucene/h2.1522/src/site/src/documentation/content/xdocs/images.instruc
> tion_arrow.png
> (No such file or directory)
> X [0]
> skin/images/current.gif BROKEN:
> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
> directory)
> X [0]
> skin/images/chapter.gif BROKEN:
> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
> directory)
> X [0]                                     skin/images/page.gif
> BROKEN:
> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
> directory)
>
> Does anyone else see this?
>
> Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@...
For additional commands, e-mail: java-dev-help@...


RE: broken links when building web-site

by Uwe Schindler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I tried to build the docs inside trunk and also the docs in the site
(https://svn.apache.org/repos/asf/lucene/java/site), which both fail to
build.

The error is the same here (Win XP), except, that it says, that it cannot
find the images (which are indeed not available).

The last time I generated the site docs for revision 784758, after that
Grant applied LUCENE-1706. Maybe he missed to commit some new images for the
lucidimagination powered search.

But from the change in broken-links.xml, I see, that Grant must have seen
the same error, but ignored it. The docs seem to be correct, so I think this
error is not fatal.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@...

> -----Original Message-----
> From: Michael McCandless [mailto:lucene@...]
> Sent: Tuesday, July 07, 2009 8:25 PM
> To: java-dev@...
> Subject: broken links when building web-site
>
> I'm trying to regen the web site docs (w/ forrest), for LUCENE-1522,
> but I'm hitting a "BUILD FAILED" at the end, I think because of these
> broken links:
>
> X [0]
> images/instruction_arrow.png BROKEN:
> /lucene/h2.1522/src/site/src/documentation/content/xdocs/images.instructio
> n_arrow.png
> (No such file or directory)
> X [0]
> skin/images/current.gif BROKEN:
> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
> directory)
> X [0]
> skin/images/chapter.gif BROKEN:
> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
> directory)
> X [0]                                     skin/images/page.gif
BROKEN:

> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
> directory)
>
> Does anyone else see this?
>
> Mike
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@...
> For additional commands, e-mail: java-dev-help@...



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@...
For additional commands, e-mail: java-dev-help@...


Re: broken links when building web-site

by Michael McCandless-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OK thanks, so it's not just me.

I think they are indeed ignorable but we should fix them.  It looks
like the images were added under docs/* just not under forrest's
source dirs.  Copying them down to forrest resolves it... so I'll
commit them shortly.

Mike

On Tue, Jul 7, 2009 at 3:00 PM, Uwe Schindler<uwe@...> wrote:

> I tried to build the docs inside trunk and also the docs in the site
> (https://svn.apache.org/repos/asf/lucene/java/site), which both fail to
> build.
>
> The error is the same here (Win XP), except, that it says, that it cannot
> find the images (which are indeed not available).
>
> The last time I generated the site docs for revision 784758, after that
> Grant applied LUCENE-1706. Maybe he missed to commit some new images for the
> lucidimagination powered search.
>
> But from the change in broken-links.xml, I see, that Grant must have seen
> the same error, but ignored it. The docs seem to be correct, so I think this
> error is not fatal.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@...
>
>> -----Original Message-----
>> From: Michael McCandless [mailto:lucene@...]
>> Sent: Tuesday, July 07, 2009 8:25 PM
>> To: java-dev@...
>> Subject: broken links when building web-site
>>
>> I'm trying to regen the web site docs (w/ forrest), for LUCENE-1522,
>> but I'm hitting a "BUILD FAILED" at the end, I think because of these
>> broken links:
>>
>> X [0]
>> images/instruction_arrow.png  BROKEN:
>> /lucene/h2.1522/src/site/src/documentation/content/xdocs/images.instructio
>> n_arrow.png
>> (No such file or directory)
>> X [0]
>> skin/images/current.gif       BROKEN:
>> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
>> directory)
>> X [0]
>> skin/images/chapter.gif       BROKEN:
>> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
>> directory)
>> X [0]                                     skin/images/page.gif
> BROKEN:
>> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
>> directory)
>>
>> Does anyone else see this?
>>
>> Mike
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@...
>> For additional commands, e-mail: java-dev-help@...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@...
> For additional commands, e-mail: java-dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@...
For additional commands, e-mail: java-dev-help@...


Re: broken links when building web-site

by Grant Ingersoll-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, I've seen those too and have always wrote them off as Forrest  
errors.  I could never track down anything actually wrong on the site,  
so I ignored it.  The broken-links.xml file has been checked in for a  
good long time, I believe.


On Jul 7, 2009, at 3:00 PM, Uwe Schindler wrote:

> I tried to build the docs inside trunk and also the docs in the site
> (https://svn.apache.org/repos/asf/lucene/java/site), which both fail  
> to
> build.
>
> The error is the same here (Win XP), except, that it says, that it  
> cannot
> find the images (which are indeed not available).
>
> The last time I generated the site docs for revision 784758, after  
> that
> Grant applied LUCENE-1706. Maybe he missed to commit some new images  
> for the
> lucidimagination powered search.
>
> But from the change in broken-links.xml, I see, that Grant must have  
> seen
> the same error, but ignored it. The docs seem to be correct, so I  
> think this
> error is not fatal.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@...
>
>> -----Original Message-----
>> From: Michael McCandless [mailto:lucene@...]
>> Sent: Tuesday, July 07, 2009 8:25 PM
>> To: java-dev@...
>> Subject: broken links when building web-site
>>
>> I'm trying to regen the web site docs (w/ forrest), for LUCENE-1522,
>> but I'm hitting a "BUILD FAILED" at the end, I think because of these
>> broken links:
>>
>> X [0]
>> images/instruction_arrow.png BROKEN:
>> /lucene/h2.1522/src/site/src/documentation/content/xdocs/
>> images.instructio
>> n_arrow.png
>> (No such file or directory)
>> X [0]
>> skin/images/current.gif BROKEN:
>> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
>> directory)
>> X [0]
>> skin/images/chapter.gif BROKEN:
>> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
>> directory)
>> X [0]                                     skin/images/page.gif
> BROKEN:
>> /tango/offload/usr/local/src/apache-forrest-0.8/main/webapp/. (Is a
>> directory)
>>
>> Does anyone else see this?
>>
>> Mike
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@...
>> For additional commands, e-mail: java-dev-help@...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@...
> For additional commands, e-mail: java-dev-help@...
>

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:
http://www.lucidimagination.com/search


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@...
For additional commands, e-mail: java-dev-help@...