You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by JimV <ji...@gmail.com> on 2016/03/08 16:55:59 UTC

Missing tools jar in 1.2.0 referenced from documentation

Documentation references jar file(s) that don't exist in the artemis 1.2.0
download. 

from
https://activemq.apache.org/artemis/docs/1.2.0/configuration-index.html

"The built-in Decoder" section
<snip>

An easy way to do it is through *activemq-tools--jar-with-dependencies.jar
*since it has all the dependencies:

java -cp *artemis-tools-1.0.0-jar-with-dependencies.jar*
org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec 

Neither jars exist in the lib directory or anyway in the zip/tar file as far
as I can tell.

Is this a error in the generation of the zip/tar or an error in the
documenation?  

Note by running:
java -cp <path to artemis root>\lib\* java
org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec 

I was able to run the command at least.





--
View this message in context: http://activemq.2283324.n4.nabble.com/Missing-tools-jar-in-1-2-0-referenced-from-documentation-tp4709041.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.