On 10/25/10 11:28 AM, Zsolt Kúti wrote:
Hello,

Having downloaded* 2.0 release occured to me that serial transport
is missing from binaries while former 2.0-RC1 contained that lib.

It's on purpose. The rxtx.jar library is LGPL, and Apache does not allow redistribution of files under this license.
Is there that jar available somewhere else from now on?
sure ! http://rxtx.qbang.org/wiki/index.php/Download

One other way to do that is to declare the dependency on rxtx into yur own pom.xml, like what we did in the serial project :

...
<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
<scope>provided</scope>
</dependency>
...

The lib is present in the main maven repository.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to