Jump to content

[SOLVED ]Build failed: Could not dispatch a message to the daemon.


Recommended Posts

Posted (edited)

I wanted to test my project outside the eclipse workspace and tried building it.
My project compiles and runs from eclipse or by running 

gradlew runClient


but attempting to build my project causes the following error.

Error:

  Reveal hidden contents
  Reveal hidden contents

The mod is client side only and is far from complete.
I've made the source available here.
https://github.com/TheIncgi/AdvancedMacros

Version info:

  Reveal hidden contents

Every bit of help is appreciated!
  Thanks!

Edited by TheIncgi
Issue was solved
Posted (edited)

I found the issue.
In case anyone else ever manages to come across this issue I hope this may help them

Basically it would seem that an anonymous class causes issues.
Example:
 

public void foo(){
  class Bar{int start, end; public Q(int a, int b){start = a;end = b;}} //this is an anonymous class
  //... more code
}
  Reveal hidden contents


This thread can be closed/locked.

Edited by TheIncgi

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.