I guess I need a CVS lesson.  Does anyone know how to do what Craig has
suggested below?  I surfed around the CVS site, but couldn't figure out how
to issue the following command:

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic update \
  -D 11/07/2002 jakarta-struts


Thanks,

JOHN

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 8:35 PM
To: Struts Users Mailing List
Cc: '[EMAIL PROTECTED]'
Subject: Re: Help! Need Struts-El Library Compatible With Struts 1.1 B2


On Fri, 6 Dec 2002, Hohlen, John wrote:

> Date: Fri, 6 Dec 2002 07:58:14 -0600
> From: "Hohlen, John" <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: "Struts-User (E-mail)" <[EMAIL PROTECTED]>
> Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: Help!  Need Struts-El Library Compatible With Struts 1.1 B2
>
> My team is attempting to use the Struts-El tag library with Struts 1.1 B2.
> Since the Struts-EL subproject was created after the beta 2 release, it's
> not included as part of the distribution.   I'm looking for a version of
the
> Struts-EL library that plays well with Struts 1.1 B2.  The 11/7 version
was
> suggested.  Unfortunately, you can only get the last the nightly releases
> for the last two weeks (at least from what I can tell).  Since there are
so
> many teams using the Struts beta 2 release, is there anyway we put a
version
> of the Struts-EL library that is believed to be beta 2 compatible on the
> website?  Kind of like a beta release for the Struts beta 2 release.  This
> will help people like myself and get more teams using Struts-EL.   Thanks,
> JOHN.
> P.S. If anyone has the 11/7 release of Struts-EL, I'd love it if they
could
> send it to me.

It's a little bit of work, but you can actually rebuild the 11/07 nightly
build of Struts by checking the sources out from anonymous CVS with a date
restriction:

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic update \
  -D 11/07/2002 jakarta-struts

and building it.  For absolute matching of the actual nightly build, you'd
want to do the same thing for all the commons packages that Struts depends
on.

Craig



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

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

Reply via email to