On Wed, Nov 13, 2013 at 04:44:49PM +0000, Idan Fridman wrote: > Hi Alberto, > I am building cas.war with maven. But I don't havnt download the source code. > I run maven install and copy the CAS.WAR into my tomcat deployment. That's > how I should treat it right? Hi, Idan,
Here is my entire source tree to build CAS with an additional Services Registry. As you can see, I only have pom.xml, modified local configuration files and my own JAVA source files: pom.xml src/ src/main src/main/webapp src/main/webapp/WEB-INF src/main/webapp/WEB-INF/cas.properties src/main/webapp/WEB-INF/deployerConfigContext.xml src/main/webapp/WEB-INF/classes src/main/webapp/WEB-INF/classes/log4j.xml src/main/webapp/WEB-INF/classes/messages_es.properties src/main/java src/main/java/es src/main/java/es/unex src/main/java/es/unex/cas src/main/java/es/unex/cas/services src/main/java/es/unex/cas/services/kira src/main/java/es/unex/cas/services/kira/KiraCASRegisterServicesTest.java src/main/java/es/unex/cas/services/kira/KiraServiceRegistryDaoImpl.java src/main/java/es/unex/cas/services/kira/KiraServiceRecord.java Install is as usual: "mvn clean package" and deploy the resulting .WAR. -- ----------------------- Alberto Cabello Sánchez [email protected] -- 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
