我试图在这里下载 ksoap2-android 2.5.6 的 javadoc:
http://code.google.com/p/ksoap2-android/source/browse/#svn%2Fm2-repo%2Fcom%2Fgoogle%2Fcode%2Fksoap2-android%2Fksoap2-android- assembly%2F2 .5.6%253Fstate%253Dclose
但下载后的文件仅包含清单。我按照维基页面上的“如何使用”说明进行操作:
“要从那里下载文件,请右键单击“查看原始文件”并选择“链接另存为”(此标签因不同浏览器而异),您将下载完整的 jar。”
我已经用多个浏览器尝试过了。
有谁知道在哪里/如何获取 ksoap2-android javadoc?
I'm trying to download the javadoc for ksoap2-android 2.5.6 here:
http://code.google.com/p/ksoap2-android/source/browse/#svn%2Fm2-repo%2Fcom%2Fgoogle%2Fcode%2Fksoap2-android%2Fksoap2-android-assembly%2F2.5.6%253Fstate%253Dclosed
but the file after download only contains the manifest. I'm following the directions on the wiki page for "How To Use":
"To download a file from there, right click on "View raw file" and select "Save Link as" (this label differs for different browsers) and you will get the full jar downloaded."
I've tried this with multiple browsers.
Does anyone know where/how to get the ksoap2-android javadoc?
发布评论
评论(1)
显然,“汇编”对于 javadoc 来说并不顺利,并导致了空文件。您可以从 ksoap2-base 文件夹下载基本 javadoc,但不能从 ksoap2-android- assembly 下载:
https://oss.sonatype.org/content/repositories/ksoap2-android-releases/com/google/code/ksoap2-android/ksoap2-base/2.5.7/ksoap2-base-2.5.7-javadoc .jar 但它将仅包含“基本”ksoap2 类的文档 - 这做得很好,因为这个 jar 是大部分“程序集”jar。
这是撰写本文之日的最新版本。
Well apparently "assembly" didn't went well for javadoc and resulted empty file. You can download base javadoc from ksoap2-base folder, but not from ksoap2-android-assembly:
https://oss.sonatype.org/content/repositories/ksoap2-android-releases/com/google/code/ksoap2-android/ksoap2-base/2.5.7/ksoap2-base-2.5.7-javadoc.jar but it will contain only docs for "base" ksoap2 classes - which does good job, as this jar is most of "assembly" jar.
This is most recent version for the day of writing.