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

gradle build in demo_gradle is broken #100

Closed
vimalanandans opened this issue May 9, 2016 · 5 comments
Closed

gradle build in demo_gradle is broken #100

vimalanandans opened this issue May 9, 2016 · 5 comments

Comments

@vimalanandans
Copy link

gradle clean build
:api:clean UP-TO-DATE
:app:clean UP-TO-DATE
:plugins/plugin1:clean UP-TO-DATE
:plugins/plugin2:clean UP-TO-DATE
:api:compileJava
NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt) )
C:\Work\03_PAB\git\sandbox\pf4j\demo_gradle\api\src\main\java\ro\fortsoft\pf4j\d emo\api\Greeting.java:16: error: class, interface, or enum expected
*/
^
1 error
:api:compileJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':api:compileJava'.

    Compilation failed; see the compiler error output for details.

  • 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: 48.204 secs
Picked up _JAVA_OPTIONS: -Xmx1g

@decebals
Copy link
Member

decebals commented May 9, 2016

I don't use gradle in my projects so I don't know how can I fix your error :(
Maybe someone (@stiXits ) can help us.

@vimalanandans
Copy link
Author

ok thanks! i will try my search around.

@vimalanandans
Copy link
Author

greetingj.java has additional */ in the header. removing that builds fine

@decebals
Copy link
Member

I made the modification. Please try again and confirm that the modification resolves the issue. Thanks.

@vimalanandans
Copy link
Author

It is building. Thanks for the quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants