Re: Separate client/server packages...

2006-10-05 Thread James Strachan
On 10/4/06, Komandur [EMAIL PROTECTED] wrote: Is there a way to generate a light weight clientside package (without any broker specifics) when a version is released ? You could try patching the maven build to make a new smaller client jar if you like? -- James ---

[jira] Resolved: (AMQ-954) Compilation error when building activemq-web with test enabled.

2006-10-05 Thread Fritz Oconer (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-954?page=all ] Fritz Oconer resolved AMQ-954. -- Resolution: Fixed Done, the updated the activemq-core-test.jar with the correct content. Compilation error when building activemq-web with test enabled.

[jira] Created: (AMQ-956) Build Issue on snapshot timestamp when downloading transitive dependencies.

2006-10-05 Thread Fritz Oconer (JIRA)
Build Issue on snapshot timestamp when downloading transitive dependencies. --- Key: AMQ-956 URL: https://issues.apache.org/activemq/browse/AMQ-956 Project: ActiveMQ

[jira] Resolved: (AMQ-956) Build Issue on snapshot timestamp when downloading transitive dependencies.

2006-10-05 Thread Fritz Oconer (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-956?page=all ] Fritz Oconer resolved AMQ-956. -- Resolution: Fixed Done, created an activemq-version property that will be used instead of using ${pom.version}. Build Issue on snapshot timestamp when

[jira] Commented: (AMQ-956) Build Issue on snapshot timestamp when downloading transitive dependencies.

2006-10-05 Thread Fritz Oconer (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-956?page=comments#action_37105 ] Fritz Oconer commented on AMQ-956: -- revision: 453166 Build Issue on snapshot timestamp when downloading transitive dependencies.

[jira] Commented: (AMQ-876) Kaha DB cannot locate queue data files

2006-10-05 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-876?page=comments#action_37106 ] Rob Davies commented on AMQ-876: Hi Vadim, would you mind trying the latest code ? I've done some bug fixes in the kaha area today - unfortunately one of the bug

Re: [activemq-cpp] It now compiles under cygwin

2006-10-05 Thread Hiram Chirino
Yep! You still need to generate the ./configure file in the base directory using ./autogen.sh but then do a: mkdr out cd out ../configure make On 10/5/06, Bish, Tim [EMAIL PROTECTED] wrote: Is there anyway that this build system can be modified to put the object files and other build

RE: [activemq-cpp] It now compiles under cygwin

2006-10-05 Thread Bish, Tim
What happens when I add new classes, do I have to rerun ./configure everytime I and files to the Makefile.am? I know nothing about automake. I've noticed that the builds seem to take about twice as long as they used to. Yep! You still need to generate the ./configure file in the base

[jira] Commented: (AMQ-813) can get a shutdown hang when using embedded broker with VM transport along with the activemq-web module

2006-10-05 Thread Gray Watson (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-813?page=comments#action_37110 ] Gray Watson commented on AMQ-813: - This seems to generate another fault. With 4.1.0.0-fuse, I'm get a whole ton of the following, possibly in an infinite loop:

Re: [activemq-cpp] It now compiles under cygwin

2006-10-05 Thread Hiram Chirino
On 10/5/06, Bish, Tim [EMAIL PROTECTED] wrote: What happens when I add new classes, do I have to rerun ./configure everytime I and files to the Makefile.am? I know nothing about when you modify the Makefile.am files, re-run ./autogen.sh and then ./configure automake. I've noticed that the