Re: Unable to Compile ActiveQ 5.2

2014-01-10 Thread CuriousMind
thank you. That was what I ended up did. -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676207.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to Compile ActiveQ 5.2

2014-01-10 Thread Christian Posta
maybe try comment that module out of the pom.xml? i dunno where to get that missing dependency if not in maven. could try google for it and put it into your local repo if you find it. On Thu, Jan 9, 2014 at 1:38 PM, CuriousMind wrote: > it failed on the User Guide > > 1. can I skip that? > 2. whe

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
it failed on the User Guide 1. can I skip that? 2. where can I download the plugin? INFO] ActiveMQ User Guide ... FAILURE [0.018s] [INFO] ActiveMQ :: File Server ... SKIPPED [INFO] ActiveMQ :: RAR ... SKIPPED [IN

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
well, I exited out the test and then I got an error on the "user manual". do I have to finish running the test? how long does it take? -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676184.html Sent from the ActiveMQ - User mail

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread artnaseef
Yup - the tests run forever. You're good-to-go with 5.2. Hope we'll catch you on a newer version at some point! -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676181.html Sent from the ActiveMQ - User mailing list archive at Nab

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
that did it!! it is the java issue!! but, my test case seem to run forever... I can stop it by doing the mvn clean install -Dmaven.test.skip=true thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676180.html Sent from

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
that did it!! it is the java issue!! but, my test case seem to run forever... I can stop it by doing the mvn clean install -Dmaven.test.skip=true thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676176.html Sent from the

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread Johan Edstrom
Why are you compiling and requiring a version this old? You are kinda bound to run into problems. On Jan 9, 2014, at 11:22 AM, CuriousMind wrote: > thanks. let me try to compile with 1.5! > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Unable-to-Compile-Ac

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
thanks. let me try to compile with 1.5! -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676175.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread Christian Posta
ActiveMQ 5.2 was originally built with 1.5, FYI. Try 1.5 or 1.6. On Thu, Jan 9, 2014 at 9:27 AM, Timothy Bish wrote: > On 01/09/2014 12:22 PM, CuriousMind wrote: >> >> http://svn.apache.org/repos/asf/activemq/tags/activemq-5.2.0 >> >> hmm..how can I download all the directories at once? is ther

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread Timothy Bish
On 01/09/2014 12:22 PM, CuriousMind wrote: http://svn.apache.org/repos/asf/activemq/tags/activemq-5.2.0 hmm..how can I download all the directories at once? is there a tar or zip file? -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
http://svn.apache.org/repos/asf/activemq/tags/activemq-5.2.0 hmm..how can I download all the directories at once? is there a tar or zip file? -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676169.html Sent from the ActiveMQ - Use

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
where does it say about using JDK 5 or 6?? where is the requirement? -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676168.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
5.2 is very old, but it is required. I am using JDK 1.7 -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676167.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread Timothy Bish
It'd probably be a better idea to pull the code from the svn tag. http://svn.apache.org/repos/asf/activemq/tags/activemq-5.2.0 Just in case not everything was correctly rolled into the src archive. On 01/09/2014 11:18 AM, Claus Ibsen wrote: What JDK are you using? AMQ 5.2 is very old, I guess y

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread Claus Ibsen
What JDK are you using? AMQ 5.2 is very old, I guess you need JDK5 or 6. On Thu, Jan 9, 2014 at 5:14 PM, CuriousMind wrote: > download from https://archive.apache.org/dist/activemq/apache-activemq/5.2.0/ > > 1. untar the file > 2. run "mvn clean install" > > and then ran into the errors mentioned

Re: Unable to Compile ActiveQ 5.2

2014-01-09 Thread CuriousMind
download from https://archive.apache.org/dist/activemq/apache-activemq/5.2.0/ 1. untar the file 2. run "mvn clean install" and then ran into the errors mentioned above Alice -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676164

Re: Unable to Compile ActiveQ 5.2

2014-01-08 Thread artnaseef
Please provide the steps you are using to compile, starting with obtaining the 5.2 sources. -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676141.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to Compile ActiveQ 5.2

2014-01-08 Thread CAPS
Please help! -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-Compile-ActiveQ-5-2-tp4676139p4676140.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.