It looks like you pulled down the user classes for 2.0.1 rather than 2.0.2 - did you follow the instructions for the core classes on the AppFuse site? If so this line needs to change:
svn export --force https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/common/src--username guest To svn export --force https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.2/data/common/src--username guest (note the change in version number). Running the command as above should fix your problem. Mike 2008/5/21 Greenhorn2005 <[EMAIL PROTECTED]>: > > hello all, > > I am using new version of appfuse 2.0.2. I need to change User and > Role. I find out that there is no package org.acegisecurity and > org.acegisecurity.userdetails packages in the Lib. This causes error. > > Is the appfuse core classes applicable to appfuse 2.0.1???? > > > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/es/src/main/java/org/appfuse/model/User.java:[3,24] package > org.acegisecurity does not exist > > /home/es/src/main/java/org/appfuse/model/User.java:[4,36] package > org.acegisecurity.userdetails does not exist > > /home/es/src/main/java/org/appfuse/model/User.java:[26,62] cannot find > symbol > symbol: class UserDetails > public class User extends BaseObject implements Serializable, UserDetails { > > /home/es/src/main/java/org/appfuse/model/Role.java:[13,24] package > org.acegisecurity does not exist > > /home/es/src/main/java/org/appfuse/model/Role.java:[27,62] cannot find > symbol > symbol: class GrantedAuthority > public class Role extends BaseObject implements Serializable, > GrantedAuthority { > > /home/es/src/main/java/org/appfuse/model/User.java:[164,11] cannot find > symbol > symbol : class GrantedAuthority > location: class org.appfuse.model.User > > /home/es/src/main/java/org/appfuse/model/User.java:[165,33] cannot find > symbol > symbol : class GrantedAuthority > location: class org.appfuse.model.User > > /home/es/src/main/java/org/appfuse/model/User.java:[320,8] cannot find > symbol > symbol : class GrantedAuthority > location: class org.appfuse.model.User > > Thanks, > Greenhorn > -- > View this message in context: > http://www.nabble.com/Regarding-Appfuse-core-classes-tp17355781s2369p17355781.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
