You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Matthias Kerkhoff <ma...@BESToffers.de> on 2000/11/11 14:55:21 UTC

Duplicated classes in nightly distributions

Hello all,

is there a specific reason to not delete obsolete classes (or sources)
in the nightly distributions ? Especially the form tags reside now
in taglib/form/. but the previous (outdated?) versions can still be found
under taglib/.

-- 
Matthias                          mailto:make@BESToffers.de



Re[2]: Duplicated classes in nightly distributions

Posted by Matthias Kerkhoff <ma...@BESToffers.de>.
> Although the obsolete tags should not be used in new code, they are used by
> anyone who has developed code under Struts 0.5.  To ease conversion to 1.0,
> I'd like to leave them in for the 1.0 release, and remove them (along with
> all the deprecated methods) in 1.1.

How about adding an appropriate notice to the docs? It would make it much
simpler to keep track, what should be used and what not. Regarding the
form tags, this is somewhat obvious, but there are other cases which
are not so obvious. (Is @deprecate available for whole classes ?)

-- 
Matthias                        (mailto:make@BESToffers.de)



Re: Duplicated classes in nightly distributions

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Matthias Kerkhoff wrote:

> Hello all,
>
> is there a specific reason to not delete obsolete classes (or sources)
> in the nightly distributions ? Especially the form tags reside now
> in taglib/form/. but the previous (outdated?) versions can still be found
> under taglib/.
>

Although the obsolete tags should not be used in new code, they are used by
anyone who has developed code under Struts 0.5.  To ease conversion to 1.0,
I'd like to leave them in for the 1.0 release, and remove them (along with
all the deprecated methods) in 1.1.

>
> --
> Matthias                          mailto:make@BESToffers.de

Craig McClanahan