Having an issue with RC4.  Took a copy, untar'd it, went into 
cas-server-webapp and ran mvn package install and got this error:

(Normal compilation)
...
...
Downloading: 
http://repo1.maven.org/maven2/org/jasig/cas/cas-server-core/3.1-rc4/cas-server-core-3.1-rc4.jar
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.jasig.cas:cas-server-core:jar:3.1-rc4

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=org.jasig.cas 
-DartifactId=cas-server-core \
           -Dversion=3.1-rc4 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file 
there:       mvn deploy:deploy-file -DgroupId=org.jasig.cas 
-DartifactId=cas-server-core \
           -Dversion=3.1-rc4 -Dpackaging=jar -Dfile=/path/to/file \
            -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
         1) org.jasig.cas:cas-server-webapp:war:3.1-rc4
         2) org.jasig.cas:cas-server-core:jar:3.1-rc4

----------
1 required artifact is missing.

for artifact:
   org.jasig.cas:cas-server-webapp:war:3.1-rc4

from the specified remote repositories:
   jboss-maven2 (http://repository.jboss.com/maven2),
   jasig-repository (http://developer.ja-sig.org/maven2),
   jasig-snapshot (http://developer.ja-sig.org/maven2-snapshot),
   central (http://repo1.maven.org/maven2),
   ibiblio (http://www.ibiblio.org/maven2)


Checking the maven.org repository, there's no jasig directory in the 
http://repo1.maven.org/maven2/org/ webfolder.  Is this a slow 
replication thing?

Rob

Scott Battaglia wrote:
> Dear CAS Community,
> 
> We're pleased to announce release candidate 4 of the CAS Server 3.1.  
> This release contains the following fixes and enhancements:
> 
> BUG FIXES:
> * NullPointerException in ServiceThemeResolver
> * persistence.xml should be in cas-server-webapp not cas-server-core
> * Better Authorization Failure message for Services Management Application
> 
> IMPROVEMENTS:
> * Enhance INVALID_SERVICE error message to display both services
> * Provide abstract classes to help with PersonDirectory implementation
> * Provide sample OpenId user "Endpoint" JSP and configuration
> * Limit search scope for performance improvements in 
> CredentialsToLDAPAttributePrincipalResolver
> 
> The release can be downloaded here:
> http://www.ja-sig.org/products/cas/downloads/
> 
> We're quickly marching towards the final release.  The last major 
> component to test is the SAML 1.1 browser artifact profile support.  If 
> anyone is already set up to test that, please let me know .  Otherwise 
> we'll have to come up with a way to test it.
> 
> Thanks
> -Scott
> 
> -- 
> -Scott Battaglia
> LinkedIn: http://www.linkedin.com/in/scottbattaglia 
> !DSPAM:46a9ef0e13146008671196!
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
> 
> 
> !DSPAM:46a9ef0e13146008671196!


_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to