Re: Anybody else getting build errors in the Tiles plugin?

2009-08-03 Thread Dave Newton
Rene Gielen wrote: Maybe a maven plugin resolving issue? Do you use the same maven version on old and new machine? Hmm; that could be it--I think the new box is running 2.2; old box is running 2.0.9... *sigh* Dave - To uns

Re: Casting ActionSupport

2009-08-03 Thread Illya Kysil
Hi, Check your code twice - JVM is right :) > ... casting inherited classes of ActionSupport to ActionSupport ^^^ >ActionSupport support = new ActionSupport(); >Test5 test = (Test5)support; ^^

Casting ActionSupport

2009-08-03 Thread Morten Solberg
Hi, I'm having problems casting inherited classes of ActionSupport to ActionSupport. I haven't had any problems with this until now. I'm running struts 2.1.8-snapshot Example: public class ActionSupportTest { @Test public void testCastSDWebActionSupport() { Ac

Re: Anybody else getting build errors in the Tiles plugin?

2009-08-03 Thread Nils-Helge Garli Hegvik
Builds just fine with me. Nils-H On Mon, Aug 3, 2009 at 1:22 AM, Dave Newton wrote: > I'm setting up a new machine and getting a POM-related error in the Tiles > plugin--not sure if it's me, the machine, or what. > > Dave > > - >

Re: Anybody else getting build errors in the Tiles plugin?

2009-08-03 Thread Antonio Petrelli
2009/8/3 Dave Newton : > I'm setting up a new machine and getting a POM-related error in the Tiles > plugin--not sure if it's me, the machine, or what. What error? Antonio - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.