You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Mark Woon <mo...@SMI.Stanford.EDU> on 2002/02/09 01:41:55 UTC

Re: cvs commit: jakarta-avalon-excalibur/src/xdocs book.xml

Donald,

You'll need to apply the attached patch to build.xml or the @EXCALIBUR_BASE@ variable will not be expanded.  The pertinent part of the patch is
the second half.  The first half just gets JavaDoc to make live links to non-Excalibur JavaDocs so that it's easier to navigate between them.


donaldp@apache.org wrote:

> donaldp     02/02/08 16:19:08
>
>   Modified:    src/xdocs book.xml
>   Log:
>   Made location of API controled by property.
>
>   Submitted By: Mark Woon <mo...@SMI.Stanford.EDU>
>
>   Revision  Changes    Path
>   1.7       +1 -1      jakarta-avalon-excalibur/src/xdocs/book.xml
>
>   Index: book.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-excalibur/src/xdocs/book.xml,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- book.xml  7 Feb 2002 07:16:33 -0000       1.6
>   +++ book.xml  9 Feb 2002 00:19:08 -0000       1.7
>   @@ -11,7 +11,7 @@
>        <menu-item label="Overview" href="index.html"/>
>        <menu-item type="changes" label="Changes" href="changes.html"/>
>        <menu-item type="external" id="downloads" label="Download" href="http://jakarta.apache.org/builds/jakarta-avalon/release/excalibur"/>
>   -    <menu-item type="external" id="api-docs" label="API Docs" href="api/index.html"/>
>   +    <menu-item type="external" id="api-docs" label="API Docs" href="@EXCALIBUR_BASE@/api/index.html"/>
>      </menu>
>
>      <menu label="Released Components">

Re: cvs commit: jakarta-avalon-excalibur/src/xdocs book.xml

Posted by Peter Donald <pe...@apache.org>.
On Sat, 9 Feb 2002 12:23, Mark Woon wrote:
> Mark Woon wrote:
> > Donald,
> >
> > You'll need to apply the attached patch to build.xml or the
> > @EXCALIBUR_BASE@ variable will not be expanded.  The pertinent part of
> > the patch is the second half.  The first half just gets JavaDoc to
> > make live links to non-Excalibur JavaDocs so that it's easier to
> > navigate between them.
>
> Er, ignore me.  I'm just being an idiot.  Missed that other cvs e-mail.

:)

BTW My names Peter 

-- 
Cheers,

Pete

------------------------------
Kitsch never goes out of style
------------------------------


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-excalibur/src/xdocs book.xml

Posted by Mark Woon <mo...@SMI.Stanford.EDU>.
Mark Woon wrote:

> Donald,
>
> You'll need to apply the attached patch to build.xml or the
> @EXCALIBUR_BASE@ variable will not be expanded.  The pertinent part of
> the patch is the second half.  The first half just gets JavaDoc to
> make live links to non-Excalibur JavaDocs so that it's easier to
> navigate between them.

Er, ignore me.  I'm just being an idiot.  Missed that other cvs e-mail.

-Mark


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>