Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Maven etc

Hello Andy,

Just to let you know that I had solved some of this issues in my latest (two months old) updates on the Mavenization:
- replacement in the source files : https://github.com/ndeverge/paho.mqtt.java/commit/c89c1517bfb4fdfc59de790f0fb9d631b8c4a920
- Manifest.MF updates : https://github.com/ndeverge/paho.mqtt.java/blob/mavenize/org.eclipse.paho.client.mqttv3/pom.xml#L44

I had also Mavenized the whole project (client, sample, internal traceformat), not only the client part. Maybe only the client Mavenization is needed ?

Hope this helps,
Nicolas


On Tue, May 28, 2013 at 11:31 PM, Andy Piper <andypiperuk@xxxxxxxxx> wrote:
Hello!

Just a quick note with "progress" on bug #382471 (aka the BIG RED bug
in our tracker)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382471

I'd been waiting for some new Java client updates to hit git, and they
are now there in the develop branch.

In the meantime I had been working on the Maven changes in a fork on
my Github account
-> https://github.com/andypiper/paho-mqtt

If you clone that and run "mvn" in the org.eclipse.paho.client.mqttv3
directory you should get a new jar built - note again that it does NOT
include the latest changes in Eclipse git, which I have yet to merge.
I'm also debating how to handle some of the things that the Ant build
currently does, such as replacement of values in source files and
additional Manifest.MF values.

I'm unlikely to get any time to work on this before next week so I
thought I'd mention on the list how far I've got with that, and the
fact that there's another update on the Eclipse Git develop branch
which we would love people to try out.

Andy


--
Andy Piper | Farnborough, Hampshire (UK)
blog: http://andypiper.co.uk   |   skype: andypiperuk
twitter: @andypiper  |  images: http://www.flickr.com/photos/andypiper
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top