diff options
author | Keith Wall <kwall@apache.org> | 2014-01-17 13:05:23 +0000 |
---|---|---|
committer | Keith Wall <kwall@apache.org> | 2014-01-17 13:05:23 +0000 |
commit | d74602ef8790144bfacf7bcd6f313164e931e827 (patch) | |
tree | bfd47bc08591971fbba8980de50332ea0755f24f /java/test-profiles/java-mms-spawn.0-10.testprofile | |
parent | 88a8ed7c656e5863c638b2189294e19a22a6118c (diff) | |
download | qpid-python-d74602ef8790144bfacf7bcd6f313164e931e827.tar.gz |
QPID-5065: modifications to get more tests running on windows (both ant and maven).
Also
- Fixed the jca/rar pom module name, it should be qpid-ra not qpid-rar.
- Added project details such as Website, Mailing List, SCM.
Patch submitted by Andrew MacBean <andymacbean@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1559096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/java-mms-spawn.0-10.testprofile')
-rw-r--r-- | java/test-profiles/java-mms-spawn.0-10.testprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test-profiles/java-mms-spawn.0-10.testprofile b/java/test-profiles/java-mms-spawn.0-10.testprofile index 71aaf48562..c2f2976d5f 100644 --- a/java/test-profiles/java-mms-spawn.0-10.testprofile +++ b/java/test-profiles/java-mms-spawn.0-10.testprofile @@ -19,7 +19,8 @@ broker.version=v0_10 broker.language=java broker.type=spawned -broker.command=build/bin/qpid-server -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE +broker.command=build${file.separator}bin${file.separator}qpid-server -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE +broker.command.windows=build${file.separator}bin${file.separator}qpid-server.bat -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE broker.ready=BRK-1004 broker.stopped=Exception qpid.broker_default_amqp_protocol_excludes=AMQP_1_0 |