You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Greg Lindholm <gr...@gmail.com> on 2013/10/15 16:56:48 UTC

Which S2 features have ASM dependencies?

Which features of S2 use ASM?

The S2 project dependencies
(http://struts.apache.org/release/2.3.x/struts2-core/dependencies.html)
shows that xworks depends on:
- asm-3.3.jar
- asm-commons-3.3.jar
- asm-tree-3.3.jar

These ASM jar don't seems to actually be needed by a project I have so I'm
guessing they are only needed for some specific feature.

Does anyone know which features need ASM?

Thanks,
Greg

Re: Which S2 features have ASM dependencies?

Posted by Greg Lindholm <gr...@gmail.com>.
Thanks


On Tue, Oct 15, 2013 at 11:08 AM, Dave Newton <da...@gmail.com> wrote:

> The ClassFinder stuff in XWork; for annotation processing.
>
>
> On Tue, Oct 15, 2013 at 10:56 AM, Greg Lindholm <greg.lindholm@gmail.com
> >wrote:
>
> > Which features of S2 use ASM?
> >
> > The S2 project dependencies
> > (http://struts.apache.org/release/2.3.x/struts2-core/dependencies.html)
> > shows that xworks depends on:
> > - asm-3.3.jar
> > - asm-commons-3.3.jar
> > - asm-tree-3.3.jar
> >
> > These ASM jar don't seems to actually be needed by a project I have so
> I'm
> > guessing they are only needed for some specific feature.
> >
> > Does anyone know which features need ASM?
> >
> > Thanks,
> > Greg
> >
>
>
>
> --
> e: davelnewton@gmail.com
> m: 908-380-8699
> s: davelnewton_skype
> t: @dave_newton <https://twitter.com/dave_newton>
> b: Bucky Bits <http://buckybits.blogspot.com/>
> g: davelnewton <https://github.com/davelnewton>
> so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>
>

Re: Which S2 features have ASM dependencies?

Posted by Dave Newton <da...@gmail.com>.
The ClassFinder stuff in XWork; for annotation processing.


On Tue, Oct 15, 2013 at 10:56 AM, Greg Lindholm <gr...@gmail.com>wrote:

> Which features of S2 use ASM?
>
> The S2 project dependencies
> (http://struts.apache.org/release/2.3.x/struts2-core/dependencies.html)
> shows that xworks depends on:
> - asm-3.3.jar
> - asm-commons-3.3.jar
> - asm-tree-3.3.jar
>
> These ASM jar don't seems to actually be needed by a project I have so I'm
> guessing they are only needed for some specific feature.
>
> Does anyone know which features need ASM?
>
> Thanks,
> Greg
>



-- 
e: davelnewton@gmail.com
m: 908-380-8699
s: davelnewton_skype
t: @dave_newton <https://twitter.com/dave_newton>
b: Bucky Bits <http://buckybits.blogspot.com/>
g: davelnewton <https://github.com/davelnewton>
so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>