RE: [cas-user] cannot build cas

2014-12-17 Thread Jaroslav Kacer
Hello Andy! This looks like a problem with your Maven; I cannot see any compilation/build problem related to CAS. Have you tried building another Maven project on your system? If you have, did you succeed? What version of Maven do you use? And what Java version? (Type mvn -version) I have

Re:[cas-user] cannot build cas

2014-12-17 Thread Andy Turner
Jarda, Thank you for responding. I can compile successfully with mvn compile, but not build when running mvn clean package. The war plugin seems to be failing, using 2.5, but everytime i delete the 2.6 folder and contents in

Re: [cas-user] cannot build cas

2014-12-17 Thread Andy Turner
Jarda, Here is the output of mvn -version c:\cas\local-cas-4mvn -version Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T15:58:1 0-05:00) Maven home: C:\maven3 Java version: 1.8.0_20, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_20\jre Default

Re: [cas-user] cannot build cas

2014-12-17 Thread Andy Turner
I downgraded to java 7 and it is working, OR it was because i used the pom.xml from https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven+WAR+Overlay+Method instead of cloning the latest github repo. On Wed, Dec 17, 2014 at 11:17 AM, Andy Turner