summaryrefslogtreecommitdiff
path: root/java/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* This commit is for QPID-992 and QPID-993Rajith Muditha Attapattu2008-05-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build.xml ========== I added the broker-plugins as a module to the ant build system. This was nessacery to get the plugins jar generated for QPID-993. In general when we add extra exchanges as plugins we want release this as a separate jar common.xml ========== Added a property build.plugins. This is used to create the plugins dir that is used for PluginTest noted in QPID-993. module.xml ========== Creats the folder identified by build.plugins copys the plugins jar to the above folder before the tests are run Added the following system properties when running tests "example.plugin.target" to build.plugins - required for QPID-993 "QPID_EXAMPLE_HOME" and "QPID_HOME" is to project.root/broker to pick up the config files in etc - required for QPID-992. build.deps ========== added common libs and felix libs for the broker-plugins module. This is for QPID-993 acl.config.xml ============== Added TempQueue as a routing key allowed for publish to amq.direct for user "server" This was done for QPID-992 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-832 sync build stuff from thegreatmergeAidan Skinner2008-04-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651124 13f79535-47bb-0310-9956-ffa450edef68
* QPID-898: move bz2 generation from the release target to a new release-all ↵Nuno Santos2008-04-041-1/+3
| | | | | | target git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@644732 13f79535-47bb-0310-9956-ffa450edef68
* make build.xml files backward-compatible with ant 1.6.5, by replacing ant ↵Nuno Santos2008-03-241-6/+11
| | | | | | 1.7 specific tasks/extensions git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@640503 13f79535-47bb-0310-9956-ffa450edef68
* added client/example to the buildRafael H. Schloming2008-02-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627531 13f79535-47bb-0310-9956-ffa450edef68
* added a detailed help target and cleaned up descriptionsRafael H. Schloming2008-02-011-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617662 13f79535-47bb-0310-9956-ffa450edef68
* fixed build orderRafael H. Schloming2008-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617556 13f79535-47bb-0310-9956-ffa450edef68
* futzed with deps for faster build, and fixed bug in manifest generationRafael H. Schloming2008-02-011-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617321 13f79535-47bb-0310-9956-ffa450edef68
* ant build systemRafael H. Schloming2008-02-011-0/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617320 13f79535-47bb-0310-9956-ffa450edef68
* QPID-108: remove obsolete ant build filesStephen Vinoski2006-11-221-348/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478023 13f79535-47bb-0310-9956-ffa450edef68
* Artifact rename so that the same items have the same name.Martin Ritchie2006-11-161-12/+12
| | | | | | Previously the items had client-broker or client in the name. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475749 13f79535-47bb-0310-9956-ffa450edef68
* Added systests in to the source package as the name change resulted in them ↵Martin Ritchie2006-11-161-16/+40
| | | | | | | | | | not being added. Adjusted zip/tar.gz creation to ensure all contents are enclosed in a folder.(Windows was doing this for me) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-76Martin Ritchie2006-11-151-9/+47
| | | | | | Forgot to include the client build distributions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475145 13f79535-47bb-0310-9956-ffa450edef68
* QPID-93 Removed management modules which have now been removed from the ↵Robert Greig2006-11-141-1/+1
| | | | | | repository. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@474933 13f79535-47bb-0310-9956-ffa450edef68
* * added top-level systests directory for non-unit testsStephen Vinoski2006-11-121-1/+1
| | | | | | | | * moved some tests into systests to eliminate dependencies between test subdirectories (required for maven) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473889 13f79535-47bb-0310-9956-ffa450edef68
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473568 13f79535-47bb-0310-9956-ffa450edef68
* Modified the generation of the root LICENSE.txt file to include references ↵Martin Ritchie2006-11-101-1/+34
| | | | | | to all other license files in the project. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473536 13f79535-47bb-0310-9956-ffa450edef68
* QPID-74 Resolved some issues where a few new files were not addedMartin Ritchie2006-11-101-12/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-78Martin Ritchie2006-11-101-1/+1
| | | | | | Added DISCLAIMER.txt LICENSE.txt and NOTICE.txt to the built jars git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473331 13f79535-47bb-0310-9956-ffa450edef68
* Created module.vm.version to set X-Compile-Source-JDK in jars default is 1.4 ↵Martin Ritchie2006-11-101-17/+1
| | | | | | Broker overrides to 1.5 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473283 13f79535-47bb-0310-9956-ffa450edef68
* Updated properties SVN:eol-style nativeMartin Ritchie2006-11-101-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473261 13f79535-47bb-0310-9956-ffa450edef68
* QPID-77Martin Ritchie2006-11-091-8/+6
| | | | | | Fixed std-bin-release to rename jar files.. Need to fix the *.bat files as they have hard coded *-launcher.jar files. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472992 13f79535-47bb-0310-9956-ffa450edef68
* QPID-75Martin Ritchie2006-11-091-39/+81
| | | | | | Created binary release archives. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472879 13f79535-47bb-0310-9956-ffa450edef68
* QPID-74Martin Ritchie2006-11-091-10/+29
| | | | | | | | | Update to ant build system to generate source distribution. QPID-68 Changed split to ${path.separator} as there was no comments on the list against it. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472860 13f79535-47bb-0310-9956-ffa450edef68
* remove spaces from release documents directory nameStephen Vinoski2006-11-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472787 13f79535-47bb-0310-9956-ffa450edef68
* QPID-74Martin Ritchie2006-11-081-1/+71
| | | | | | | | Update to ant build system to generate source distribution. The source distribution includes ALL Libs this is obviously not quite right. As we need to exclude those jars that are not compatible. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472561 13f79535-47bb-0310-9956-ffa450edef68
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@469504 13f79535-47bb-0310-9956-ffa450edef68
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-311-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@469491 13f79535-47bb-0310-9956-ffa450edef68
* Import of qpid from etp:Rafael H. Schloming2006-09-191-0/+101
URL: https://etp.108.redhat.com/svn/etp/trunk/blaze Repository Root: https://etp.108.redhat.com/svn/etp Repository UUID: 06e15bec-b515-0410-bef0-cc27a458cf48 Revision: 608 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@447994 13f79535-47bb-0310-9956-ffa450edef68