Re: Building on Windows

2022-10-25 Thread Jean-Baptiste Onofré
Hi Jon Thanks for the update and the PR ! I gonna take a look. Regards JB On Mon, Oct 24, 2022 at 12:23 PM Jonathan Gallimore wrote: > > Hi, > > I ran into an issue with building ActiveMQ on Windows with the CXF XJC > plugin: > > [INFO]

Building on Windows

2022-10-24 Thread Jonathan Gallimore
Hi, I ran into an issue with building ActiveMQ on Windows with the CXF XJC plugin: [INFO] BUILD FAILURE [INFO] [INFO] Total time: 1.964 s [INFO] Finished at: 2022-10-24T11:04:00+01:00 [INFO

Re: Building on Java 11

2020-06-15 Thread Robbie Gemmell
w how to get past this? > > On Fri, Jun 5, 2020 at 11:38 AM Emmanuel Hugonnet wrote: > > > > Thanks > > > > > > Le 05/06/2020 à 16:51, Robbie Gemmell a écrit : > > > Building the javadoc wouldnt work for me on OpenJDK 11, probably for > >

Re: Building on Java 11

2020-06-15 Thread Clebert Suconic
this? On Fri, Jun 5, 2020 at 11:38 AM Emmanuel Hugonnet wrote: > > Thanks > > > Le 05/06/2020 à 16:51, Robbie Gemmell a écrit : > > Building the javadoc wouldnt work for me on OpenJDK 11, probably for > > the reasons I covered at > > https://github.com/apache/active

Re: Building on Java 11

2020-06-05 Thread Emmanuel Hugonnet
Thanks Le 05/06/2020 à 16:51, Robbie Gemmell a écrit : > Building the javadoc wouldnt work for me on OpenJDK 11, probably for > the reasons I covered at > https://github.com/apache/activemq-artemis/pull/3161#issuecomment-638789127 > > I have since prepared fixes for all the errors

Re: Building on Java 11

2020-06-05 Thread Robbie Gemmell
Building the javadoc wouldnt work for me on OpenJDK 11, probably for the reasons I covered at https://github.com/apache/activemq-artemis/pull/3161#issuecomment-638789127 I have since prepared fixes for all the errors however to now get it to do so. They build on Emmanuel's changes a little

Re: Building on Java 11

2020-06-03 Thread Clebert Suconic
what's nice about this, is that even compatibility tests are running... (think about that the compatibility tests is mixing a mesh that includes even old hornetq clients against artemis master, and these were built with older JDK). I was afraid old versions of netty woudln't be compatible on the n

Re: Building on Java 11

2020-06-03 Thread Clebert Suconic
I am able to build with adoptopenjdk 11, but not with 13. a lot of errors on javadoc. We would need to fix those to be able to be flexible enough? or is there any magic settings perhaps to relax this? On Wed, Jun 3, 2020 at 6:16 AM Robbie Gemmell wrote: > > Going back to the error-prone dep bei

Re: Building on Java 11

2020-06-03 Thread Robbie Gemmell
Going back to the error-prone dep being added to all the modules, if those need to stay I think it would be good for the scope+optional elements be added as well? I see its being governed in the dependencyManagement addition, but the various modules appear to have those elements for their existing

Re: Building on Java 11

2020-06-03 Thread Robbie Gemmell
Can I ask again about the seemingly broken errorprone-javac config on the branch, which looks to be using a non-existent javac.version property config: "-J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${javac.version}/javac-${javac.version}.jar Looking at https://errorp

Re: Building on Java 11

2020-06-02 Thread michael.andre.pearce
: Clebert Suconic Date: 02/06/2020 18:23 (GMT+00:00) To: Emmanuel Hugonnet Cc: dev@activemq.apache.org Subject: Re: Building on Java 11 that's coolwe should move forward then!On Tue, Jun 2, 2020 at 1:19 PM Emmanuel Hugonnet wrote:>> error-prone 2.4.0 has been released with JD

Re: Building on Java 11

2020-06-02 Thread Clebert Suconic
that's cool we should move forward then! On Tue, Jun 2, 2020 at 1:19 PM Emmanuel Hugonnet wrote: > > error-prone 2.4.0 has been released with JDK 14 and 15 support. > > This might answer your question :) > > Emmanuel > > Le 02/06/2020 à 18:31, Clebert Suconic a écrit : > > But I think it sho

Re: Building on Java 11

2020-06-02 Thread Emmanuel Hugonnet
error-prone 2.4.0 has been released with JDK 14 and 15 support. This might answer your question :) Emmanuel Le 02/06/2020 à 18:31, Clebert Suconic a écrit : > But I think it should be on anything 11+ > > I would rather avoid having to re-address this again in the future, > and be generic enough.

Re: Building on Java 11

2020-06-02 Thread Clebert Suconic
But I think it should be on anything 11+ I would rather avoid having to re-address this again in the future, and be generic enough. What's holding the build on JDK 13? is it error prone for sure or something else? On Tue, Jun 2, 2020 at 5:56 AM Emmanuel Hugonnet wrote: > > Hello, > > I' ve upd

Re: Building on Java 11

2020-06-02 Thread Emmanuel Hugonnet
Hello, I' ve updated my branch and rebased on current master from clebert's branch. It passes a simple build on java 11.0.6 Cheers, Emmanuel Le 08/05/2020 à 19:47, Clebert Suconic a écrit : > Oh wow.. that's awesome. > > > Can we do the migration after the 2.13.0 release? I have pretty much >

Re: Building on Java 11

2020-05-29 Thread Robbie Gemmell
Ok, shame. I'd probably ditch it for now given that and the other issues with newer JDKs. Or maybe it could be profile'd so it only worked on JDK 8 with the older minimal config, and just ensure it runs in CI? Save covering every module with dep bits for it. Regardless, point still stands about th

Re: Building on Java 11

2020-05-29 Thread Clebert Suconic
But I wouldn’t hold jdk upgrade over it. Just setting out priorities. On Fri, May 29, 2020 at 12:56 PM Emmanuel Hugonnet wrote: > Well it discovers some issues like > > activemq-artemis/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/check/QueueCheck.java:[104,55] > [FormatS

Re: Building on Java 11

2020-05-29 Thread Emmanuel Hugonnet
Well it discovers some issues like activemq-artemis/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/check/QueueCheck.java:[104,55] [FormatString] extra format arguments: used 0, provided 1 [ERROR] (see https://errorprone.info/bugpattern/FormatString) Le 29/05/2020 à 18:36,

Re: Building on Java 11

2020-05-29 Thread Justin Bertram
I agree 100% on ditching error prone if it's blocking us. Justin On Fri, May 29, 2020 at 11:34 AM Clebert Suconic wrote: > I'm not in love with error prone. if it's blocking us to move to a > newer JDK i say it goes away (at least for now).. if at a later point > it's again compatible we put i

Re: Building on Java 11

2020-05-29 Thread Clebert Suconic
I'm not in love with error prone. if it's blocking us to move to a newer JDK i say it goes away (at least for now).. if at a later point it's again compatible we put it back on. On Fri, May 29, 2020 at 12:21 PM Emmanuel Hugonnet wrote: > > Hello, > > Alas yes as otherwise you need to configure th

Re: Building on Java 11

2020-05-29 Thread Emmanuel Hugonnet
Hello, Alas yes as otherwise you need to configure the compilation with error-prone and jboss logging annotation processor., and future annotation processors. It was the less intrusive way from my point of view. Emmanuel Le 29/05/2020 à 18:10, Robbie Gemmell a écrit : > Is it really necessary

Re: Building on Java 11

2020-05-29 Thread Emmanuel Hugonnet
https://github.com/google/error-prone/issues/1106 *cushon * commented 2 days ago As of 746c15f ,

Re: Building on Java 11

2020-05-29 Thread Robbie Gemmell
Is it really necessary to add error-prone definition to almost every module? Presumably theres some module it isnt defined in. No other workarounds for that? I also wonder about this bit: https://github.com/apache/activemq-artemis/compare/master...clebertsuconic:java_11#diff-600376dffeb79835ede4a0

Re: Building on Java 11

2020-05-29 Thread Emmanuel Hugonnet
I used OpenJDK 11.0.6, didn't try OpenJDK 14. Maybe we should remove error prone for JDK > 11. Emmanuel Le 29/05/2020 à 17:58, Clebert Suconic a écrit : > I have JDK 13 on my mac.. I just tried with the rebase and I got this: > > [ERROR] at > org.codehaus.plexus.classworlds.launcher.Launcher.ma

Re: Building on Java 11

2020-05-29 Thread Robbie Gemmell
there for e.g trying something out. I would however say there should be CI that uses JDK11 (+newer, 15EA is out) once building with it works, to ensure that it is kept working too where desired. Obviously this would be in addition to 8 given its what the releases target. Given the variety of CI envs

Re: Building on Java 11

2020-05-29 Thread Clebert Suconic
No worries... I am just making the ball rolling, perhaps someone else will also be interested on helping out here. On Fri, May 29, 2020 at 11:57 AM Emmanuel Hugonnet wrote: > > I'm a bit overloaded today. I will take a look Tuesday (since Monday is a > public holiday). > > Cheers, > > Emmanuel >

Re: Building on Java 11

2020-05-29 Thread Clebert Suconic
I have JDK 13 on my mac.. I just tried with the rebase and I got this: [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [ERROR] Caused by: java.lang.NoSuchMethodException: com.sun.tools.javac.comp.Resolve.findIdent(com.sun.tools.javac.comp.Env,com.sun.tools.ja

Re: Building on Java 11

2020-05-29 Thread Emmanuel Hugonnet
I'm a bit overloaded today. I will take a look Tuesday (since Monday is a public holiday). Cheers, Emmanuel Le 29/05/2020 à 17:55, Clebert Suconic a écrit : > @Emmanuel: I rebased your branch here: > https://github.com/clebertsuconic/activemq-artemis/tree/java_11 > > Perhaps you may want to tak

Re: Building on Java 11

2020-05-29 Thread Clebert Suconic
@Emmanuel: I rebased your branch here: https://github.com/clebertsuconic/activemq-artemis/tree/java_11 Perhaps you may want to take a look. On Fri, May 29, 2020 at 11:54 AM Clebert Suconic wrote: > > so, if we switched to JDK 11 on the CI, those would still work with > the trick you used? > > On

Re: Building on Java 11

2020-05-29 Thread Emmanuel Hugonnet
Yes, you should be able to build with both JDK 8 and 11. Emmanuel Le 29/05/2020 à 17:54, Clebert Suconic a écrit : > so, if we switched to JDK 11 on the CI, those would still work with > the trick you used? > > On Fri, May 29, 2020 at 11:39 AM Emmanuel Hugonnet > wrote: >> I changed the way the

Re: Building on Java 11

2020-05-29 Thread Clebert Suconic
so, if we switched to JDK 11 on the CI, those would still work with the trick you used? On Fri, May 29, 2020 at 11:39 AM Emmanuel Hugonnet wrote: > > I changed the way the classloaders where working with JDK 11 using the > plateform classloader as the parent instead of null so that I could > acc

Re: Building on Java 11

2020-05-29 Thread Emmanuel Hugonnet
I changed the way the classloaders where working with JDK 11 using the plateform classloader as the parent instead of null so that I could access the required modules. Emmanuel Le 29/05/2020 à 17:37, Clebert Suconic a écrit : > We should come back into this... > > > How did you fix the compatibi

Re: Building on Java 11

2020-05-29 Thread Clebert Suconic
We should come back into this... How did you fix the compatibility tests with JDK 11? do you need JDK 8 to run the compatibility tests? On Fri, May 8, 2020 at 3:19 PM Emmanuel Hugonnet wrote: > > No relation to WildFly, just for the 'fun' of it and because switching my > JAVA_HOME and PATH eac

Re: Building on Java 11

2020-05-08 Thread Emmanuel Hugonnet
No relation to WildFly, just for the 'fun' of it and because switching my JAVA_HOME and PATH each time I wxanted to build was itching me too much ;) It can wait and get some baking :) Emmanuel Le 08/05/2020 à 19:47, Clebert Suconic a écrit : > Oh wow.. that's awesome. > > > Can we do the migra

Re: Building on Java 11

2020-05-08 Thread Clebert Suconic
Oh wow.. that's awesome. Can we do the migration after the 2.13.0 release? I have pretty much everything ready to go (besides a few changes we have to make next week). doing this migration now would probably delay the release. Or you have some requirement for Wildfly that you must do this now?

Building on Java 11

2020-05-08 Thread Emmanuel Hugonnet
Hello, When i need to work on Apache ActiveMQ Artemis I need to switch my local environement to use OpenJDK 8 instead of the default OpenJDK 11 which I use to develop. I have started a branch https://github.com/ehsavoie/activemq-artemis/tree/java_11 which builds on OpenJDK 8 and 11 with the fa

Re: Building Errors

2020-04-30 Thread Arthur Naseef
You should not see any problems with mixing versions. With that said, please test before rolling out to production. In our history, we have had a couple of unintentional version-mismatch issues arise, so they are very rare, but not impossible. Art On Thu, Apr 30, 2020 at 4:04 AM goutamknit wr

Re: Building Errors

2020-04-30 Thread goutamknit
HI, We are going to upgrade activemq 5.14.5 to 5.15.5 . To understand compatibillity matrix between client and broker i search on documentation but do not found any thing. So can we have broker on 5.14.5 and client on 5.15.5 vice-versa, do we have issue with that? Any reference of documentation

Re: Building Errors

2019-12-09 Thread goutamknit
Hi Jean, Thank you for the update. Is there any time line when we can expect release of 5.16.0. Also if possible can you share the commit id about the fix in 5.16.0 version. Thanks GG -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: Building Errors

2019-12-07 Thread Jean-Baptiste Onofré
Hi, I already fix it for 5.16.0 (it's on a local branch) upgrading to maven-bundle-plugin 4.2.1. I didn't upgrade on the 5.15.x branch as it requires changes on the OSGi headers. I will push the PR soon. Regards JB On 07/12/2019 19:48, goutamknit wrote: > Hi > I am trying to build ActiveMQ 5.

Re: Building Errors

2019-12-07 Thread goutamknit
Hi I am trying to build ActiveMQ 5.15.10 I too get lot of Error and warning, but at the end build is successful. java.lang.ArrayIndexOutOfBoundsException: 18 at aQute.lib.osgi.Clazz.parseClassFile(Clazz.java:448) at aQute.lib.osgi.Clazz.parseClassFile(Clazz.java:369) at aQ

Re: Building Errors

2019-04-04 Thread Christopher Shannon
You don't need to worry about the errors if it built successfully so you are good to go. The plugin needs to be upgraded/fixed but it doesn't affect the actual build. It should be fixed for 5.16.0 as the maven plugins will be updated for that in order to hopefully support JDK 11. On Thu, Apr 4, 20

Re: Building Errors

2019-04-04 Thread rvWinkle
Thanks a lot. I have a successful build now. But what should I do with those errors and warnings? What I got is a workable system? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: Building Errors

2019-04-04 Thread Christopher Shannon
You need to increase the heap space given to Maven. On Thu, Apr 4, 2019 at 5:10 AM rvWinkle wrote: > I have errors while building ActiveMQ-5.15.9 from sources from github. > I'm using maven 3.6.0 > My WARNINGS and ERRORS (all mvn output in an attached file ) > [INFO] S

Building Errors

2019-04-04 Thread rvWinkle
I have errors while building ActiveMQ-5.15.9 from sources from github. I'm using maven 3.6.0 My WARNINGS and ERRORS (all mvn output in an attached file ) [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective mode

Re: Building ActiveMQ

2017-07-10 Thread skis
Thanks Christopher, Let me cleanup try again. On Jul 10, 2017 9:09 AM, "Christopher Shannon" wrote: Have you checked out the lasted actievmq-5.15.x branch? Master is currently 5.16.0-SNAPSHOT and activemq-5.15.x is set to 5.15.1-SNAPSHOT. I just tested and I was able to compile on both (mvn cle

Re: Building ActiveMQ

2017-07-10 Thread Christopher Shannon
Have you checked out the lasted actievmq-5.15.x branch? Master is currently 5.16.0-SNAPSHOT and activemq-5.15.x is set to 5.15.1-SNAPSHOT. I just tested and I was able to compile on both (mvn clean install -DskipTests) without issue. On Sun, Jul 9, 2017 at 1:31 PM, skis wrote: > Hey All, > I am

Building ActiveMQ

2017-07-09 Thread skis
Hey All, I am trying to build the ActiveMQ source code and ran into compilation failures. Maven complains of not being able to find a certain dependency. Verified the .m2 settings, local .m2 repository directory and confirmed that the required artifact is available. I followed the directions at h

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

2016-06-28 Thread jdanekrh
Github user jdanekrh commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/602#discussion_r68778972 --- Diff: docs/hacking-guide/en/building.md --- @@ -23,9 +23,9 @@ Install `NPM` using the instructions below The new npm-shrinkwrap.json

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

2016-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/602 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

2016-06-27 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/602#discussion_r68618378 --- Diff: docs/hacking-guide/en/building.md --- @@ -23,9 +23,9 @@ Install `NPM` using the instructions below The new npm-shrinkwrap

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

2016-06-26 Thread jdanekrh
Github user jdanekrh commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/602#discussion_r68509308 --- Diff: docs/hacking-guide/en/building.md --- @@ -23,9 +23,9 @@ Install `NPM` using the instructions below The new npm-shrinkwrap.json

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

2016-06-26 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/602#discussion_r68509150 --- Diff: docs/hacking-guide/en/building.md --- @@ -23,9 +23,9 @@ Install `NPM` using the instructions below The new npm-shrinkwrap.json

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

2016-06-26 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/activemq-artemis/pull/602 NO-JIRA update building instructions on Fedora The npm command is now provided by the package nodejs. Attempt to install the npm package fails with the following message (if nodejs

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Jamie G.
;>> >>> Oddly it's using 20 minutes into the epoch as the time, and then somehow >>> expecting a different result if that returns 8 and 50 as follows: >>> >>> if (startHours == 8 && startMinutes == 50) { >>> >>> >>

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Jamie G.
>> >> Oddly it's using 20 minutes into the epoch as the time, and then somehow >> expecting a different result if that returns 8 and 50 as follows: >> >> if (startHours == 8 && startMinutes == 50) { >> >> >> >> -- &g

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Jamie G.
g 20 minutes into the epoch as the time, and then somehow > expecting a different result if that returns 8 and 50 as follows: > > if (startHours == 8 && startMinutes == 50) { > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/B

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread artnaseef
startHours == 8 && startMinutes == 50) { -- View this message in context: http://activemq.2283324.n4.nabble.com/Building-AMQ-5-13-1-from-tag-tp4707866p4707888.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Timothy Bish
er box and passes >>> there as well. >>> >>>> On Fri, Feb 19, 2016 at 1:26 PM, Timothy Bish >>> wrote: >>>>> On 02/19/2016 11:34 AM, Jamie G. wrote: >>>>>> Hi All, >>>>>> >>>>>> I'm attemptin

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Jamie G.
en invocation? I'm just using mvn clean install. >>> >>> same here, didn't do anything special, tried on another box and passes >>> there as well. >>> >>> > >>> > On Fri, Feb 19, 2016 at 1:26 PM, Timothy Bish >>> wrote: >

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Jamie G.
another box and passes >> there as well. >> >> > >> > On Fri, Feb 19, 2016 at 1:26 PM, Timothy Bish >> wrote: >> >> On 02/19/2016 11:34 AM, Jamie G. wrote: >> >>> Hi All, >> >>> >> >>> I'm attempting t

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Christopher Shannon
st using mvn clean install. > > same here, didn't do anything special, tried on another box and passes > there as well. > > > > > On Fri, Feb 19, 2016 at 1:26 PM, Timothy Bish > wrote: > >> On 02/19/2016 11:34 AM, Jamie G. wrote: > >>> Hi All, &

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Timothy Bish
>> On 02/19/2016 11:34 AM, Jamie G. wrote: >>> Hi All, >>> >>> I'm attempting to building AMQ 5.13.1 from tag in order to test some >>> changes I'm making for AMQ-6176. >>> >>> When i try to build AMQ 5.13.1 I see: >>&

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Jamie G.
OK, Was there any special maven invocation? I'm just using mvn clean install. On Fri, Feb 19, 2016 at 1:26 PM, Timothy Bish wrote: > On 02/19/2016 11:34 AM, Jamie G. wrote: >> Hi All, >> >> I'm attempting to building AMQ 5.13.1 from tag in order to test some >

Re: Building AMQ 5.13.1 from tag

2016-02-19 Thread Timothy Bish
On 02/19/2016 11:34 AM, Jamie G. wrote: > Hi All, > > I'm attempting to building AMQ 5.13.1 from tag in order to test some > changes I'm making for AMQ-6176. > > When i try to build AMQ 5.13.1 I see: > > Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elap

Building AMQ 5.13.1 from tag

2016-02-19 Thread Jamie G.
Hi All, I'm attempting to building AMQ 5.13.1 from tag in order to test some changes I'm making for AMQ-6176. When i try to build AMQ 5.13.1 I see: Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec <<< FAILURE! - in org.apache.activemq.broker.sched

Re: Getting problem with ActiveMQ CMS building.

2015-05-28 Thread Timothy Bish
On 05/27/2015 09:48 PM, Ds wrote: > Hello, > I'm building CMS on Ubuntu 12.04LTS following the building guide on > http://activemq.apache.org/cms/building.html > > I get trouble when I run: make. > Can you help me? > > Thanks a lot. Seems there is somethi

Getting problem with ActiveMQ CMS building.

2015-05-28 Thread Ds
Hello, I'm building CMS on Ubuntu 12.04LTS following the building guide on http://activemq.apache.org/cms/building.html I get trouble when I run: make. Can you help me? Thanks a lot. The information on the terminal are: make[2]: Leaving directory `/home/southernduck/Desktop/activem

Re: building activemq-cpp failed on Mac OS X 10.5

2014-06-17 Thread Timothy Bish
tions will be appreciated. -- View this message in context: http://activemq.2283324.n4.nabble.com/building-activemq-cpp-failed-on-Mac-OS-X-10-5-tp4682213.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. I don't think it's been tested on that version so you'

building activemq-cpp failed on Mac OS X 10.5

2014-06-17 Thread shirley
View this message in context: http://activemq.2283324.n4.nabble.com/building-activemq-cpp-failed-on-Mac-OS-X-10-5-tp4682213.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

[jira] [Resolved] (AMQ-5176) Support building ActiveMQ using Java 8 JDK

2014-06-11 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac resolved AMQ-5176. Resolution: Fixed This is fixed > Support building ActiveMQ using Java 8

[jira] [Updated] (AMQ-5176) Support building ActiveMQ using Java 8 JDK

2014-06-11 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac updated AMQ-5176: --- Fix Version/s: (was: 5.11.0) 5.10.0 > Support building ActiveMQ using Jav

[jira] [Commented] (AMQCPP-517) Can anyone to help me.....to building a function in C that send a message to insert in queue of Apollo??

2013-10-16 Thread Timothy Bish (JIRA)
sion-forums.html > Can anyone to help me.to building a function in C that send a message to > insert in queue of Apollo?? > > > Key: AMQCPP-517 >

[jira] [Commented] (AMQCPP-517) Can anyone to help me.....to building a function in C that send a message to insert in queue of Apollo??

2013-10-16 Thread Vilmar Resende (JIRA)
you help me?? I need to building ActiveMQ-CPP with C++. Do you have a clue or tip??? Tks. VIlmar Resende from Brazil 2013/10/9 Timothy Bish (JIRA) -- *ViLMeR_**ReSeNDe* Vida é rsrsrsrsrs (risadas mesmo, não RS) > Can anyone to help me.to building a function in C that send a mes

[jira] [Closed] (AMQCPP-517) Can anyone to help me.....to building a function in C that send a message to insert in queue of Apollo??

2013-10-09 Thread Timothy Bish (JIRA)
Can anyone to help me.to building a function in C that send a message to > insert in queue of Apollo?? > > > Key: AMQCPP-517 > URL: https://issu

[jira] [Created] (AMQCPP-517) Can anyone to help me.....to building a function in C that send a message to insert in queue of Apollo??

2013-10-09 Thread Vilmar Resende (JIRA)
Vilmar Resende created AMQCPP-517: - Summary: Can anyone to help me.to building a function in C that send a message to insert in queue of Apollo?? Key: AMQCPP-517 URL: https://issues.apache.org/jira/browse

Re: Building Activemq on Mac

2013-07-25 Thread mikehzt
gt;> in the top level bin directory. When I try running the bin/activemq file >> I >> get the following error: >> ERROR: /Users/mhtbk/ASF/actmq./assembly/src/release/bin/activemq.jar >> does not exist >> >> I uploaded my build.log file

[jira] [Created] (AMQ-4652) Java 8 building error

2013-07-25 Thread Greg Bakos (JIRA)
Greg Bakos created AMQ-4652: --- Summary: Java 8 building error Key: AMQ-4652 URL: https://issues.apache.org/jira/browse/AMQ-4652 Project: ActiveMQ Issue Type: Bug Environment: Ubuntu 13.04

Re: Building Activemq on Mac

2013-07-25 Thread Gary Tully
each warning I > received, the error I received and the successful build message I received > after building. > > Can you offer any help? > > Thanks much > Mike > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Building-Activ

Re: Building Activemq on Mac

2013-07-24 Thread mikehzt
example of each warning I received, the error I received and the successful build message I received after building. Can you offer any help? Thanks much Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/Building-Activemq-on-Mac-tp4669647p4669693.html Sent from the A

Re: Building Activemq on Mac

2013-07-24 Thread Timothy Bish
://activemq.2283324.n4.nabble.com/Building-Activemq-on-Mac-tp4669647.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. You don't need either of those to build ActiveMQ. Those are libraries used by the native C++ client. -- Tim Bish Sr Software Engineer | RedHat Inc.

Building Activemq on Mac

2013-07-24 Thread mikehzt
I want to build ActiveMQ on a mac under the following: OS X 10.6.8 (Snow Leopard) maven version 3.0.4 JDK version 1.6.0_51 My first question is whether e2fsprogs and CppUnit must be installed first? Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Building

Re: Building activemq-cpp-library using stlport without streams

2013-07-01 Thread Timothy Bish
.2283324.n4.nabble.com/Building-activemq-cpp-library-using-stlport-without-streams-tp4668640.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. Don't think so, internally stream are used in some places -- Tim Bish Sr Software Engineer | RedHat Inc. tim.b...@redha

Building activemq-cpp-library using stlport without streams

2013-06-27 Thread atarutin
Is there any way to use (build) activemq-cpp-library without stl streams? I use stlport without streams, so maybe somebody has already met the same problem. Is there any solution? Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/Building-activemq-cpp

snapshot dailys and building source jar

2012-02-13 Thread mserrano
ources jar. How does the project generally build this jar? I've tried the sources plugin with the following negative result. Despite the BUILD SUCCESS message the plugin indicates that it is not building the sources jar. Any suggestions? Thanks, Martin -- View this message in contex

[jira] [Resolved] (AMQ-3259) Building with NetBeans 7.0 RC1 (w/ Maven 3.0.3) exposed malformed projects.

2011-08-03 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-3259. --- Resolution: Fixed Fix Version/s: 5.6.0 fixed in trunk. > Building with NetBeans 7.0 RC1

[jira] [Updated] (AMQ-3259) Building with NetBeans 7.0 RC1 (w/ Maven 3.0.3) exposed malformed projects.

2011-04-20 Thread Robert Liguori (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Liguori updated AMQ-3259: Summary: Building with NetBeans 7.0 RC1 (w/ Maven 3.0.3) exposed malformed projects. (was: Building

[jira] [Created] (AMQ-3259) Building with NetBeans 7.0 RC1 (w/ Maven 3.0.3) exposed malfored projects.

2011-04-03 Thread Robert Liguori (JIRA)
Building with NetBeans 7.0 RC1 (w/ Maven 3.0.3) exposed malfored projects. -- Key: AMQ-3259 URL: https://issues.apache.org/jira/browse/AMQ-3259 Project: ActiveMQ Issue

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread andreas.meinecke
etFloat(class > > > > std::basic_string,class > > > > std::allocator > const &)const '::`1'::catch$15" > > > > > > > > (?catch$15@?0??getFloat@ActiveMQMapMessage@commands@activemq@@UEBAMAEBV?$basic_string@DU?$char_traits@D@std@@V

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread Timothy Bish
On Fri, 2011-01-21 at 07:36 -0800, andreas.meinecke wrote: > Am 21.01.2011 16:21, schrieb Timothy Bish [via ActiveMQ]: > > On Fri, 2011-01-21 at 07:15 -0800, andreas.meinecke wrote: > > > > > Am 21.01.2011 15:48, schrieb Timothy Bish [via ActiveMQ]: > > > > On Fri, 2011-01-21 at 06:40 -0800, andrea

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread andreas.meinecke
(void)const " > > (?isExpired@Message@commands@activemq@@UEBA_NXZ) > > 1>libactivemq-cppd.lib(ActiveMQObjectMessage.obj) : error LNK2001: > > unresolved external symbol "public: virtual bool __cdecl > > activemq::commands::Message::isExpired(void)const " > >

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread Timothy Bish
On Fri, 2011-01-21 at 07:15 -0800, andreas.meinecke wrote: > Am 21.01.2011 15:48, schrieb Timothy Bish [via ActiveMQ]: > > On Fri, 2011-01-21 at 06:40 -0800, andreas.meinecke wrote: > > > > > Am 21.01.2011 15:25, schrieb Timothy Bish [via ActiveMQ]: > > > > On Fri, 2011-01-21 at 06:18 -0800, andrea

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread andreas.meinecke
(ActiveMQBytesMessage.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl activemq::commands::Message::isExpired(void)const " (?isExpired@Message@commands@activemq@@UEBA_NXZ) 1>libactivemq-cppd.lib(ActiveMQMessage.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl activemq::commands::Message::isExpired(void)const " (?isExpired@Message@commands@activemq@@UEBA_NXZ) 1>libactivemq-cppd.lib(ActiveMQStreamMessage.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl activemq::commands::Message::isExpired(void)const " (?isExpired@Message@commands@activemq@@UEBA_NXZ) ... Yes, i have checked the settings in the examples included in the activemq-cpp vs2008 project and my settings are the same. best regards, Andreas -- View this message in context: http://activemq.2283324.n4.nabble.com/Building-ActiveMQCpp-3-2-4-on-Windows-7-x64-tp3229732p3229865.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread Timothy Bish
On Fri, 2011-01-21 at 06:40 -0800, andreas.meinecke wrote: > Am 21.01.2011 15:25, schrieb Timothy Bish [via ActiveMQ]: > > On Fri, 2011-01-21 at 06:18 -0800, andreas.meinecke wrote: > > > > > Hey all, > > > > > > i am trying to build the ActiveMQCpp libraries for windows x64 with > > vs2008. > > >

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread andreas.meinecke
best regards, Andreas -- Dipl.-Ing. Andreas Meinecke Otto-von-Guericke-Universität Magdeburg SFB/Transregio 62 G03-202 Universitätsplatz 2 39106 Magdeburg Telefon: 0391 67-12415 (18887) www.ovgu.de -- View this message in context: http://activemq.2283324.n4.nabble.com/Building-ActiveMQCpp-3-2-4-on-Windows-7-x64-tp3229732p3229788.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread Timothy Bish
On Fri, 2011-01-21 at 06:18 -0800, andreas.meinecke wrote: > Hey all, > > i am trying to build the ActiveMQCpp libraries for windows x64 with vs2008. > > When i build it in debug mode x64, everything went fine until i try to link > the libactivemq-cppd.lib from an other project. Here i get about

Building ActiveMQCpp 3.2.4 on Windows 7 x64

2011-01-21 Thread andreas.meinecke
tried to build the DebugDLL configuration, but here i get about 1500 unresolved external symbol errors during linking. Any hints? best regards, Andreas -- View this message in context: http://activemq.2283324.n4.nabble.com/Building-ActiveMQCpp-3-2-4-on-Windows-7-x64-tp3229732p3229732.html Sent

Re: Undefined symbols of building ActiveMQ-CPP with Sun CC5.8

2009-05-29 Thread ymjzxw
I have an old or wrong CC compiler? >>> >> >>> >> Thanks >>> > >>> > I'm not sure on the exact Sun Compilers that people have used to build >>> > with, Sun compilers have always been a mystery to me. It looks like >>> the >>> > code wasn't built with the stlport4 option, since you said its been >>> > added then I'd make sure you did a clean build with it added. >>> > >>> > The STLPort stuff should get added automatically buy the configure >>> > script If you follow the recommendations on the FAQ page here: >>> > http://activemq.apache.org/cms/using-the-solaris-cc-compiler.html >>> > >>> > Regards >>> > Tim. >>> > >>> > -- >>> > Tim Bish >>> > http://fusesource.com >>> > http://timbish.blogspot.com/ >>> > >>> > >>> > >>> > >>> > >>> >> >> I don't see anything that looks wrong with what you have done. I'm not >> sure why the stlport stuff isn't getting added for you. I will say that >> the 3.0 code has not been built on a Solaris machine as far as I know, I >> don't have access to one myself. I'd make sure you use the latest code >> from SVN right now as there have been some fixes since the last release >> candidate. >> >> Regards >> Tim. >> >> >> -- >> Tim Bish >> http://fusesource.com >> http://timbish.blogspot.com/ >> >> >> >> >> > > -- View this message in context: http://www.nabble.com/Undefined-symbols-of-building-ActiveMQ-CPP-with-Sun-CC5.8-tp23655010p23789597.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Undefined symbols of building ActiveMQ-CPP with Sun CC5.8

2009-05-22 Thread ymjzxw
e exact Sun Compilers that people have used to build >> > with, Sun compilers have always been a mystery to me. It looks like >> the >> > code wasn't built with the stlport4 option, since you said its been >> > added then I'd make sure you did a clean build

Re: Undefined symbols of building ActiveMQ-CPP with Sun CC5.8

2009-05-22 Thread Timothy Bish
On Thu, 2009-05-21 at 19:17 -0700, ymjzxw wrote: > Hi Tim, > > I do have set CC and CXX environment variables before config, but I did not > see -library=stlport4 option was added to the Makefile both of src/main and > src/example after config. > > It had compile errors until I added this option

  1   2   3   >