Andrei Pozolotin
Andrei Pozolotin
great, sounds interesting. thanks for the update.
great. few ideas: 1) we can exclude specific tests based on arch/os filters using: http://junit.sourceforge.net/javadoc/org/junit/Assume.html http://kentbeck.github.com/junit/javadoc/4.10/org/junit/rules/TestRule.html etc. 2) or re-write tests to not depend on time 3) what are arch/os...
cool. found/merged
got it, checking. host is Ubuntu 12.04.1 LTS x86_64
1) I have here QEMU 0.14.X, with ``` # qemu-system-arm --version QEMU emulator version 1.0.50 (Debian 1.0.50-2012.03-0ubuntu2.1), Copyright (c) 2003-2008 Fabrice Bellard ``` 2) the image starts fine ``` root@raspberrypi:~#...
rejoice: we accomplished the incredible: arm is now [part of build](https://oss.sonatype.org/content/groups/public/com/barchart/udt/barchart-udt-bundle/2.2.0-SNAPSHOT/barchart-udt-bundle-2.2.0-20130104.031608-25.jar) build takes 10 minutes w/o tests. there has to be a better way :-)
@hepin1989 thank you for the effort. 1) to incorporate your result we need to go on path similar to how arm/rpi was supported: build a vmware android image. 2) since...
@hepin1989 re: "haha,you don't have an android phone,you use apple" - not true, I have one of the first nexus one phones, and I really hate apple :-) re: "first...
re: "BridJ" - yes, I evaluated it way back. great idea, but not production ready.
re: "Inet4Address on android don't have the field address" - yes, this change makes sense. please submit pull request. make sure current unit tests all pass.