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

Latest (1.6.5) version is unavailable in JitPack due to build error #181

Open
gim- opened this issue Aug 26, 2020 · 1 comment
Open

Latest (1.6.5) version is unavailable in JitPack due to build error #181

gim- opened this issue Aug 26, 2020 · 1 comment

Comments

@gim-
Copy link

gim- commented Aug 26, 2020

The latest release includes a few important crash fixes but it can't be installed from JitPack repository.

From https://jitpack.io/com/github/NaikSoftware/StompProtocolAndroid/1.6.5/build.log:

> Task :lib:javaPreCompileRelease

> Task :lib:compileReleaseJavaWithJavac FAILED
/home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:11: error: cannot find symbol
        String pathSubscription = stompClient.getTopicId(path);
                                  ^
  symbol:   variable stompClient
  location: class SubscriptionPathMatcher
/home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:13: error: cannot find symbol
        String subscription = msg.findHeader(StompHeader.SUBSCRIPTION);
                                                        ^
  symbol:   variable SUBSCRIPTION
  location: class StompHeader
2 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':lib:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
@syz913
Copy link

syz913 commented Aug 28, 2020

@NaikSoftware

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