Search Criteria
Package Details: java-testng 7.12.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/java-testng.git (read-only, click to copy) |
|---|---|
| Package Base: | java-testng |
| Description: | A testing framework inspired by JUnit and NUnit |
| Upstream URL: | https://testng.org |
| Licenses: | Apache-2.0 |
| Submitter: | alucryd |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 25 |
| Popularity: | 0.001707 |
| First Submitted: | 2011-12-29 14:17 (UTC) |
| Last Updated: | 2026-04-26 23:47 (UTC) |
Dependencies (2)
- java-runtime-openjdk (jdk10-openj9-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre18-openjdkAUR, liberica-jre-11-full-binAUR, liberica-jre-8-full-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jre13-openjdkAUR, jre15-openjdkAUR, jre19-openjdkAUR, zulu-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, jdk11-openj9-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jre-zuluAUR, jre-zulu-fxAUR, jdk17-jetbrains-binAUR, jdk21-dragonwell-standard-binAUR, jdk23-temurinAUR, zing-23-binAUR, jdk17-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, openjdk-zulu-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, zulu-24-binAUR, liberica-nik-23-full-binAUR, liberica-nik-24-full-binAUR, jdk-openj9-binAUR, liberica-nik-25-full-binAUR, zulu-21-binAUR, openjdk-liberica11-full-binAUR, openjdk-liberica17-full-binAUR, openjdk-liberica21-full-binAUR, openjdk-liberica8-full-binAUR, openjdk-liberica-full-binAUR, jdk-openjdk-wakefieldAUR, jre-openjdk-wakefieldAUR, jre25-temurinAUR, jre21-temurinAUR, jre17-temurinAUR, zulu-jre21-fxAUR, zulu-jre25-fxAUR, zulu-jre17-fxAUR, jre8-temurinAUR, jre11-temurinAUR, zulu-jre8-fxAUR, zulu-jre11-fxAUR, jre17-zulu-binAUR, jre21-zulu-binAUR, zulu-8-binAUR, zulu-11-binAUR, zulu-25-binAUR, jre25-zulu-binAUR, zing-21-binAUR, zing-17-binAUR, zing-8-binAUR, jdk8-perfAUR, jdk25-openjdk-wakefieldAUR, jre25-openjdk-wakefieldAUR, zulu-17-binAUR, zulu-26-fx-binAUR, jdk21-jetbrains-binAUR, liberica-jdk-21-binAUR, jdk16-temurinAUR, java-openjdk-binAUR, liberica-jdk-full-binAUR, liberica-jdk-25-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk25-temurinAUR, jdk21-temurinAUR, jdk17-temurinAUR, jre22-openjdkAUR, jdk22-openjdkAUR, jre23-openjdkAUR, jdk23-openjdkAUR, jdk24-openjdkAUR, jre24-openjdkAUR, zulu-17-fx-binAUR, jdk25-openj9-binAUR, jdk11-temurinAUR, jdk17-openj9-binAUR, jdk21-openj9-binAUR, liberica-jdk-11-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-17-full-binAUR, jdk-temurinAUR, zulu8-fx-binAUR, zulu21-fx-binAUR, zulu-jre-fx-binAUR, zulu-jdk-fx-binAUR, jre-jetbrainsAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk25-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre25-openjdk, jre8-openjdk)
- gradle (make)
Required by (1)
- java-testng-doc (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
a.kudelin commented on 2020-12-12 17:31 (UTC)
@bartus, could you please try again to build the package in the clean environment? I suspect the problem was in a wrong Java version, now Java 8 is mandatory.
a.kudelin commented on 2020-12-12 14:42 (UTC)
@petronny, official guidelines don't mention that compatibility with devtools should be maintained as well as
depends=()should take place in thepackagesection. If I'm wrong please post proofs.petronny commented on 2020-12-12 10:52 (UTC) (edited on 2020-12-12 10:53 (UTC) by petronny)
Also 1 test fails when building the package after move
dependsinsidepackage()and it breaks the build.petronny commented on 2020-12-12 10:50 (UTC)
Please move
depends=('java-runtime')insidepackage()like:Or else it won't work with the official package tool,
devtools.bartus commented on 2020-12-12 10:46 (UTC) (edited on 2020-12-12 10:49 (UTC) by bartus)
Failed to build version 7.3.0, last working version 7.1.1 build log: https://drive.google.com/file/d/1Tcz-tHryHnvFACJyOXWryquUYXFM6lXU/view?usp=sharing
Looks like failed tests, could we have separate
check()function if those tests are supposed to fail? (that way we could skip them with--nocheck)luccacondratiuk commented on 2020-08-24 14:34 (UTC) (edited on 2020-08-24 15:02 (UTC) by luccacondratiuk)
gradle not working with Java 14... Need to change default java runtime to Java 8, at least in order to install it properly.
eolianoe commented on 2016-12-14 12:44 (UTC)
Thah commented on 2016-12-13 19:45 (UTC)
MadPhysicist commented on 2016-12-13 17:32 (UTC) (edited on 2016-12-13 17:33 (UTC) by MadPhysicist)
MadPhysicist commented on 2016-09-23 02:36 (UTC)
« First ‹ Previous 1 2 3 4 Next › Last »