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

Class RadioDNS contains declaration of RADIOEPG twice #2

Open
TorstenH82 opened this issue Apr 24, 2024 · 5 comments
Open

Class RadioDNS contains declaration of RADIOEPG twice #2

TorstenH82 opened this issue Apr 24, 2024 · 5 comments

Comments

@TorstenH82
Copy link

  • @Version 1.0.3
    */
    public class RadioDNS {

    public static final String RADIOEPG = "radioepg";
    public static final String RADIOEPG = "radiospi";

Implementation of RADIOSPI seems not to be completed and radiodns-1.0.4.jar can't be integrated into project

@nickpiggott
Copy link
Member

This was an error in the declarations section, and is corrected in new release v1.0.5, which is available now at https://github.com/radiodns/java-radiodns/tree/v1.0.5

@TorstenH82
Copy link
Author

Thanks for the quick fix. Unfortunately it's still not possible to use the libary:

Task :app:compileDebugJavaWithJavac FAILED
error: package org.radiodns does not exist

If I replace with version 1.0.3 compilation works so I think there is still an error which prevents compilation.

Have you tried to compile the coding?

@TorstenH82
Copy link
Author

Seems you switched to minidns whereby the Readme points to dnsjava

@TorstenH82
Copy link
Author

Additionally 1.0.3 contains .class files. 1.0.5 are .java files. Have you missed a compilation step?

@nickpiggott
Copy link
Member

It looks like the compilation of the .jar may not be correct. I'll get it looked at over the weekend and get a new version out first thing w/c 29th April.

@nickpiggott nickpiggott reopened this Apr 26, 2024
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