Hello, I'm trying to build and test osmosis on Gentoo, all tests pass except 2 of them - Test org.openstreetmap.osmosis.xml.v0_6.XmlChangeReaderWriterTest FAILED and Test org.openstreetmap.osmosis.xml.v0_6.XmlReaderWriterTest FAILED
I'm using sources from git clone 'https://github.com/brettch/osmosis.git' cd osmosis/ && git checkout 0.39 with command 'ant test' and CLASSPATH as setenv CLASSPATH `java-config -d --classpath jpf-1.5,jdbc-postgresql,xerces-2,ant-junit4,ant-antlr,checkstyle,ant-core,ant-ivy-2,guava,commons-beanutils-1.7` java -version java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-b11) Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode) But when I open sources under xml folder in Eclipse (3.7) and try to execute Junit tests XmlChangeReaderWriterTest and XmlReaderWriterTest successfully pass. Is this some sort of known problem or I should create bug in the bugtracker about that? Thanks and regards, Dmytro Gorbunov _______________________________________________ osmosis-dev mailing list osmosis-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/osmosis-dev