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

build fails #2

Open
WolfgangFahl opened this issue Aug 17, 2017 · 3 comments
Open

build fails #2

WolfgangFahl opened this issue Aug 17, 2017 · 3 comments

Comments

@WolfgangFahl
Copy link

/Users/wf/source/gluon/WifiSchedular/src/main/java/com/application/Notifications.java:6: error: cannot find symbol
import com.gluonhq.charm.down.plugins.LocalNotificationsService;
^
symbol: class LocalNotificationsService
location: package com.gluonhq.charm.down.plugins
/Users/wf/source/gluon/WifiSchedular/src/main/java/com/application/Notifications.java:7: error: cannot find symbol
import com.gluonhq.charm.down.plugins.Notification;
^
symbol: class Notification
location: package com.gluonhq.charm.down.plugins
/Users/wf/source/gluon/WifiSchedular/src/main/java/com/application/Main.java:45: error: cannot find symbol
controller.setStage(PrimaryStage);
^
symbol: method setStage(Stage)
location: variable controller of type MainController
/Users/wf/source/gluon/WifiSchedular/src/main/java/com/application/Notifications.java:20: error: cannot find symbol
Services.get(LocalNotificationsService.class).ifPresent(service -> {
^
symbol: class LocalNotificationsService
location: class Notifications
/Users/wf/source/gluon/WifiSchedular/src/main/java/com/application/Notifications.java:21: error: cannot find symbol
service.getNotifications().add(new Notification(notificationId, string,string2,
^
symbol: class Notification
location: class Notifications
5 errors
:compileJava FAILED

@guruprasaad123
Copy link
Owner

Please refresh the depandency on the gradle .
compile 'com.gluonhq:charm:4.3.2'
check whether this line is included in build.gradle file.And make sure that this depandency/library is included in your project.

@WolfgangFahl
Copy link
Author

WolfgangFahl commented Aug 23, 2017

thank you for getting back to me. I am talking about your / this project and yes the above dependency is in what you published here. Since you didn't make any changes and git pull does not give me any changes I hope you'lll fix the problem. You might want to try out

./gradlew installApp
yourself.

@guruprasaad123
Copy link
Owner

guruprasaad123 commented Aug 23, 2017

First of all I thank you for mentioning , I've checked it out and updated my project .Please ping me if the problem continues..!

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