« Return to Thread: Problems compiling auth

Problems compiling auth

by Sébastien LE CALLONNEC :: Rate this Message:

Reply to Author | View in Thread


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.



     

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
smartweb-devel mailing list
smartweb-devel@...
https://lists.sourceforge.net/lists/listinfo/smartweb-devel

 « Return to Thread: Problems compiling auth