Read the doc ! Do the reverse as what you did for subscribing !
http://jakarta.apache.org/commons/cactus and click on Mailing-list in the
left menu for info
-Vincent

----- Original Message -----
From: "Nanduri, Amarnath" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 03, 2001 5:39 PM
Subject: RE: Good news - Re: cvs commit:
jakarta-commons/cactus/docs/framework/xdocs changes.xml


> Can somebody please unsubscribe me from this mailing list. thankyou.
>
> cheers,
> Amar..
>
> -----Original Message-----
> From: Vincent Massol [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 03, 2001 11:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Good news - Re: cvs commit:
> jakarta-commons/cactus/docs/framework/xdocs changes.xml
>
>
> Hi Jon,
>
> Glad to hear that it works ... although to tell you the truth it is still
> not perfect and I am still working on improving the fix ... :)
> Regarding stylebook, it's probably because you're using an older version
of
> it or more likely because you are using an older version of Xerces. If you
> want to have the correct version, download the prepackaged ant zip on the
> cactus web site.
>
> Thanks
> -Vincent
>
> ----- Original Message -----
> From: "Jon Belinfante" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 03, 2001 3:15 PM
> Subject: Good news - Re: cvs commit:
> jakarta-commons/cactus/docs/framework/xdocs changes.xml
>
>
> > Vincent
> > Downloaded and built the CVS version of the commons-cactus library and I
> am
> > pleased to say that the test case for forwarding to a JSP worked
> satisfactorily,
> > so thank you for that.
> > We had a problem when trying to build the docs from the build.xml, an
> error
> > trace is as below, but I am not worried as the objective was to get the
> > commons_cactus.jar file built.
> >
> > doc:
> > [stylebook] [StyleBook] Overriding
> targetDirectory="C:\kleinl\jakarta-commons\ca
> > ctus\out\servlet22\dist\doc" (Old=".")
> > [stylebook] [StyleBook] Project URL: "sbk:/sources/book.xml"
> > [stylebook] [BasicEngine] Initializing
> > [stylebook] [Loader] Parsing Project file
> > [stylebook] [Loader] Caught org.apache.stylebook.CreationException
> > [stylebook] [StyleBook] Caught org.apache.stylebook.LoadingException
> > [stylebook] org.apache.stylebook.LoadingException: Namespace not
supported
> by SA
> > XParser
> > [stylebook]     at org.apache.stylebook.Loader.load(Loader.java:64)
> > [stylebook]     at
> org.apache.stylebook.StyleBook.getProject(StyleBook.java:121)
> >
> > [stylebook]     at
org.apache.stylebook.StyleBook.main(StyleBook.java:85)
> > [stylebook] [StyleBook] Error creating project
> >
> > BUILD FAILED
> >
> > C:\kleinl\jakarta-commons\cactus\build\build-servletapi.xml:420: Java
> returned:
> > 3
> >
> >
> > Thanks to you and Jari, I can know progress on testing my Servlets
> > satisfactorily.
> >
> > Jon Belinfante (CWB).
> >
> >
> >
> >
> >
> > |--------+----------------------->
> > |        |          vmassol@apach|
> > |        |          e.org        |
> > |        |                       |
> > |        |          03/07/01     |
> > |        |          13:18        |
> > |        |          Please       |
> > |        |          respond to   |
> > |        |          jakarta-commo|
> > |        |          ns           |
> > |        |                       |
> > |--------+----------------------->
> >
>
>---------------------------------------------------------------------------
> -|
> >   |
> |
> >   |       To:     [EMAIL PROTECTED]
> |
> >   |       cc:     (bcc: Jon Belinfante/London/CWB)
> |
> >   |       Subject:     cvs commit:
> jakarta-commons/cactus/docs/framework/xdocs |
> >   |       changes.xml
> |
> >
>
>---------------------------------------------------------------------------
> -|
> >
> >
> >
> >
> > vmassol     01/07/03 05:18:11
> >
> >   Modified:    cactus/docs/framework/xdocs changes.xml
> >   Log:
> >   fixed bug when calling
HttpServletRequestWrapper.getRequestDispatcher(),
> it
> > was not returning the wrapped request dispatcher, leading to an error
when
> > forward() or include() were used ...
> >
> >   Revision  Changes    Path
> >   1.29      +5 -0
> jakarta-commons/cactus/docs/framework/xdocs/changes.xml
> >
> >   Index: changes.xml
> >   ===================================================================
> >   RCS file:
> /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/changes.xml,v
> >   retrieving revision 1.28
> >   retrieving revision 1.29
> >   diff -u -r1.28 -r1.29
> >   --- changes.xml         2001/07/01 09:54:18            1.28
> >   +++ changes.xml         2001/07/03 12:18:06            1.29
> >   @@ -23,6 +23,11 @@
> >        </devs>
> >
> >        <release version="1.2 in CVS">
> >   +      <action dev="VMA" type="fix" due-to="Jari Worsley"
> > due-to-email="[EMAIL PROTECTED]">
> >   +        <code>HttpServletRequestWrapper.getRequestDispatcher()</code>
> was not
> >   +        returning a wrapped request dispatcher, thus causing error
when
> >   +        forward() or include() was used afterwards.
> >   +      </action>
> >          <action dev="VMA" type="add">
> >            New tutorial for integration within VisualAge for Java.
Thanks
> to
> >            <link href="mailto:[EMAIL PROTECTED]";>
> >
> >
> >
> >
> >
> >
> >
> >
>

Reply via email to