I just downloaded the security_01 branch and am trying to build it and am
getting a lot of "Method Not Found" or "Variable Not Found" errors.  I made
sure that my old turbine jar is no longer in my classpath.  Is there something
else I am missing.

Here are a few of the build errors I am getting:

/turbine-security/bin/src/org/apache/turbine/admin/actions/admin/user/UpdateUse
r.java:185: Undefined variable
 or class name: VisitorRolePeer
    [javac]            
VisitorRolePeer.deleteAll(VisitorRolePeer.getTableName(),

/turbine-security/bin/src/org/apache/turbine/admin/screens/admin/user/AddUser.j
ava:100: No method matching retrieveSet() found in class
org.apache.turbine.om.security.peer.RolePeer.
    [javac]         Role[] allRoles =
((RoleSet)RolePeer.retrieveSet()).getRolesArray();            


/turbine-security/bin/src/org/apache/turbine/admin/actions/admin/security/Updat
ePermission.java:181: Method s
electOnePermission(int) not found in class
org.apache.turbine.om.security.peer.PermissionPeer.
    [javac]             Permission perm =
PermissionPeer.selectOnePermission(permission_id);

John
-- 
********************************
** John Thorhauer
** [EMAIL PROTECTED]
** take a look at:
**  http://tambora.zenplex.org
**  http://www.zenplex.org
**  http://www.zenplex.com
******************************** 



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to