-
Notifications
You must be signed in to change notification settings - Fork 132
#655 Update to latest jmdns #849
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
Conversation
wimjongman
commented
Oct 17, 2017
- fixed
Is there a way to pickup the build from Travis? |
@wimjongman |
@wimjongman |
@wimjongman is_extern_C_taken_into_account(io.sloeber.core.RegressionTest) Time elapsed: 12.18 sec are_defines_before_includes_taken_into_account(io.sloeber.core.RegressionTest) Time elapsed: 5.597 sec redirectedJson(io.sloeber.core.RegressionTest) Time elapsed: 4.359 sec issue555(io.sloeber.core.RegressionTest) Time elapsed: 0 sec issue687(io.sloeber.core.RegressionTest) Time elapsed: 4.146 sec are_jantjes_options_taken_into_account(io.sloeber.core.RegressionTest) Time elapsed: 3.804 sec Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 PID=3666 still running at 720 seconds Ran for 720 seconds Exit status of 0 |
io.sloeber.core/build.properties
Outdated
@@ -9,7 +9,8 @@ bin.includes = .,\ | |||
config/,\ | |||
OSGI-INF/,\ | |||
src/io/sloeber/core/templates/sketch.ino,\ | |||
lib/ | |||
lib/,\ | |||
lib/jmdns-3.5.3.jar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As there are multiple jars there I think it is better to have them all mentioned or none. Now there is just one.
PS only saying this as you asked my review :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes thanks. That build.properties is a mess,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't feel qualified to confirm this.
I'm also thinking: The mess has probably some correlation with my sentence just before this one. ;-)
* fixed
i'm running a local test and I get: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory |
* fixed
I fixed that error but the code in cc.arduino that we have copied in io.sloeber.core is way out of sync. I don't know what that code is supposed to do but we are using a bunch of JMDNS internal API that cc.arduino now has resolved. |
I took a look. We should be able to copy the file without issues. |
@wimjongman I propose to accept this change and then I'll upgrade the arduino.cc package |