It would need to be done ad-hoc at present, the steps we use to generate and deploy the maven artifacts using the Ant build for the components in the main Java tree wont really work with the QMF bits because of the differing layout and build they use.
This is something we will need to look at eventually as part of integrating with the work being done on a Maven build for the main Java tree currently, and especially as we then look to split the tree up going beyond that. Unfortunately it will be a more involved process with the QMF bits as unlike the main tree we will need to completely reorganise the existing stuff in order to create a useful Maven build for them, so it wasn't something I got to in my initial work or which Andrew has looked at yet in continuing with it. Robbie On 4 March 2014 21:49, Jakub Scholz <[email protected]> wrote: > It would be also nice to have the Java QMF library uploaded to Maven > repositories similarly to the Java client. But I`m not sure how complicated > that would be. > > Thanks & Regards > Jakub > > > On Tue, Mar 4, 2014 at 10:25 PM, Gordon Sim <[email protected]> wrote: > > > On 03/04/2014 06:19 PM, Fraser Adams wrote: > > > >> I had *assumed* that because it was was on trunk it would be on a > >> release - so I'm a bit confused if I'm honest. > >> > >> I've just checked and the first branch it's officially in is > >> > >> https://svn.apache.org/repos/asf/qpid/branches/0.24/ > >> > > > > Sorry, my mistake. As there wasn't a specific release component for it, I > > assumed it wasn't released. I tend to overlook the full source bundle as > I > > don't use it much myself. > > > > Might be nice to have it as a standalone bundle to better highlight that > > it is available. Also need to update the web site. > > > > > > Which is what I'd expect, not really sure what the score is with > >> releases, I tend to build from source. > >> > >> I looked in the downloads section http://qpid.apache.org/download.html > >> at qpid-tools-0.26.tar.gz and noticed that this only seems to have the > >> python stuff in there currently whereas there are ruby and java > >> subdirectories of tools/src now too. > >> > >> Frase > >> > >> On 04/03/14 11:39, Gordon Sim wrote: > >> > >>> On 03/04/2014 08:48 AM, Jan Bares wrote: > >>> > >>>> Is there any GUI based (web based) QPID management tool? > >>>> > >>> > >>> Yes, Fraser Adams built a web based console for QMF. We don't seem to > >>> offer it in the releases yet (something we can fix soon perhaps, > >>> Justin, Fraser?), but you can get it from trunk (or any of the release > >>> branches if you prefer): > >>> > >>> https://svn.apache.org/repos/asf/qpid/trunk/qpid/tools/src/java > >>> > >>> I was looking at QMF and I have to say I don't understand what this > >>>> tool doe. > >>>> > >>> > >>> QMF is merely the mechanism that management tools use. It is a > >>> protocol on top of AMQP for managing things through sending and > >>> receiving messages of a particular format. > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
