One advantage of not using Maven to build is that we can simply drop
this jar completely. It's just a jar that we're carrying around for no
obvious reason. It doesn't seem to be a dependency. Delete it and
forget it.

On Thu, Apr 13, 2023 at 7:15 AM Mukul Gandhi <muk...@apache.org> wrote:
>
> Hi Jared,
>
> On Thu, Apr 13, 2023 at 4:31 AM Jared Davis <jar...@davisprogramming.com> 
> wrote:
>
> > What is the best way to have the next release of Xalan include an updated 
> > regular expression library?
> >
> > The one used has known errors as the sample program below shows.
> >
> > This error was fixed in version 1.4.
> >
> > https://bz.apache.org/bugzilla/show_bug.cgi?id=2121
> >
> > https://bz.apache.org/bugzilla/show_bug.cgi?id=19329
> >
> > My workaround is to remove the classes in package org.apache.regexp from 
> > the jar and add jar jakarta-regexp-1.5.jar to the project.
>
> I cannot find, any usages of Java package org.apache.regexp
> (distributed by XalanJ 2.7.3, within jar file regexp.jar), anywhere
> within XalanJ implementation and tests codebases. We included the jar
> file regexp.jar, within XalanJ 2.7.3, because this jar file was
> available with XalanJ 2.7.2 as well.
>
> For what, is the jar file regexp.jar currently used within XalanJ?
>
>
> --
> Regards,
> Mukul Gandhi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
> For additional commands, e-mail: dev-h...@xalan.apache.org
>


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to