Commit Graph

73 Commits

Author SHA1 Message Date
Hiram R. Chirino 510bf9b5da Merged in release chagnes from 4.1... generating the run.jar as seperate module now. And started using a
common assembly configuration for bits that are the same on both windows and unix



git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@646460 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 18:17:02 +00:00
Hiram R. Chirino dd2d911bc7 Included the jta stuff in the distro..
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@646053 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 19:52:10 +00:00
Hiram R. Chirino af27811a75 Merged in the rest of djencks's release changes from the 4.1 branch
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@645991 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 16:28:08 +00:00
Hiram R. Chirino f45ef8d319 Merging in release changes that djencks has been doing to the 4.1 branch
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@645959 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 14:57:40 +00:00
James Strachan 95fcceb00e added missing jars caused by upgrade to spring 2.5.1
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@636330 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 14:00:18 +00:00
Hiram R. Chirino 4c978f17bb Applying patch: https://issues.apache.org/activemq/browse/AMQ-1493 Thx Dejan.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@612548 13f79535-47bb-0310-9956-ffa450edef68
2008-01-16 19:29:10 +00:00
Hiram R. Chirino 01215e240d Updated version number now that 5.0.0 is out the door
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@605972 13f79535-47bb-0310-9956-ffa450edef68
2007-12-20 16:23:16 +00:00
James Strachan 2d5a099074 include the STAX API jars in the distro
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@583188 13f79535-47bb-0310-9956-ffa450edef68
2007-10-09 15:14:20 +00:00
Hiram R. Chirino 5f96839259 Moved the camel-activemq module into the activemq-core module to break the circular dependency between the activemq and camel projects.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@573615 13f79535-47bb-0310-9956-ffa450edef68
2007-09-07 15:44:45 +00:00
James Strachan 9cde47f42c Patched the ActiveMQ build to work with Camel 1.1
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@564622 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 15:39:05 +00:00
Adrian T. Co 073f05cc6f Created an activemq-all.jar bundle
http://issues.apache.org/activemq/browse/AMQ-1318

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@555882 13f79535-47bb-0310-9956-ffa450edef68
2007-07-13 05:45:09 +00:00
James Strachan 9840a420cf Fixed up the assembly so that the embedded camel routes actually work; they were dependent on the JTA jar being present so this was causing ClassNotFoundException if you actually fired messages into the from queue
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@553763 13f79535-47bb-0310-9956-ffa450edef68
2007-07-06 06:51:12 +00:00
James Strachan b0538fcc66 added support for AMQ-1307 so that enterprise integration patterns can be used easily in the broker. For more help see the documentation: http://cwiki.apache.org/ACTIVEMQ/enterprise-integration-patterns.html
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@552926 13f79535-47bb-0310-9956-ffa450edef68
2007-07-03 17:37:10 +00:00
Hiram R. Chirino 8f8ff58f8c Updated the pom version from 4.2-SNAPSHOT to 5.0-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@545505 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 13:55:40 +00:00
James Strachan 87f75b2de7 applied patch for AMQ-1241 to allow the web console to be run against an embedded, invm, properties or remote broker. Many thanks to Mario Siegenthaler for the patch!
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@541306 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 14:14:49 +00:00
James Strachan a1904ea1e7 Fixed up the poms so the build works again :)
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@527938 13f79535-47bb-0310-9956-ffa450edef68
2007-04-12 13:36:43 +00:00
James Strachan dc69022697 Added patch for AMQ-1075 so that the fileserver web app is included in the assembly
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@527705 13f79535-47bb-0310-9956-ffa450edef68
2007-04-11 22:16:48 +00:00
James Strachan 3028a2faa1 added an embedded jetty server to host the web-console in the default activemq.xml for AMQ-1194
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@517713 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 14:48:44 +00:00
James Strachan 24984276fc Tidied up the activemq.xml file shipped in the distro. Also by default we now embded Jetty so that we can include the web console, or an out of band file transfer mechanism by default
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516442 13f79535-47bb-0310-9956-ffa450edef68
2007-03-09 15:52:13 +00:00
Hiram R. Chirino e17e5eca88 Updated version to remove the "incubator" bit.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@504248 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 19:09:51 +00:00
James Strachan d9ca5c07fd fix for AMQ-1151 to include the activemq-xmpp jar in the binary distro - along with including the shell scripts in the zip
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@503688 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 14:05:29 +00:00
Frederick G. Oconer e413e8711b AMQ-1091
Changes:
1. Fix assembly-src profile by providing the correct path to unix-src.xml and windows-src.xml assembly descriptor.
2. Commented out excluded "data" dir in source assembly descriptor because it wasn't including the data package in activemq-core.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@486479 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 03:33:29 +00:00
Hiram R. Chirino 69e5439718 More Java 5 Ehancements.
- Use activeio-3.1 snapshot since that has been upgraded to Java 5
 - Don't need mx4j since Java 5 includes a JMX server



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@476007 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 00:56:16 +00:00
Hiram R. Chirino 86cbdfd5db Switching to Java 5.. Build and Runtime now require Java 5 see: http://www.nabble.com/Switching-to-ActiveMQ-4.2-to-Java-5----tf2637427.html
- Update maven build
- Removed dependency on concurrent-backport



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475999 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 00:29:03 +00:00
Hiram R. Chirino f3105202ef Tweaked out the source distro assembly
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475068 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 00:00:28 +00:00
Hiram R. Chirino cdf6bee977 Added a source distro assembly
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474976 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 20:59:57 +00:00
Hiram R. Chirino 636e37b376 Don't include activecluster as dependency since it not :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474523 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 21:18:54 +00:00
Hiram R. Chirino 8be1b5eb5a Reving up version
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@472518 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 15:27:38 +00:00
Hiram R. Chirino afcb55e547 Use released versions of the plugins
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452662 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 22:44:54 +00:00
Frederick G. Oconer 5e5febb4de AMQ-859: nightly snapshots to include source distro.
Added src-bin.xml and modified assembly/pom.xml to include a build for creating the source distro.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428970 13f79535-47bb-0310-9956-ffa450edef68
2006-08-05 07:07:09 +00:00
Hiram R. Chirino 96d92110a3 Applied new source header boiler plate per http://www.apache.org/legal/src-headers.html
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426370 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 03:22:58 +00:00
Hiram R. Chirino 8176dca67f http://issues.apache.org/activemq/browse/AMQ-846
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425637 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 06:07:11 +00:00
Hiram R. Chirino b2aa074966 https://issues.apache.org/activemq/browse/AMQ-701
The zip is now tunned for windows and the tar.* packages are tunned for unix.  
The zip file bin directory only contains .bat files and all text files use dos line endings.
the tar file bin directory only contains the shell files and all text files use the unix line endings.




git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421654 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:01:51 +00:00
Frederick G. Oconer b662f6065c Removed relativepath element in parent declaration.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420267 13f79535-47bb-0310-9956-ffa450edef68
2006-07-09 09:11:22 +00:00
James Strachan 288f8767c3 added activemq-jaas to the assembly to fix AMQ-801
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419850 13f79535-47bb-0310-9956-ffa450edef68
2006-07-07 09:24:38 +00:00
Frederick G. Oconer 8eb04d6b95 Bug: run.jar is not correctly created.
Fix: added ant plugin to crete the run.jar because the assembly plugin doesn't correctly create it.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412975 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 08:18:20 +00:00
Frederick G. Oconer 8f3f4e1ae0 Fixed pom.xml format error.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412958 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 07:07:52 +00:00
Frederick G. Oconer a1ba6e0325 Updates:
1. Added plugin that will start Broker
2. Updated assembly pom to include the new plugin but still commented out.
3. Updated memtest plugin dependency version config.
4. Updated root pom.xml to use https on scm connection.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412955 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 06:54:32 +00:00
Hiram R. Chirino f0d409fec6 fix the scm info for continum.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412813 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 17:43:54 +00:00
Frederick G. Oconer edfe3df36b changed prefix consumer and producer to "client". Also, the broker can be started in activemq-perftest instead in the assembly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412301 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 06:17:14 +00:00
Hiram R. Chirino bc7aa98d45 trunk has moved onto 4.1 development.. if you want to work on 4.0.1 stuff, co the 4.0 branch!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411906 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 20:16:30 +00:00
Frederick G. Oconer 02dff3c0d3 commented out performance test plugin.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411841 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 16:09:43 +00:00
Frederick G. Oconer 264f0a3732 initial support for generating report xml file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411835 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 15:57:39 +00:00
James Strachan a37fa0d6f3 disabled use of activemq-perf plugin to avoid build failing
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410889 13f79535-47bb-0310-9956-ffa450edef68
2006-06-01 16:58:16 +00:00
Frederick G. Oconer 2139881476 Renamed perf plugin to activemq-perf and added plugin that will start broker in assembly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410534 13f79535-47bb-0310-9956-ffa450edef68
2006-05-31 14:16:18 +00:00
Gregory John Wilkins 52cdf3dd4f fixed ID issue with assembly plugin - as per patch from Carlos for MASSEMBLY-49
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410455 13f79535-47bb-0310-9956-ffa450edef68
2006-05-31 08:08:13 +00:00
James Strachan 10edc94224 used new single goal which avoids the recursive build issue
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409650 13f79535-47bb-0310-9956-ffa450edef68
2006-05-26 11:39:36 +00:00
Frederick G. Oconer fd43325c2b changes:
1. Fix for assembly build.
2. Fix for jar deploy.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409633 13f79535-47bb-0310-9956-ffa450edef68
2006-05-26 10:47:42 +00:00
Guillaume Nodet 06b94f1220 Fix assembly recursive problems
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409145 13f79535-47bb-0310-9956-ffa450edef68
2006-05-24 11:45:21 +00:00
Frederick G. Oconer 97998ad6da Added activemq-web dependency in lib/optional.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409134 13f79535-47bb-0310-9956-ffa450edef68
2006-05-24 11:00:19 +00:00