jmeter-1.9.1 does not install the user manual with the 'doc' use flag because it is missing a dependency on 'dev-java/velocity'. I installed velocity, however, jmeter keeps reporting: report-anakia-missing: [echo] [echo] AnakiaTask is not present, documentation will not be generated. [echo] ----- And, as a side note, 'dev-java/velocity' requires log4j be built with the 'javamail' use. Also, I believe there should be two different use flags for documents available in portage as a whole. One being 'doc' that installs user documentation / manuals (HTML, PDF, etc.) and another---say 'doc-api'---that installs API documentation. Would it be possible to create a local use flag named 'doc-api' for the purpose of differentiating the types of documents and maybe in the future it will become and portage use flag? Reproducible: Always Steps to Reproduce: 1. USE=doc emerge jmeter 2. ls /usr/share/doc/jmeter-1.9.1/html/ 3. Hmmm, no manual just the api docs dir.
This is fixed in 2.0.1-r1.
(In reply to comment #1) > This is fixed in 2.0.1-r1. > x86: please stabilize. http://overlays.gentoo.org/proj/java/wiki/TestingJavaPackages Please make sure that this bug is fixed. > ----- > > And, as a side note, 'dev-java/velocity' requires log4j be built with the > 'javamail' use. > Already fixed in ~arch.
ibm-jre 1.4: luna / # /opt/jmeter/bin/jmeter Die JVM-Option ist ungültig: -XX:NewSize=128m [ Unrecognized option: -XX:NewSize=128m ] [ JVMCI123: Unable to parse 1.2 format supplied options - rc=-6 ] Java Virtual Machine konnte nicht erstellt werden. Syntax: java [-Optionen] class [Argumente...] (zum Ausführen einer Klasse) oder java [-jar] [-Optionen] JAR-Datei [Argumente...] (zum Ausführen einer JAR-Datei) Dabei gelten folgende Optionen: -cp -classpath <Verzeichnisse und ZIP/JAR-Dateien werden durch : getrennt> Suchpfad für Anwendungsklassen und -ressourcen festlegen -D<Name>=<Wert> Ein Systemmerkmal festlegen -verbose[:class|gc|jni] Ausführliche Ausgabe aktivieren -version Produktversion drucken -showversion Produktversion drucken und fortfahren -? -help Diese Hilfenachricht drucken -X Hilfe zu den vom Standard abweichenden Optionen drucken -assert Hilfe zu Festlegungsoptionen drucken sun-jdk 1.5 luna / # /opt/jmeter/bin/jmeter Unrecognized VM option 'TargetSurvivorRatio=50%' Could not create the Java virtual machine. Sun JRE and JDK 1.4 run fine, blackdown the same. Please filter jikes additionally.
As it works in the previous stable version, reopen the bug when you resolve the pending issues with jmeter (bump etc.).
I've emerged jmeter-2.0.1-r1 but get the same error as Christian Faulhammer with sun-jre-1.5: $> /opt/jmeter/bin/jmeter Unrecognized VM option 'TargetSurvivorRatio=50%' Could not create the Java virtual machine.
(In reply to comment #5) > I've emerged jmeter-2.0.1-r1 but get the same error as Christian Faulhammer > with sun-jre-1.5: Switch to a different VM if you can. Problem is known now and Java team will have to do some before it can bump the package again and request stabilisation.