ATLANTBH / jmeter-components

Apache jMeter components
Apache License 2.0
78 stars 51 forks source link

Various dependency updates. #1

Closed horte closed 11 years ago

horte commented 11 years ago

Updated json-path dependency version. Updated JMeter version to 2.8. Added pluginManagement for copy-dependencies plugin. Updated single assembly configuration (no longer beta version).

dduvnjak commented 11 years ago

If components are built using the assembly:single target, JMeter hangs once started with "out of memory" errors in the log. Probably a dependency conflict issue.

Normal build works as expected.

horte commented 11 years ago

It seams as this is a general issue when using assembly:single (regardless of my updates or not).

Output using JMeter 2.8 and latest revision: 4f1f193

java.lang.OutOfMemoryError: PermGen space Dumping heap to java_pid9926.hprof ... Heap dump file created [30966555 bytes in 0.597 secs]

Perhaps a good notice to have in the README.

dduvnjak commented 11 years ago

Merged and removed 'Single jar with dependencies' in Installation section.