On Wed, 2007-05-30 at 08:02 +0100, Martin Ritchie wrote: > Not currently. The broker for the tests is currently a vm broker > started by each of the tests. We'd need to change the tests to try and > use a system property for the broker details. Possible but all the > tests need changed. > > On 30/05/07, Nuno Santos <[EMAIL PROTECTED]> wrote: > > Hi, > > > > is there a way to pass a parameter to a maven build so that the broker > > that's instantiated for the tests starts on a different port than the > > default? > > > > Thanks, > > Nuno > >
I've just JIRAd this requirement for C++. The Java solution will probaby be a little different (substitute system props for env vars) but the principal of using *dynamic* port assignment rather than manually chosen ports is the same. https://issues.apache.org/jira/browse/QPID-504
