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
Hi,
Check your code twice - JVM is right :)
> ... casting inherited classes of ActionSupport to ActionSupport
^^^
>ActionSupport support = new ActionSupport();
>Test5 test = (Test5)support;
^^
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
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
>
> -
>
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.