Skip to main content

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

I don't believe anything other than the client jar itself should be in
Maven Central / a repo. The other things are not really relevant. Do
other people disagree?

Thanks for pointing out that you had made those changes, I missed
that. I will take another look. I need to do a 3 way merge of that,
what I've done, and the latest code from Dave in the Eclipse repo.
Next week is my earliest opportunity. Unfortunately I won't be at
EclipseCon France but I hope to find a bit of time to finish this off.

Andy

On Wed, May 29, 2013 at 8:33 AM, Nicolas DEVERGE <ndeverge@xxxxxxxx> wrote:
> 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
>
>
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/paho-dev
>



-- 
Andy Piper | Farnborough, Hampshire (UK)
blog: http://andypiper.co.uk   |   skype: andypiperuk
twitter: @andypiper  |  images: http://www.flickr.com/photos/andypiper


Back to the top