Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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

  • Author

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.