Hello, I am following this document to the letter:
https://apereo.github.io/cas/developer/Build-Process.html

I am building on a Windows workstation. When I issue the command
./gradlew build install --parallel -x test -x javadoc -x check

I am getting a lot of JavaScript check errors:
C:\Users\jmulvey\Documents\GitHub\cas-server\webapp\resources\static\themes\apereo\js\cas.js
 
 
   1:30   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   2:27   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   3:35   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   4:50   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   5:6    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   6:1    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   7:22   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   8:125  error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
   9:1    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  10:24   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  11:127  error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  12:5    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  13:24   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  14:128  error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  15:5    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  16:8    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  17:80   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  18:63   error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  19:8    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
  20:4    error  Expected linebreaks to be 'LF' but found 'CRLF' 
 linebreak-style             
                                                                            
                  
Γ£û 1459 problems (1459 errors, 0 warnings)                                 
                  
  1459 errors, 0 warnings potentially fixable with the `--fix` option.     
                   
                                                                            
                  
                                                                            
                  
> Task :core:cas-server-core-util:compileJava                               
                  
Note: Some input files use unchecked or unsafe operations.                 
                   
Note: Recompile with -Xlint:unchecked for details.                         
                   
                                                                            
                  
                                                                            
                  
FAILURE: Build failed with an exception.              

*How can I avoid this?*                                        

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.

Reply via email to