Hello,
I start to build from zero a new CAS server , and I dont understand at all how I can first build the cas.war file.
All documentation I have read seams to show me that if I don't know how maven or gradle work , I will never be able to build it
I have downloaded last version from git ( ZIP file ) , extract it and launch dev-build.sh I always errors like :
Could not get unknown property 'java' for project ':api'
or
FAILURE: Build failed with an exception.
* Where:
Build file '/home/tomcat7/CAS5/cas-master/build.gradle' line: 15
* What went wrong:
A problem occurred evaluating root project 'cas-server'.
> repository not found: /home/tomcat7/CAS5/cas-master
Is there somewhere a documentation or somethings else where I can find how to start ?
Thank for help