|
From: Krzysztof W. <krz...@gm...> - 2010-05-09 19:21:03
|
I have errors while building unmodified wsmx-rashape. First is missing wsmx-parser which is still referenced in wsmx-integration-tests in WSMXExecution class. I found 2 solutions: 1. Removing from WSMXExecution references to WSMXParser. 2. Downloading wsmx-parser from previous revision. After that when I run mvn install -Dmaven.test.skip=true I get error in wsmx-invoker on accessing restricted JAXWSProperties. My solution was to replace references with Strings from that class. Now I successfully run mvn install -Dmaven.test.skip=true and mvn ant:ant. Few days ago ant -Dmaven.offline=true worked for me as well but ater updating to latest revision ant never stops. It tries to download files that are already in my local maven repo (ant, saxon, log4j). It downloads them again and again and doesn't stop even after an hour. Cleaning maven repo gives no effect. I'm using jdk1.6.0_17, maven 2.2.1, eclipse 3.5.1 on Windows 7 64bit EN. -- Krzysztof Wilkos |