[smartweb-devel] Problems compiling auth
Brought to you by:
rlogiacco
|
From: Sébastien LE C. <sl...@ya...> - 2009-03-14 15:03:59
|
Hi All,
Is it me or the auth module is broken?
sebastien@kilkenny:~/workspace/smartweb/modules/auth$ mvn clean compile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building SmartWeb Auth
[INFO] task-segment: [clean, compile]
[INFO] ------------------------------------------------------------------------
(snip)
[INFO] Compiling 51 source files to /home/sebastien/workspace/smartweb/modules/auth/bin
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/sebastien/workspace/smartweb/modules/auth/src/net/smartlab/web/auth/aspects/MethodAuthorizationInterceptor.java:[120,23] cannot find symbol
symbol : constructor Privilege(java.lang.String,java.lang.String,byte)
location: class net.smartlab.web.auth.Privilege
/home/sebastien/workspace/smartweb/modules/auth/src/net/smartlab/web/auth/ValidTag.java:[129,33] cannot find symbol
symbol : method hasPrivilege(net.smartlab.web.auth.Privilege,net.smartlab.web.auth.Scope,boolean)
location: class net.smartlab.web.auth.User
Thanks,
Sébastien.
|