The udt-java project is very helpful for my current task. Unfortunately, I can't connect to the SVN for some security strategy issues. The latest downloadable version was on 2010-09-23, I think it doesn't contain the bug fixed which mentioned on this forum. So would you please provide a full version for download instead of SVN?
Thanks.
Have a good day.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Bernd,
The udt-java project is very helpful for my current task. Unfortunately, I can't connect to the SVN for some security strategy issues. The latest downloadable version was on 2010-09-23, I think it doesn't contain the bug fixed which mentioned on this forum. So would you please provide a full version for download instead of SVN?
Thanks.
Have a good day.
Hi, you can easily get a current copy of the SVN trunk using the web browser
<http://udt-java.svn.sourceforge.net/viewvc/udt-java/udt-java/trunk/?view=tar>
will create a tar file containing the sources, and you can use
mvn install -Dskiptests
to create the current .jar file
Let me know if this is works for you.
oops, should be
mvn install -DskipTests
(for skipping the unit tests which may not work right now)
Wow! It works!
Thanks.
: )