The XmlSchema compile error you see is due to a back level version of XmlSchema picking up the latest snapshot should fix it, try deleting org\apache\ws\commons\XmlSchema\SNAPSHOT from you maven repository.
The XPP3 release being used by Groovy does get found later from the ibiblio repository so this should work ok (at least it does for me on a clean checkout). ...ant On 9/11/06, Lee Surprenant <[EMAIL PROTECTED]> wrote:
I am new to Tuscany and looking to help out. However, I am obtaining the following error during build: [INFO] ------------------------------------------------------------------------- --- [INFO] Building Apache Tuscany WSDL [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------- --- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] snapshot org.apache.ws.commons:XmlSchema:SNAPSHOT: checking for updates f rom ibiblio [INFO] snapshot org.apache.ws.commons:XmlSchema:SNAPSHOT: checking for updates f rom apache.m1 [INFO] [compiler:compile] Compiling 18 source files to C:\home\lmsurpre\tuscany\java\sca\idl\wsdl\target\c lasses [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\home\lmsurpre\tuscany\java\sca\idl\wsdl\src\main\java\org\apache\tuscany\idl\ wsdl\XMLSchemaRegistryImpl.java:[91,56] incompatible types found : org.apache.ws.commons.schema.XmlSchema required: org.apache.ws.commons.schema.XmlSchema[] Additionally, I obtain the following warnings in the section just about this: [INFO] ------------------------------------------------------------------------- --- [INFO] Building Apache Tuscany Groovy Container [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------- --- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://www.ibiblio.org/maven2/xpp3/xpp3/1.1.3.4-RC8_min/xpp3-1.1.3. 4-RC8_min.pom [WARNING] Unable to get resource from repository ibiblio ( http://www.ibiblio.org /maven2) Downloading: http://people.apache.org/repository/xpp3/poms/xpp3-1.1.3.4-RC8_min. pom [WARNING] Unable to get resource from repository apache.m1 ( http://people.apache .org/repository) Downloading: http://repo1.maven.org/maven2/xpp3/xpp3/1.1.3.4-RC8_min/xpp3-1.1.3. 4-RC8_min.pom [WARNING] Unable to get resource from repository central ( http://repo1.maven.org /maven2) When I checked the urls on these servers, there is in fact no xpp3-1.1.3.4-RC8_min. pom. Not sure what is wrong here, any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
