Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74389 - jmeter miss ant dependancy
Summary: jmeter miss ant dependancy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 08:19 UTC by Philippe Lafoucrière
Modified: 2004-12-19 10:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.