Bryan, I understand your frustrations, but right now it seems your problem is with your Maven2 setup rather than the fact that CAS is not building correctly. In your last email, the only thing I saw amiss off the bat was the fact that you were using a Maven 1.X environment variable (MAVEN_HOME) rather than the Maven 2.X environment variable (M2_HOME). I don¹t know how familiar you are with it, but Maven is an Apache Software Foundation product used for dependency management and building. It isn¹t something that only JASIG uses, so lets go down the route of dealing with Maven and Solaris.
>From the Apache Maven site, here is their ³Getting Help² page: http://maven.apache.org/users/getting-help.html I suggest trying to search the mail list archives and maybe hit www.nabble.com as Apache mail lists are usually available there. After making the environment variable change, are you having the same error as before? [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /u/dpbw/cas/cas-server-3.3.2/cas-server-core/src/main/java/org/jasig/cas/web /ProxyController.java:[14,46] cannot find symbol symbol : class SimpleWebApplicationServiceImpl location: package org.jasig.cas.authentication.principal A- On 6/23/09 10:04 AM, "Bryan Wooten" <[email protected]> wrote: > This is a follow-up to my post ³ New to CAS , need some help². > > I usually don¹t like to rant on mailing lists but I am extremely frustrated > that I am unable to get CAS to compile on Solaris per the instructions on the > wiki page. > > At this point I am ready to tell my boss we don¹t want anything to do with > this ³product². If we can¹t compile it, we can¹t deploy it. So it really is > a self fulfilling prophecy. > > Regards, > > Bryan -- Andrew Feller, Analyst LSU University Information Services 200 Frey Computing Services Center Baton Rouge, LA 70803 Office: 225.578.3737 Fax: 225.578.6400 -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
