|
2 | 2 | <project name="RabbitMQ Java client" default="build"
|
3 | 3 | xmlns:bundlor="antlib:com.springsource.bundlor.ant">
|
4 | 4 |
|
5 |
| - <property file="build.properties"/> |
6 |
| - <property file="config.properties"/> |
| 5 | + <property file="${basedir}/src/test/resources/build.properties"/> |
| 6 | + <property file="${basedir}/src/test/resources/config.properties"/> |
7 | 7 | <property environment="env"/>
|
8 | 8 |
|
9 | 9 | <path id="javac.classpath">
|
|
81 | 81 |
|
82 | 82 | <target name="build" depends="amqp-generate" description="Build the client library.">
|
83 | 83 | <mkdir dir="${javac.out}"/>
|
84 |
| - <copy file="src/com/rabbitmq/client/impl/ClientVersion.java.in" |
| 84 | + <copy file="${maven.src.home}/com/rabbitmq/client/impl/ClientVersion.java.in" |
85 | 85 | tofile="${src.generated}/com/rabbitmq/client/impl/ClientVersion.java">
|
86 | 86 | <filterset>
|
87 | 87 | <filter token="VERSION" value="${impl.version}"/>
|
|
340 | 340 | <jvmarg value="-Dmake.bin=${make.bin}"/>
|
341 | 341 | <jvmarg value="-Drabbitmqctl.bin=${rabbitmqctl.bin}"/>
|
342 | 342 | <jvmarg value="-Dsibling.rabbitmq_test.dir=${sibling.rabbitmq_test.dir}"/>
|
| 343 | + <jvmarg value="-Dbroker.hostname=${broker.hostname}"/> |
| 344 | + <jvmarg value="-Dbroker.port=${broker.port}"/> |
| 345 | + <jvmarg value="-Dbroker.sslport=${broker.sslport}"/> |
343 | 346 |
|
344 | 347 | <jvmarg value="-Dkeystore.path=${CLIENT_KEYSTORE}"/>
|
345 | 348 | <jvmarg value="-Dkeystore.empty.path=${CLIENT_KEYSTORE_EMPTY}"/>
|
|
364 | 367 | <jvmarg value="-Dmake.bin=${make.bin}"/>
|
365 | 368 | <jvmarg value="-Drabbitmqctl.bin=${rabbitmqctl.bin}"/>
|
366 | 369 | <jvmarg value="-Dsibling.rabbitmq_test.dir=${sibling.rabbitmq_test.dir}"/>
|
| 370 | + <jvmarg value="-Dbroker.hostname=${broker.hostname}"/> |
| 371 | + <jvmarg value="-Dbroker.port=${broker.port}"/> |
| 372 | + <jvmarg value="-Dbroker.sslport=${broker.sslport}"/> |
367 | 373 |
|
368 | 374 | <formatter type="plain"/>
|
369 | 375 | <formatter type="xml"/>
|
|
380 | 386 | <jvmarg value="-Dmake.bin=${make.bin}"/>
|
381 | 387 | <jvmarg value="-Drabbitmqctl.bin=${rabbitmqctl.bin}"/>
|
382 | 388 | <jvmarg value="-Dsibling.rabbitmq_test.dir=${sibling.rabbitmq_test.dir}"/>
|
| 389 | + <jvmarg value="-Dbroker.hostname=${broker.hostname}"/> |
| 390 | + <jvmarg value="-Dbroker.port=${broker.port}"/> |
| 391 | + <jvmarg value="-Dbroker.sslport=${broker.sslport}"/> |
383 | 392 |
|
384 | 393 | <formatter type="plain"/>
|
385 | 394 | <formatter type="xml"/>
|
|
398 | 407 | <jvmarg value="-Dmake.bin=${make.bin}"/>
|
399 | 408 | <jvmarg value="-Drabbitmqctl.bin=${rabbitmqctl.bin}"/>
|
400 | 409 | <jvmarg value="-Dsibling.rabbitmq_test.dir=${sibling.rabbitmq_test.dir}"/>
|
| 410 | + <jvmarg value="-Dbroker.hostname=${broker.hostname}"/> |
| 411 | + <jvmarg value="-Dbroker.port=${broker.port}"/> |
| 412 | + <jvmarg value="-Dbroker.sslport=${broker.sslport}"/> |
401 | 413 |
|
402 | 414 | <formatter type="plain"/>
|
403 | 415 | <formatter type="xml"/>
|
|
0 commit comments