-
Notifications
You must be signed in to change notification settings - Fork 182
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
Sources/Javadoc missing #25
Comments
Yeah, I've noticed that, too. I'm not really an expert on gradle-to-maven so I'm not sure why it's not uploading (the javadoc gets created but not sent over). |
I think the issue might be that Android Studio is looking for the wrong file. This library uses the Error message in AS: If I download the sources for the library, I can attach them manually to the lib classes like |
I'm hoping f2602e0 will fix the sources problem (though I won't upload a new version to maven central until there's either a new version of joda-time or the tzdata). As for the joda-time dependency - the normal sources.jar on maven central should work, since it's all the same code. Does anyone know if there's anything else I can do to point it in that direction? |
I dont know if you updated a new version in maven central, but still no javadoc found :( |
@christianguevara Javadoc for joda-time, or javadoc for the joda-time-android-specific classes (like I won't be able to include javadoc in joda-time until joda-time itself updates, which it hasn't for a while. |
dlew, first off this is a fantastic library and I'm a total fan. Any update on whether it's possible to get the joda-time javadocs available for use when developing? |
Any news on this? Its quite annoying to go to view the javadoc in a browser when finding out what the meaning of a signature is. |
I'm also still waiting for this to be available |
Perhaps JodaOrg/joda-time#392 will fix it? |
@dlew Can you leave this open until its fixed? |
Fine with me. I think it's fixed now, though it's dependent on joda-time making another release, so we can leave it open until then. |
Still present for me in 2.9.5 |
And 2.9.7.. it's really inconvenient, to the point where I use the regular jodatime when not doing a release build. |
I really like this library, but it's hard to use it without the sources :S Are there any updates on this issue? |
As a workaround you can download the javadoc jar from http://central.maven.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9.9-no-tzdb-javadoc.jar, right click on the |
I've encountered this issue as well, and I started to dig into it a little. It seems that in the pom file of the original joda-time repo the sources and docs are attached with 2 separate classifiers, namely To further support my newbie theory, if you go in the So I have no idea if the problem is on joda-time side or joda-time-android (or both) but I have a feeling it has to do with how those classifiers or dependencies are declared in the poms. |
Hi, I noticed that sources and javadoc are missing, it is because joda-time is not exporting them to Maven central?
The text was updated successfully, but these errors were encountered: