Bug#776520: testng: jquery-1.7.1.min.js is missing from testng.jar

2015-01-29 Thread Eugene Zhukov
> It seems jquery-1.7.1.min.js is missing from /usr/share/java/testng.jar.

This is correct. The build process was tweaked back and forth first to
exclude, then to include it.

The end result is that current binary in Jessie doesn't include it,
but the source package does include it.
So, "apt-get source testng" in Jessie/unstable and then "debuild",
produces binary with jquery-1.7.1.min.js.

Eugene


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#776520: testng: jquery-1.7.1.min.js is missing from testng.jar

2015-01-28 Thread Emmanuel Bourg
Package: testng
Version: 6.8.8-3
Severity: grave
Justification: renders package unusable

When executing the unit tests of Apache Curator with testng/6.8.8-3 I got the 
following exception:

  org.apache.maven.surefire.util.SurefireReflectionException: 
java.lang.reflect.InvocationTargetException; nested exception is 
java.lang.reflect.InvocationTargetException: null
  java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
  at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
  at 
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
  at 
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
  at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
  Caused by: java.lang.AssertionError: Couldn't find resource: 
jquery-1.7.1.min.js
  at org.testng.reporters.jq.Main.generateReport(Main.java:81)
  at org.testng.TestNG.generateReports(TestNG.java:1115)
  at org.testng.TestNG.run(TestNG.java:1074)
  at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:70)
  at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:158)
  at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:98)
  at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
  ... 9 more

It seems jquery-1.7.1.min.js is missing from /usr/share/java/testng.jar.
This issue is fixed in testng/6.8.17-1 currently in experimental, but this
should be fixed for Jessie.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org