Re: [cas-user] case-management 6.x

2019-07-02 Thread 'Alexi Pascual' via CAS Community
With this parameter, you are sure to download all dependencies of 
cas-management. Now you can add the necessary dependencies in your 
build.gradle



dependencies {

    if (project.hasProperty("external")) {
    compile 
"org.apereo.cas:cas-mgmt-webapp:${project.'casmgmt.version'}"

    } else {
    compile 
"org.apereo.cas:cas-mgmt-webapp${project.appServer}:${project.'casmgmt.version'}"

    }
    compile 
"org.apereo.cas:cas-server-support-ldap:${project.'casmgmt.version'}"
    compile 
"org.apereo.cas:cas-server-support-json-service-registry:${project.'casmgmt.version'}" 



}

remember to change 'cas.version' to 'casmgmt.version' when you configure 
dependencies on cas-management.


regards,

El 02-07-19 a las 10:34, alain ubfc escribió:

Thank you for your reply.

I put in my file : /opt/cas-management-overlay/gradle.properties

# Versions

casmgmt.version=6.1.0-RC4
springBootVersion=2.2.0.M3

appServer=-tomcat

sourceCompatibility=11
targetCompatibility=11

gradleVersion=5.4.1

external = false

How to do ?

Alain

Le mar. 2 juil. 2019 à 16:03, 'Alexi Pascual' via CAS Community 
mailto:cas-user@apereo.org>> a écrit :


Hi alain,

I solved the problem by adding:

    external = false

in gradle.properties

regards,


El 10-06-19 a las 10:15, alain ubfc escribió:

Hello everyone,

I would like to install case-management 6.x but with every move I
make:
|
|
|
./build.sh package
|

I have this error message:
|
|
|
|
Task:bootWar FAILED
:bootWar (Thread[Daemonworker
Thread2,5,main])completed.Took5.182secs.

FAILURE:Buildfailed withan exception.

*Whatwent wrong:
Couldnotresolve all files forconfiguration ':runtimeClasspath'.
>Couldnotresolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
Requiredby:
      project :
>Couldnotresolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
>Couldnotgetresource

'https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom'.
>CouldnotGET

'https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom'.Receivedstatus
code 409fromserver:
|

|
|In my file _*gradle.properties*_ to know the version I go to the
site *http://repo1.maven.org/maven2/org/apereo/cas/cas-mgmt/*
|


|
# Versions

# casmgmt.version=6.1.0-RC3-SNAPSHOT
casmgmt.version=6.0.1
springBootVersion=2.1.3.RELEASE

appServer=-tomcat

sourceCompatibility=11
targetCompatibility=11

gradleVersion=5.2.1
|

In my_*build.gradle*_ file in dependency I have:
|
|
|
dependencies {
if(project.hasProperty("external")){
       compile
"org.apereo.cas:cas-mgmt-webapp:${project.'casmgmt.version'}"
}else{
        compile

"org.apereo.cas:cas-mgmt-webapp${project.appServer}:${project.'casmgmt.version'}"
}|||
compile  
"org.apereo.cas:cas-management-webapp-support-ldap:${project.'cas.version'}"
|||}
|

Why do I have this error?

thank you so much||

Best regards


-- 
- Website: https://apereo.github.io/cas

- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the
Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to cas-user+unsubscr...@apereo.org
.
To view this discussion on the web visit

https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec74e817-9b35-4d57-9905-e4051fd49c79%40apereo.org

.


-- 
Alexi


-- 
- Website: https://apereo.github.io/cas

- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google
Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to cas-user+unsubscr...@apereo.org
.
To view this discussion on the web visit

https://groups.google.com/a/apereo.org/d/msgid/cas-user/e2085391-c053-14c9-9ecf-e1e77a6d28d9%40uc.cl

.



--
__
Alain Dos Reis - Pasquault
Adresse mail : alaini...@gmail.com 
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: 

Re: [cas-user] case-management 6.x

2019-07-02 Thread alain ubfc
 Thank you for your reply.

I put in my file : /opt/cas-management-overlay/gradle.properties

# Versions

casmgmt.version=6.1.0-RC4
springBootVersion=2.2.0.M3

appServer=-tomcat

sourceCompatibility=11
targetCompatibility=11

gradleVersion=5.4.1

external = false

How to do ?

Alain

Le mar. 2 juil. 2019 à 16:03, 'Alexi Pascual' via CAS Community <
cas-user@apereo.org> a écrit :

> Hi alain,
>
> I solved the problem by adding:
>
> external = false
>
> in gradle.properties
>
> regards,
>
>
> El 10-06-19 a las 10:15, alain ubfc escribió:
>
> Hello everyone,
>
> I would like to install case-management 6.x but with every move I make:
>
> ./build.sh package
>
> I have this error message:
>
> Task :bootWar FAILED
> :bootWar (Thread[Daemon worker Thread 2,5,main]) completed. Took 5.182
> secs.
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Could not resolve all files for configuration ':runtimeClasspath'.
> > Could not resolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
>   Required by:
>   project :
>> Could not resolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
>   > Could not get resource '
> https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom
> '.
>  > Could not GET '
> https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom
> '. Received status code 409 from server:
>
> In my file *gradle.properties* to know the version I go to the site
> *http://repo1.maven.org/maven2/org/apereo/cas/cas-mgmt/*
> 
>
>
> # Versions
>
> # casmgmt.version=6.1.0-RC3-SNAPSHOT
> casmgmt.version=6.0.1
> springBootVersion=2.1.3.RELEASE
>
> appServer=-tomcat
>
> sourceCompatibility=11
> targetCompatibility=11
>
> gradleVersion=5.2.1
>
> In my* build.gradle* file in dependency I have:
>
> dependencies {
> if (project.hasProperty("external")) {
>compile
> "org.apereo.cas:cas-mgmt-webapp:${project.'casmgmt.version'}"
> } else {
> compile
> "org.apereo.cas:cas-mgmt-webapp${project.appServer}:${project.'casmgmt.version'}"
> }
>
> compile 
> "org.apereo.cas:cas-management-webapp-support-ldap:${project.'cas.version'}"
>
> }
>
> Why do I have this error?
>
> thank you so much
>
> Best regards
>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec74e817-9b35-4d57-9905-e4051fd49c79%40apereo.org
> 
> .
>
> --
> Alexi
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/e2085391-c053-14c9-9ecf-e1e77a6d28d9%40uc.cl
> 
> .
>


-- 
__
Alain Dos Reis - Pasquault
Adresse mail : alaini...@gmail.com

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CANGqrfOoGf633zjjVcAbOCMYW5YfkOo-5%3DPbiP-AWd34dEFv7g%40mail.gmail.com.


Re: [cas-user] case-management 6.x

2019-07-02 Thread 'Alexi Pascual' via CAS Community

Hi alain,

I solved the problem by adding:

    external = false

in gradle.properties

regards,


El 10-06-19 a las 10:15, alain ubfc escribió:

Hello everyone,

I would like to install case-management 6.x but with every move I make:
|
|
|
./build.sh package
|

I have this error message:
|
|
|
|
Task:bootWar FAILED
:bootWar (Thread[Daemonworker Thread2,5,main])completed.Took5.182secs.

FAILURE:Buildfailed withan exception.

*Whatwent wrong:
Couldnotresolve all files forconfiguration ':runtimeClasspath'.
>Couldnotresolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
Requiredby:
      project :
>Couldnotresolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
>Couldnotgetresource 
'https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom'.
>CouldnotGET 
'https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom'.Receivedstatus 
code 409fromserver:

|

|
|In my file _*gradle.properties*_ to know the version I go to the site 
*http://repo1.maven.org/maven2/org/apereo/cas/cas-mgmt/*

|


|
# Versions

# casmgmt.version=6.1.0-RC3-SNAPSHOT
casmgmt.version=6.0.1
springBootVersion=2.1.3.RELEASE

appServer=-tomcat

sourceCompatibility=11
targetCompatibility=11

gradleVersion=5.2.1
|

In my_*build.gradle*_ file in dependency I have:
|
|
|
dependencies {
if(project.hasProperty("external")){
       compile 
"org.apereo.cas:cas-mgmt-webapp:${project.'casmgmt.version'}"

}else{
        compile 
"org.apereo.cas:cas-mgmt-webapp${project.appServer}:${project.'casmgmt.version'}"

}|||
compile  
"org.apereo.cas:cas-management-webapp-support-ldap:${project.'cas.version'}"
|||}
|

Why do I have this error?

thank you so much||

Best regards


--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google 
Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to cas-user+unsubscr...@apereo.org 
.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec74e817-9b35-4d57-9905-e4051fd49c79%40apereo.org 
.


--
Alexi

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS Community" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/e2085391-c053-14c9-9ecf-e1e77a6d28d9%40uc.cl.


[cas-user] case-management 6.x

2019-06-10 Thread alain ubfc
Hello everyone,

I would like to install case-management 6.x but with every move I make:

./build.sh package

I have this error message:

Task :bootWar FAILED
:bootWar (Thread[Daemon worker Thread 2,5,main]) completed. Took 5.182 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':runtimeClasspath'.
> Could not resolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
  Required by:
  project :
   > Could not resolve org.apereo.cas:cas-mgmt-webapp-tomcat:5.3.6.
  > Could not get resource 
'https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom'
.
 > Could not GET 
'https://oss.jfrog.org/artifactory/oss-snapshot-local/org/apereo/cas/cas-mgmt-webapp-tomcat/5.3.6/cas-mgmt-webapp-tomcat-5.3.6.pom'
. Received status code 409 from server:

In my file *gradle.properties* to know the version I go to the site 
*http://repo1.maven.org/maven2/org/apereo/cas/cas-mgmt/* 



# Versions

# casmgmt.version=6.1.0-RC3-SNAPSHOT
casmgmt.version=6.0.1
springBootVersion=2.1.3.RELEASE

appServer=-tomcat

sourceCompatibility=11
targetCompatibility=11

gradleVersion=5.2.1

In my* build.gradle* file in dependency I have:

dependencies {
if (project.hasProperty("external")) {
   compile "org.apereo.cas:cas-mgmt-webapp:${project.'casmgmt.version'}"
} else {
compile 
"org.apereo.cas:cas-mgmt-webapp${project.appServer}:${project.'casmgmt.version'}"
}

compile 
"org.apereo.cas:cas-management-webapp-support-ldap:${project.'cas.version'}"

}

Why do I have this error?

thank you so much

Best regards


-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec74e817-9b35-4d57-9905-e4051fd49c79%40apereo.org.