Greetings I downloaded CAS, unzipped it and did the following command:
mvn package install I get the following errors (bunches of them), I havent changed a thing in cas, does anyone know what I need to do to make it build? Also, does anyone have a tips or pointers for "importing" this into eclipse which is the next thing I will have to do. Thanks in advance Troy [INFO] Installing C:\Troys\Workspaces\Security\cas-server-3.2.1\pom.xml to C:\Documents and Settings\Administrator\.m2\repository\org\jasig\cas\cas-server\3.2.1\cas-server-3.2.1.pom [INFO] ------------------------------------------------------------------------ [INFO] Building JA-SIG CAS Core [INFO] task-segment: [package, install] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://developer.ja-sig.org/maven2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom Downloading: http://repository.jboss.com/maven2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom Downloading: http://repo1.maven.org/maven2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom Downloading: http://developer.ja-sig.org/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom Downloading: http://repository.jboss.com/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom Downloading: http://repo1.maven.org/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 86 source files to C:\Troys\Workspaces\Security\cas-server-3.2.1\cas-server-core\target\test-classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\Troys\Workspaces\Security\cas-server-3.2.1\cas-server-core\src\test\java\org\jasig\cas\services\web\ManageRegisteredServicesMultiActionControllerTests.java:[50,42] cannot find symbol symbol : method deleteRegisteredService(org.springframework.mock.web.MockHttpServletRequest,org.springframework.mock.web.MockHttpServletResponse) location: class org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController C:\Troys\Workspaces\Security\cas-server-3.2.1\cas-server-core\src\test\java\org\jasig\cas\services\web\ManageRegisteredServicesMultiActionControllerTests.java:[62,42] cannot find symbol symbol : method deleteRegisteredService(org.springframework.mock.web.MockHttpServletRequest,org.springframework.mock.web.MockHttpServletResponse) location: class org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController C:\Troys\Workspaces\Security\cas-server-3.2.1\cas-server-core\src\test\java\org\jasig\cas\services\web\ManageRegisteredServicesMultiActionControllerTests.java:[78,42] cannot find symbol symbol : method manage(org.springframework.mock.web.MockHttpServletRequest,org.springframework.mock.web.MockHttpServletResponse) location: class org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController C:\Troys\Workspaces\Security\cas-server-3.2.1\cas-server-core\src\test\java\org\jasig\cas\web\flow\GenerateServiceTicketActionTests.java:[35,8] cannot find symbol symbol : method afterPropertiesSet() location: class org.jasig.cas.web.flow.GenerateServiceTicketAction _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
