we're trying to do our own build so that rich can demo the upcoming browse feature for a meeting on wednesday.
i'm following the instructions in DevSetup.
i did a checkout. i created ~/.m2/settings with the minimal content. i went into the head directory and ran mvn clean install.
i've tried twice and i get an error in the same place each time:
[INFO] ----------------------------------------------------------------------------
[INFO] Building Search Webservice Server
[INFO] task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [axistools:wsdl2java {execution: generate-server-binding}]
[INFO] about to add compile source root
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] error executing plugin
Embedded error: unable to open JAR URL connection for extraction of WSDL file from artifact of sourceDependency info.fedora:fedoragsearch-server:2.1.1-t9-SNAPSHOT:/fedoragsearch-service.wsdl. Reason: java.util.zip.ZipException: No such file or directory
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 20 seconds
[INFO] Finished at: Mon Feb 26 17:29:44 PST 2007
[INFO] Final Memory: 26M/52M
[INFO] ------------------------------------------------------------------------
any ideas?
thanks!