Do you have a BaseAction in your project? If so, is it in
com.mycompany.crud.action? If so, simply change the imports.
On Aug 17, 2010, at 4:10 AM, Jeremy Flowers wrote:
> Hi.
> I browsed some of the old Appfuse mailing lists from back in 2006 and it
> looks like my issue is down to the pom.xml not importing repositories
> correctly.
> I've attached the one Appfuse created when I started a new project.
> Can someone let me know what the current repositories are I need to add.
> Maybe this is something that needs addressing as it's a pain to work out from
> all the different mailing lists and the timeframe it's bee occurring for.I
> may have done a full-source Maven command at some point too.
>
> This was the kind of stuff I was getting:
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /Users/JGF/AppfuseApp/myproject/src/main/java/com/mycompany/crud/action/VehicleAction.java:[2,32]
> package org.appfuse.webapp.action does not exist
>
> /Users/JGF/AppfuseApp/myproject/src/main/java/com/mycompany/crud/action/VehicleAction.java:[8,35]
> cannot find symbol
> symbol: class BaseAction
> public class VehicleAction extends BaseAction {
>
> /Users/JGF/AppfuseApp/myproject/src/main/java/com/mycompany/crud/action/VehicleAction.java:[37,11]
> cannot find symbol
> symbol : variable SUCCESS
> location: class com.mycompany.crud.action.VehicleAction
>
> /Users/JGF/AppfuseApp/myproject/src/main/java/com/mycompany/crud/action/VehicleAction.java:[41,4]
> cannot find symbol
> symbol : method saveMessage(java.lang.String)
> location: class com.mycompany.crud.action.VehicleAction
>
>
> <pom.xml>---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]