Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Fixed build.xml for the Java client

I have added paho-inbox@xxxxxxxxxxx to the default cc list for the MQTT Bugzilla component. It should be included from now on when new bugzilla entries are created.

................Scott



From:        "andypiperuk@xxxxxxxxx" <andypiperuk@xxxxxxxxx>
To:        General development discussions for paho project <paho-dev@xxxxxxxxxxx>
Date:        05/29/2012 06:43 AM
Subject:        [paho-dev] Fixed build.xml for the Java client
Sent by:        paho-dev-bounces@xxxxxxxxxxx




Many of you will know that the version of the Java client currently in Eclipse Git will not build using the included build.xml file (well - it *can* be built, but the Ant build will delete the client .jar file at the end of the process, making it slightly pointless).

After the third time I checked the code into a fresh workspace and had to fix this, I got a bit annoyed...

I've now completely rewritten the build.xml file so that all of the rules correctly depend on one another, there are proper descriptions, and the "micro-client" and other legacy references are gone. See the attachment on bug 375449 if you want to try it for yourself. Hopefully this can get merged into Git before too long!

https://bugs.eclipse.org/bugs/show_bug.cgi?id=375449#c2


(unfortunately there are still a bunch of warnings generated by the javadoc target, but the docs still get generated - I'll try to find time to look at that sometime soon)

((unfortunately the bugzilla stuff is still not linked to the mailing list so it is still necessary to manually go check Bugzilla to see the latest state of the nation))

--
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