Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

samples start error #471

Open
caorui31 opened this issue Dec 16, 2019 · 2 comments
Open

samples start error #471

caorui31 opened this issue Dec 16, 2019 · 2 comments
Assignees
Labels
in: docs An issue in Documentation or samples status: ideal-for-contribution An issue that we are actively looking for help with type: enhancement A general enhancement

Comments

@caorui31
Copy link

image

@Cachetian
Copy link

This is a typo in sample/README.md. followings:

    ./gradlew :spring-security-saml-samples/boot/simple-service-provider:bootRun &
    ./gradlew :spring-security-saml-samples/boot/simple-identity-provider:bootRun &

should be:

    ./gradlew :spring-security-saml-samples-boot-simple-service-provider:bootRun &
    ./gradlew :spring-security-saml-samples-boot-simple-identity-provider:bootRun &

Run with below commands, then works fine.

PS: I also faced this issue at first, then I searched the project name and name pattern, I noticed settings.gradle in the root, it writes:

rootProject.children.each { p ->
	p.name = "spring-security-saml2-${p.name}".replace("/","-")
}

so I find the root cause.

@jzheaux
Copy link
Contributor

jzheaux commented Mar 26, 2020

Good catch, @Cachetian! Would you be willing to submit a PR with the update?

@jzheaux jzheaux self-assigned this May 22, 2020
@jzheaux jzheaux added in: docs An issue in Documentation or samples status: ideal-for-contribution An issue that we are actively looking for help with type: enhancement A general enhancement labels May 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in: docs An issue in Documentation or samples status: ideal-for-contribution An issue that we are actively looking for help with type: enhancement A general enhancement
Development

No branches or pull requests

3 participants