Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 74389

Summary: jmeter miss ant dependancy
Product: Gentoo Linux Reporter: Philippe Lafoucrière <lafou>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Philippe Lafoucrière 2004-12-14 08:19:12 UTC
$ sudo emerge jmeter 
$ jmeter
-bash: jmeter: command not found (also lack of path inclusion :p )
$ /opt/jmeter/bin/jmeter
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.NullPointerException
        at org.apache.jmeter.NewDriver.<clinit>(NewDriver.java:118)

In fact, the ebuild need ant to install jmeter (wasn't installed on my machine). emerge didn't porpose to install it.

Reproducible: Always
Steps to Reproduce:
1.emerge jmeter
2.
3.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-12-14 08:27:11 UTC
fixed the dep
dunno about the start error works for me, don't have time to look into it atm
Comment 2 Chris Aniszczyk (RETIRED) gentoo-dev 2004-12-19 10:39:33 UTC
Works for me. If there are any further issues, feel free to open up again.