Search Criteria
Package Details: checkstyle 8.40-1
Git Clone URL: | https://aur.archlinux.org/checkstyle.git (read-only, click to copy) |
---|---|
Package Base: | checkstyle |
Description: | A tool to help programmers write Java code that adheres to a coding standard |
Upstream URL: | http://checkstyle.sourceforge.net |
Licenses: | |
Submitter: | kaptoxic |
Maintainer: | kaptoxic (MarcinWieczorek) |
Last Packager: | MarcinWieczorek |
Votes: | 5 |
Popularity: | 0.71 |
First Submitted: | 2016-05-02 05:42 |
Last Updated: | 2021-02-03 15:23 |
Dependencies (3)
- java-runtime>=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk-jetbrains, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- maven (mvnvm) (make)
- java-environment>=8 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk-jetbrains, jdk8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk) (make)
Latest Comments
1 2 Next › Last »
ehs0329 commented on 2017-12-14 19:39
The md5sum failure seems to be caused, on my system at least, by pacaur keeping a cached copy of the download in ~/.cache/pacaur/checkstyle and checking that instead of the new copy. I'm not familiar enough with PKGBUILDS or pacaur to know if this is a failure of pacaur or the package itself, but the intermediate solution is to remove the ~/.cache/pacaur/checkstyle directory and try again (or, install checkstyle manually from a directory other than ~/.cache/pacaur/checkstyle).
kaptoxic commented on 2017-12-06 19:45
Both the license and script issue should be solved now. However, I cannot reproduce the checksum issue.
tad commented on 2017-12-06 19:09
==> Validating source files with md5sums... download ... FAILED checkstyle ... Passed ==> ERROR: One or more files did not pass the validity check!
tata commented on 2017-12-05 22:23
in line 26 you try to install a License without ensuring of the existence of the directory. Ether you should remove line 26 or ensure creating the dir. Thanks for updating the package
lpapp commented on 2017-10-04 14:38
bb010g is right, indeed. Any chance to fix that?
bb010g commented on 2017-09-27 21:37
The startup script needs to point to /usr/share/java/checkstyle/, not /usr/share/checkstyle/.
kaptoxic commented on 2017-09-20 21:03
Thanks. Updated.
lpapp commented on 2017-09-15 16:49
sha256 needs updating.
kaptoxic commented on 2016-08-23 22:36
I fixed that issue, although some issues might still need to be fixed.
MarcinWieczorek commented on 2016-07-30 17:17
I can confirm this.