Hi all, the TraCI4J package currently uses these jars: - xercesImpl.jar - log4j.jar - junit.jar - org.hamcrest.core_1.1.0.v20090501071000.jar
Among these, only log4j.jar is used at runtime (also, it's not strictly necessary in non-testing environments). xercesImpl.jar can be removed safely, as it was used for an obsolete feature. The other two are for running JUnit tests; I can remove them if there's some way to use JUnit libraries already in the system (maybe in the Debian world?). An ideal solution IMHO would be to use Maven to auto-download jars in the local machine, but I've never mavenized a library before and unfortunately I don't have time to do so for next Tuesday. Michael's solution looks fine to me for now. Any user willing to use TraCI4J has to download log4j or he/she will be stopped by an error like ClassNotFoundError, though. @Anton: is the Debian build system compatible with Maven? Best regards, Enrico 2014-06-02 11:20 GMT+02:00 Michael Behrisch <[email protected]>: > Hi Enrico and Mario, hi lists, > the debian rules ask us to remove all binaries and this includes especially > all jar-files from our src distribution (and I think they are right ;-)). My > approach would be to remove them from the folder to be zipped (in the dist > hook) right before compressing it, but still leave them in the sumo-all zip. > This would also mean that the jars are not in the binary Linux distributions > (rpm and deb) for the next release or at least until someone updates the > build scripts for those. > They would still be available in the sumo-all download and in the windows > binary installer / zip though. > If you have a better solution (which is easy to implement), I would be very > glad to hear it. > > If you have any changes which should make it into the next release, try to > be quick, since we want to release next Tuesday (June, 10th). > > Best regards and thanks for your contributions, > Michael > -- Enrico ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
