fair enough.

If you are guaranteed JDK 1.4 you can use the standard string methods,
and Maven includes a tool to do this (search some plugins - you should
find it).

I realise this is just a workaround, but may be more portable if you
need to have your build work on other Maven installations.

- Brett


On Sun, 12 Sep 2004 16:03:44 -0700, dan tran <[EMAIL PROTECTED]> wrote:
> I need to use util:replace which supports string replacement.  The
> current one only works with character replacement.
> 
> -D
> 
> 
> On Mon, 13 Sep 2004 08:57:01 +1000, Brett Porter <[EMAIL PROTECTED]> wrote:
> > Ok, the classloader methods may not work because then both versions
> 
> 
> > would be in there (but worth a try :)
> >
> > Is there a specific need for 1.0?
> >
> > - Brett
> >
> >
> > On Sun, 12 Sep 2004 15:49:12 -0700, dan tran <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Brett,
> >
> >
> > >
> > > Placing commons-jelly-tags-util-1.0.jar in ${MAVEN_HOME}/lib  works for me.
> > >
> > > Other classloader methods are not working as expected
> > >
> > > Thanks for clarification.
> > >
> > > -Dan
> > >
> > > On Mon, 13 Sep 2004 08:17:56 +1000, Brett Porter <[EMAIL PROTECTED]> wrote:
> > > > IMO, not likely in 1.0.x, but definitely in 1.1. 1.0.x is intended to
> > > > be a maintenance release to maven-core only. How well the latest Jelly
> > > > works with Maven is not tested enough for inclusion.
> > > >
> > > > CVS HEAD already uses jelly beta-4, jexl 1.0 and will start using the
> > > > released taglibs. Feel free to build from there, or try your luck by
> > > > swapping in the new -util into your install. It may even work if you
> > > > just declare it as a dependency with classloader "root.maven"
> > > >
> > > > - Brett
> > > >
> > > >
> > > >
> > > >
> > > > On Sun, 12 Sep 2004 10:50:30 -0700, dan tran <[EMAIL PROTECTED]> wrote:
> > > > > Hi
> > > > >
> > > > > Maven 1.0 uses
> > > > >
> > > > >    commons-jelly-tags-util-20030211.141939.jar
> > > > >
> > > > > Will the next Maven 1.0.x use  the  released version of
> > > > >
> > > > > commons-jelly-tags-util-1.0.jar??
> > > > >
> > > > > -Dan
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> >
> >
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to