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

Project fails to compile and run #33

Open
dakrone opened this issue Aug 11, 2015 · 2 comments
Open

Project fails to compile and run #33

dakrone opened this issue Aug 11, 2015 · 2 comments

Comments

@dakrone
Copy link

dakrone commented Aug 11, 2015

Every time I try to run the project I get:

» gradle -Dexec.args="-p 4428" run

FAILURE: Build failed with an exception.

* Where:
Build file '/home/hinmanm/src/elisp/malabar-mode-jar/build.gradle' line: 105

* What went wrong:
A problem occurred evaluating root project 'malabar'.
> org.eclipse.aether.internal.ant.types.RemoteRepository cannot be cast to org.gradle.api.publication.maven.internal.ant.CustomRemoteRepository

* 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: 6.619 secs
gradle -Dexec.args="-p 4428" run  18.86s user 0.39s system 273% cpu 7.028 total
@m0smith
Copy link
Owner

m0smith commented Aug 15, 2015

What command are you using to run the project?

Which version of grade and java do you have?

Where did you get malabar?

Sent from my iPod

On Aug 11, 2015, at 3:36 PM, Lee Hinman [email protected] wrote:

Every time I try to run the project I get:

» gradle -Dexec.args="-p 4428" run

FAILURE: Build failed with an exception.

  • Where:
    Build file '/home/hinmanm/src/elisp/malabar-mode-jar/build.gradle' line: 105

  • What went wrong:
    A problem occurred evaluating root project 'malabar'.

    org.eclipse.aether.internal.ant.types.RemoteRepository cannot be cast to org.gradle.api.publication.maven.internal.ant.CustomRemoteRepository

  • 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: 6.619 secs
gradle -Dexec.args="-p 4428" run 18.86s user 0.39s system 273% cpu 7.028 total

Reply to this email directly or view it on GitHub.

@dakrone
Copy link
Author

dakrone commented Aug 30, 2015

What command are you using to run the project?

I'm using gradle -Dexec.args="-p 4428" run

Which version of grade and java do you have?

λ gradle -version

------------------------------------------------------------
Gradle 2.2.1
------------------------------------------------------------

Build time:   2015-02-16 16:59:02 UTC
Build number: Fedora 2.2.1-6.fc22
Revision:     <unknown>

Groovy:       2.4.0
Ant:          Apache Ant(TM) version 1.9.4 compiled on February 4 2015
JVM:          1.8.0_51 (Oracle Corporation 25.51-b03)
OS:           Linux 4.1.6-200.fc22.x86_64 amd64

Where did you get malabar?

This is the latest master cloned from this git repository.

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