Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEC-3014: Unable to Install all spring-\* jars into my local Maven cache #3224

Closed
spring-projects-issues opened this issue Jun 22, 2015 · 5 comments
Assignees
Labels
in: crypto An issue in spring-security-crypto type: bug A general bug type: jira An issue that was migrated from JIRA

Comments

@spring-projects-issues
Copy link

Nikita Eshkeev (Migrated from SEC-3014) said:

I can't start working on spring-security because I can't neither install nor build spring security.
I did:

  1. I cloned the github repository (https://github.com/spring-projects/spring-security.git)
  2. I executed ./gradlew install
    I got:
...
D:\projects\spring-security\crypto\src\main\java\org\springframework\security\crypto\keygen\KeyGenerators.java:49: warning: no @return
        public static BytesKeyGenerator shared(int keyLength) {
                                        ^
D:\projects\spring-security\crypto\src\main\java\org\springframework\security\crypto\keygen\KeyGenerators.java:57: warning: no @return
        public static StringKeyGenerator string() {
                                         ^
7 errors
29 warnings
:spring-security-crypto:javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':spring-security-crypto:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): 'D:\projects\spring-security\crypto\build\tmp\javadoc\javadoc.options'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 33.836 secs

Gradle version:

$ gradle -v

------------------------------------------------------------
Gradle 2.4
------------------------------------------------------------

Build time:   2015-05-05 08:09:24 UTC
Build number: none
Revision:     5c9c3bc20ca1c281ac7972643f1e2d190f2c943c

Groovy:       2.3.10
Ant:          Apache Ant(TM) version 1.9.4 compiled on April 29 2014
JVM:          1.8.0 (Oracle Corporation 25.0-b70)
OS:           Windows 8 6.2 amd64
@spring-projects-issues
Copy link
Author

Thomas Darimont said:

Hi Nikita,

the errors you are seeing are just caused by more stricter javadoc checks in java 8.

If you don't need the javadoc just run the build with:
./gradlew install -xjavadoc

Cheers,
Thomas

@spring-projects-issues
Copy link
Author

Nikita Eshkeev said:

Hi Thomas,

./gradlew install -xjavadoc 

works but

./gradlew clean build integrationTest -xjavadoc

doesn't work, can you assist me with this?

@spring-projects-issues
Copy link
Author

Rob Winch said:

neshkeev Thanks for the report. You should be able to build master against JDK 8 with out issues now. Can you report if you are still having issues? If so, what is the error you are getting?

@spring-projects-issues spring-projects-issues added in: crypto An issue in spring-security-crypto Waiting for Feedback type: bug A general bug type: jira An issue that was migrated from JIRA labels Feb 5, 2016
@rwinch rwinch added status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged and removed status: waiting-for-triage An issue we've not yet triaged Waiting for Feedback labels May 3, 2019
@spring-projects-issues
Copy link
Author

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

@spring-projects-issues spring-projects-issues added the status: feedback-reminder We've sent a reminder that we need additional information before we can continue label May 10, 2019
@spring-projects-issues
Copy link
Author

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

@spring-projects-issues spring-projects-issues removed status: waiting-for-feedback We need additional information before we can continue status: feedback-reminder We've sent a reminder that we need additional information before we can continue labels May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: crypto An issue in spring-security-crypto type: bug A general bug type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

2 participants