Hi Hamish,
You should use the Ant build for now. Please see 
xwiki/bin/view/Community/Building
Thanks
-Vincent
On Mar 28, 2007, at 4:29 PM, Hamish Cunningham wrote:
  hi,
 I tried to build from trunk-users but got some problems.
 what I did:
   svn co 
svn://svn.forge.objectweb.org/svnroot/xwiki/trunks-users
   cd trunks-users
   mvn package
 probably this is the wrong place to try and build from (although
 there is a pom there); I got the attached error1.txt as a result
   cd xwiki
   mvn package
 this worked better, but there were test failures - see error2.txt
 what I'm running:
   mvn -version; java -version; uname -a
 Maven version: 2.0.4
 java version "1.5.0_06"
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
 Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
 Linux sylvia 2.6.15-28-386 #1 PREEMPT Thu Feb 1 15:51:56 UTC 2007
 i686 GNU/Linux
 any ideas?
 thanks, best,
 --
 Hamish
 
http://www.dcs.shef.ac.uk/~hamish/
 trunks-users$ mvn package
 [INFO] Scanning for projects...
 [INFO] snapshot com.xpn.xwiki:xwiki:1.0-SNAPSHOT: checking for
 updates from xwiki
 Downloading: 
http://maven.xwiki.org/com/xpn/xwiki/xwiki/1.0-
 SNAPSHOT/xwiki-1.0-SNAPSHOT.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 [INFO]
 ----------------------------------------------------------------------
 --
 [ERROR] FATAL ERROR
 [INFO]
 ----------------------------------------------------------------------
 --
 [INFO] Failed to resolve artifact.
 GroupId: com.xpn.xwiki
 ArtifactId: xwiki
 Version: 1.0-SNAPSHOT
 Reason: Unable to download the artifact from any repository
   com.xpn.xwiki:xwiki:pom:1.0-SNAPSHOT
 from the specified remote repositories:
   central (
http://repo1.maven.org/maven2),
   xwiki (
http://maven.xwiki.org)
 [INFO]
 ----------------------------------------------------------------------
 --
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find
 parent: com.xpn.xwiki:xwiki for project: null:xwiki-modules:pom:null
         at org.apache.maven.DefaultMaven.getProjects
 (DefaultMaven.java:365)
         at org.apache.maven.DefaultMaven.doExecute
 (DefaultMaven.java:278)
         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:
 115)
         at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke
 (NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke
 (DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.codehaus.classworlds.Launcher.launchEnhanced
 (Launcher.java:315)
         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
         at org.codehaus.classworlds.Launcher.mainWithExitCode
 (Launcher.java:430)        at org.codehaus.classworlds.Launcher.main
 (Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException:
 Cannot find parent: com.xpn.xwiki:xwiki for project: null:xwiki-
 modules:pom:null
         at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage
 (DefaultMavenProjectBuilder.java:1161)
         at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal
 (DefaultMavenProjectBuilder.java:674)
         at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFil
 eInternal(DefaultMavenProjectBuilder.java:416)
         at org.apache.maven.project.DefaultMavenProjectBuilder.build
 (DefaultMavenProjectBuilder.java:192)
         at org.apache.maven.DefaultMaven.getProject
 (DefaultMaven.java:515)
         at org.apache.maven.DefaultMaven.collectProjects
 (DefaultMaven.java:447)
         at org.apache.maven.DefaultMaven.getProjects
 (DefaultMaven.java:351)
         ... 11 more
 Caused by: org.apache.maven.project.ProjectBuildingException: POM
 'com.xpn.xwiki:xwiki' not found in repository: Unable to download
 the artifact from any repository
   com.xpn.xwiki:xwiki:pom:1.0-SNAPSHOT
 from the specified remote repositories:
   central (
http://repo1.maven.org/maven2),
   xwiki (
http://maven.xwiki.org)
         at
 org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepos
 itory(DefaultMavenProjectBuilder.java:513)
         at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage
 (DefaultMavenProjectBuilder.java:1157)
         ... 17 more
 Caused by:
 org.apache.maven.artifact.resolver.ArtifactNotFoundException:
 Unable to download the artifact from any repository
   com.xpn.xwiki:xwiki:pom:1.0-SNAPSHOT
 from the specified remote repositories:
   central (
http://repo1.maven.org/maven2),
   xwiki (
http://maven.xwiki.org)
         at
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve
 (DefaultArtifactResolver.java:136)
         at
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve
 (DefaultArtifactResolver.java:63)
         at
 org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepos
 itory(DefaultMavenProjectBuilder.java:467)
         ... 18 more
 Caused by: org.apache.maven.wagon.ResourceDoesNotExistException:
 Unable to download the artifact from any repository
         at
 org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact
 (DefaultWagonManager.java:260)
         at
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve
 (DefaultArtifactResolver.java:124)
         ... 20 more
 [INFO]
 ----------------------------------------------------------------------
 --
 [INFO] Total time: < 1 second
 [INFO] Finished at: Wed Mar 28 15:13:36 BST 2007
 [INFO] Final Memory: 1M/2M
 [INFO]
 ----------------------------------------------------------------------
 --
 xwiki$ mvn package
 [INFO] Scanning for projects...
 [INFO] snapshot com.xpn.xwiki:xwiki:1-SNAPSHOT: checking for
 updates from xwiki
 Downloading: 
http://maven.xwiki.org/com/xpn/xwiki/xwiki/1-SNAPSHOT/
 xwiki-1-20070217.140449-3.pom
 3K downloaded
 [INFO] Reactor build order:
 [INFO]   XWiki Root
 [INFO]   XWiki Core
 [INFO]   XWiki Web
 [INFO]   XWiki Web - Standard
 [INFO]   XWiki Web - Exo
 [INFO]
 ----------------------------------------------------------------------
 ------
 [INFO] Building XWiki Root
 [INFO]    task-segment: [package]
 [INFO]
 ----------------------------------------------------------------------
 ------
 [INFO] [site:attach-descriptor]
 [INFO]
 ----------------------------------------------------------------------
 ------
 [INFO] Building XWiki Core
 [INFO]    task-segment: [package]
 [INFO]
 ----------------------------------------------------------------------
 ------
 [INFO] artifact org.apache.maven.plugins:maven-checkstyle-plugin:
 checking for updates from central
 Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/
 maven-checkstyle-plugin/2.1/maven-checkstyle-plugin-2.1.pom
 2K downloaded
 Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/
 maven-checkstyle-plugin/2.1/maven-checkstyle-plugin-2.1.jar
 43K downloaded
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 Downloading: 
http://maven.xwiki.org/radeox/radeox/1.0-b2/radeox-1.0-
 b2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/radeox/radeox/1.0-b2/
 radeox-1.0-b2.pom
 147b downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/portals/graffito-jcr-
 mapping/1.0-a1-amelentev-dev/graffito-jcr-mapping-1.0-a1-amelentev-
 dev.pom
 310b downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/axis/axis/1.4/
 axis-1.4.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/axis/axis/1.4/
 axis-1.4.pom343b downloaded
 Downloading: 
http://maven.xwiki.org/picocontainer/picocontainer/1.1/
 picocontainer-1.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/picocontainer/
 picocontainer/1.1/picocontainer-1.1.pom
 6K downloaded
 Downloading: 
http://maven.xwiki.org/xpp3/xpp3/1.1.2a/xpp3-1.1.2a.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xpp3/xpp3/1.1.2a/
 xpp3-1.1.2a.pom
 143b downloaded
 Downloading: 
http://maven.xwiki.org/xstream/xstream/1.0.2/
 xstream-1.0.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xstream/xstream/1.0.2/
 xstream-1.0.2.pom
 148b downloaded
 Downloading: 
http://maven.xwiki.org/jcaptcha/jcaptcha-all/1.0-RC3/
 jcaptcha-all-1.0-RC3.pom
 279b downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.service.security.api/2.0/exo-
 platform.service.security.api-2.0.pom
 300b downloaded
 Downloading: 
http://maven.xwiki.org/securityfilter/securityfilter/
 2.0/securityfilter-2.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/securityfilter/
 securityfilter/2.0/securityfilter-2.0.pom
 1K downloaded
 Downloading: 
http://maven.xwiki.org/commons-codec/commons-codec/1.3/
 commons-codec-1.3.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-codec/commons-
 codec/1.3/commons-codec-1.3.pom
 5K downloaded
 Downloading: 
http://maven.xwiki.org/portlet-api/portlet-api/1.0/
 portlet-api-1.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/portlet-api/portlet-api/
 1.0/portlet-api-1.0.pom
 154b downloaded
 Downloading: 
http://maven.xwiki.org/javax/jcr/jcr/1.0/jcr-1.0.pom
 267b downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/jackrabbit/
 jackrabbit-core/1.1/jackrabbit-core-1.1.pom
 291b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-rasterizer/1.6/
 batik-rasterizer-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-rasterizer/
 1.6/batik-rasterizer-1.6.pom
 2K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-parser/1.6/batik-
 parser-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-parser/1.6/
 batik-parser-1.6.pom
 257b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-xml/1.6/batik-
 xml-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-xml/1.6/
 batik-xml-1.6.pom248b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-dom/1.6/batik-
 dom-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-dom/1.6/
 batik-dom-1.6.pom248b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-util/1.6/batik-
 util-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-util/1.6/
 batik-util-1.6.pom
 261b downloaded
 Downloading: 
http://maven.xwiki.org/xml-apis/xmlParserAPIs/2.0.2/
 xmlParserAPIs-2.0.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xml-apis/xmlParserAPIs/
 2.0.2/xmlParserAPIs-2.0.2.pom
 155b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-svg-dom/1.6/batik-
 svg-dom-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-svg-dom/1.6/
 batik-svg-dom-1.6.pom
 260b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-css/1.6/batik-
 css-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-css/1.6/
 batik-css-1.6.pom248b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-gvt/1.6/batik-
 gvt-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-gvt/1.6/
 batik-gvt-1.6.pom248b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-awt-util/1.6/batik-
 awt-util-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-awt-util/1.6/
 batik-awt-util-1.6.pom
 273b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-script/1.6/batik-
 script-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-script/1.6/
 batik-script-1.6.pom
 257b downloaded
 Downloading: 
http://maven.xwiki.org/xerces/xercesImpl/2.5.0/
 xercesImpl-2.5.0.pom[WARNING] Unable to get resource from
 repository xwiki (
http://maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.5.0/
 xercesImpl-2.5.0.pom
 150b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-transcoder/1.6/
 batik-transcoder-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-transcoder/
 1.6/batik-transcoder-1.6.pom
 269b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-bridge/1.6/batik-
 bridge-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-bridge/1.6/
 batik-bridge-1.6.pom
 257b downloaded
 Downloading: 
http://maven.xwiki.org/commons-dbcp/commons-dbcp/1.2.1/
 commons-dbcp-1.2.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-dbcp/commons-
 dbcp/1.2.1/commons-dbcp-1.2.1.pom
 6K downloaded
 Downloading: 
http://maven.xwiki.org/commons-pool/commons-pool/1.2/
 commons-pool-1.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-pool/commons-
 pool/1.2/commons-pool-1.2.pom
 4K downloaded
 Downloading: 
http://maven.xwiki.org/xerces/xerces/2.0.2/
 xerces-2.0.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xerces/xerces/2.0.2/
 xerces-2.0.2.pom
 311b downloaded
 Downloading: 
http://maven.xwiki.org/xerces/xercesImpl/2.0.2/
 xercesImpl-2.0.2.pom[WARNING] Unable to get resource from
 repository xwiki (
http://maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.0.2/
 xercesImpl-2.0.2.pom
 150b downloaded
 Downloading: 
http://maven.xwiki.org/info/informatica/jclf/2.3.0/
 jclf-2.3.0.pom
 192b downloaded
 Downloading: 
http://maven.xwiki.org/javax/transaction/jta/1.0.1B/
 jta-1.0.1B.pom
 278b downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.container/2.0/exo-platform.container-2.0.pom
 289b downloaded
 Downloading: 
http://maven.xwiki.org/velocity-tools/velocity-tools/
 1.3/velocity-tools-1.3.pom
 198b downloaded
 Downloading: 
http://maven.xwiki.org/jtidy/jtidy/UNKNOWN/jtidy-
 UNKNOWN.pom
 269b downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-ext/1.6/batik-
 ext-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-ext/1.6/
 batik-ext-1.6.pom248b downloaded
 Downloading: 
http://maven.xwiki.org/rome/rome-fetcher/0.7/rome-
 fetcher-0.7.pom
 271b downloaded
 Downloading: 
http://maven.xwiki.org/rome/rome/0.8/rome-0.8.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/rome/rome/0.8/rome-0.8.pom
 3K downloaded
 Downloading: 
http://maven.xwiki.org/jdom/jdom/1.0/jdom-1.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.pom
 1K downloaded
 Downloading: 
http://maven.xwiki.org/org/suigeneris/jrcs.rcs/0.3.0/
 jrcs.rcs-0.3.0.pom
 279b downloaded
 Downloading: 
http://maven.xwiki.org/org/suigeneris/jrcs.diff/0.3.0/
 jrcs.diff-0.3.0.pom
 280b downloaded
 Downloading: 
http://maven.xwiki.org/xmlrpc/xmlrpc-server/3.0/xmlrpc-
 server-3.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xmlrpc/xmlrpc-server/3.0/
 xmlrpc-server-3.0.pom
 919b downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/xmlrpc/xmlrpc/3.0/
 xmlrpc-3.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/xmlrpc/xmlrpc/
 3.0/xmlrpc-3.0.pom
 11K downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/xmlrpc/xmlrpc-common/
 3.0/xmlrpc-common-3.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/xmlrpc/xmlrpc-
 common/3.0/xmlrpc-common-3.0.pom
 854b downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/ws/commons/ws-
 commons-util/1.0.1/ws-commons-util-1.0.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/ws-
 commons-util/1.0.1/ws-commons-util-1.0.1.pom
 5K downloaded
 Downloading: 
http://maven.xwiki.org/struts/struts/1.2.9/
 struts-1.2.9.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/struts/struts/1.2.9/
 struts-1.2.9.pom
 9K downloaded
 Downloading: 
http://maven.xwiki.org/commons-fileupload/commons-
 fileupload/1.0/commons-fileupload-1.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-fileupload/
 commons-fileupload/1.0/commons-fileupload-1.0.pom
 2K downloaded
 Downloading: 
http://maven.xwiki.org/xalan/xalan/2.5.1/xalan-2.5.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xalan/xalan/2.5.1/
 xalan-2.5.1.pom
 145b downloaded
 Downloading: 
http://maven.xwiki.org/antlr/antlr/2.7.2/antlr-2.7.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/antlr/antlr/2.7.2/
 antlr-2.7.2.pom
 145b downloaded
 Downloading: 
http://maven.xwiki.org/com/novell/ldap/UNKNOWN/ldap-
 UNKNOWN.pom
 273b downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.commons/2.0/exo-platform.commons-2.0.pom
 287b downloaded
 Downloading: 
http://maven.xwiki.org/poi/poi/3.0-alpha3/poi-3.0-
 alpha3.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/poi/poi/3.0-alpha3/
 poi-3.0-alpha3.pom981b downloaded
 [WARNING] POM for 'poi:poi:pom:3.0-alpha3:compile' is invalid. It
 will be ignored for artifact resolution. Reason: Parse error
 reading POM. Reason: expected START_TAG or END_TAG not TEXT
 (position: TEXT seen ...<logo>http://jakarta.apache.org/images/
 original-jakarta-logo.gif</... @28:69)
 Downloading: 
http://maven.xwiki.org/ical4j/ical4j/0.9.19/
 ical4j-0.9.19.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/ical4j/ical4j/0.9.19/
 ical4j-0.9.19.pom
 1K downloaded
 Downloading: 
http://maven.xwiki.org/javax/mail/mail/1.4/mail-1.4.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/javax/mail/mail/1.4/
 mail-1.4.pom
 993b downloaded
 Downloading: 
http://maven.xwiki.org/javax/activation/activation/1.1/
 activation-1.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/javax/activation/
 activation/1.1/activation-1.1.pom
 1K downloaded
 Downloading: 
http://maven.xwiki.org/jgroups/jgroups/2.2.9.3/
 jgroups-2.2.9.3.pom
 273b downloaded
 Downloading: 
http://maven.xwiki.org/flickrj/flickrapi/1.0a7/
 flickrapi-1.0a7.pom
 273b downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.service.database.api/2.0/exo-
 platform.service.database.api-2.0.pom
 300b downloaded
 Downloading: 
http://maven.xwiki.org/com/google/googleapi/UNKNOWN/
 googleapi-UNKNOWN.pom
 278b downloaded
 Downloading: 
http://maven.xwiki.org/pdfbox/pdfbox/0.7.1/
 pdfbox-0.7.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/pdfbox/pdfbox/0.7.1/
 pdfbox-0.7.1.pom
 187b downloaded
 Downloading: 
http://maven.xwiki.org/javax/xml/jaxrpc-api/1.1/jaxrpc-
 api-1.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/javax/xml/jaxrpc-api/1.1/
 jaxrpc-api-1.1.pom
 491b downloaded
 Downloading: 
http://maven.xwiki.org/backport-util-concurrent/
 backport-util-concurrent/3.0/backport-util-concurrent-3.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/backport-util-concurrent/
 backport-util-concurrent/3.0/backport-util-concurrent-3.0.pom
 909b downloaded
 Downloading: 
http://maven.xwiki.org/jfree/jcommon/1.0.5/
 jcommon-1.0.5.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jfree/jcommon/1.0.5/
 jcommon-1.0.5.pom1K downloaded
 Downloading: 
http://maven.xwiki.org/fop/fop/0.93/fop-0.93.pom
 177b downloaded
 Downloading: 
http://maven.xwiki.org/ecs/ecs/1.4.2/ecs-1.4.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/ecs/ecs/1.4.2/ecs-1.4.2.pom
 140b downloaded
 Downloading: 
http://maven.xwiki.org/commons-net/commons-net/1.4.1/
 commons-net-1.4.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-net/commons-net/
 1.4.1/commons-net-1.4.1.pom
 4K downloaded
 Downloading: 
http://maven.xwiki.org/opensymphony/oscache/2.3.2/
 oscache-2.3.2.pom276b downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/lucene/lucene-core/
 2.0.0/lucene-core-2.0.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/lucene/lucene-
 core/2.0.0/lucene-core-2.0.0.pom
 1K downloaded
 Downloading: 
http://maven.xwiki.org/info/informatica/css4j/0.4.0/
 css4j-0.4.0.pom193b downloaded
 Downloading: 
http://maven.xwiki.org/commons-httpclient/commons-
 httpclient/3.0.1/commons-httpclient-3.0.1.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-httpclient/
 commons-httpclient/3.0.1/commons-httpclient-3.0.1.pom
 7K downloaded
 Downloading: 
http://maven.xwiki.org/commons-codec/commons-codec/1.2/
 commons-codec-1.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-codec/commons-
 codec/1.2/commons-codec-1.2.pom
 3K downloaded
 Downloading: 
http://maven.xwiki.org/jmock/jmock/1.1.0/jmock-1.1.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jmock/jmock/1.1.0/
 jmock-1.1.0.pom
 895b downloaded
 [WARNING]
         Artifact jmock:jmock:jar:1.1.0:test retains local scope
 'test' overriding broader scope 'compile'
         given by a dependency. If this is not intended, modify or
 remove the local scope.
 Downloading: 
http://maven.xwiki.org/groovy/groovy-all-1.0-jsr/06/
 groovy-all-1.0-jsr-06.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/groovy/groovy-all-1.0-
 jsr/06/groovy-all-1.0-jsr-06.pom
 [WARNING] Unable to get resource from repository central (http://
 
repo1.maven.org/maven2)
 Downloading: 
http://maven.xwiki.org/commons-collections/commons-
 collections/3.2/commons-collections-3.2.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-collections/
 commons-collections/3.2/commons-collections-3.2.pom
 10K downloaded
 Downloading: 
http://maven.xwiki.org/jmock/jmock-cglib/1.1.0/jmock-
 cglib-1.1.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jmock/jmock-cglib/1.1.0/
 jmock-cglib-1.1.0.pom
 1K downloaded
 Downloading: 
http://maven.xwiki.org/cglib/cglib-full/2.0/cglib-
 full-2.0.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/cglib/cglib-full/2.0/
 cglib-full-2.0.pom
 147b downloaded
 Downloading: 
http://maven.xwiki.org/velocity/velocity/1.5/
 velocity-1.5.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/velocity/velocity/1.5/
 velocity-1.5.pom
 7K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-svggen/1.6/batik-
 svggen-1.6.pom
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-svggen/1.6/
 batik-svggen-1.6.pom
 271b downloaded
 Downloading: 
http://maven.xwiki.org/commons-io/commons-io/1.2/
 commons-io-1.2.pom[WARNING] Unable to get resource from repository
 xwiki (
http://maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-io/commons-io/
 1.2/commons-io-1.2.pom
 6K downloaded
 Downloading: 
http://maven.xwiki.org/jfree/jfreechart/1.0.0-rc1/
 jfreechart-1.0.0-rc1.pom
 276b downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.service.organization.api/2.0/exo-
 platform.service.organization.api-2.0.pom
 304b downloaded
 Downloading: 
http://maven.xwiki.org/rome/rome-fetcher/0.7/rome-
 fetcher-0.7.jar
 21K downloaded
 Downloading: 
http://maven.xwiki.org/jgroups/jgroups/2.2.9.3/
 jgroups-2.2.9.3.jar
 1774K downloaded
 Downloading: 
http://maven.xwiki.org/picocontainer/picocontainer/1.1/
 picocontainer-1.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/picocontainer/
 picocontainer/1.1/picocontainer-1.1.jar
 75K downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/portals/graffito-jcr-
 mapping/1.0-a1-amelentev-dev/graffito-jcr-mapping-1.0-a1-amelentev-
 dev.jar
 117K downloaded
 Downloading: 
http://maven.xwiki.org/backport-util-concurrent/
 backport-util-concurrent/3.0/backport-util-concurrent-3.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/backport-util-concurrent/
 backport-util-concurrent/3.0/backport-util-concurrent-3.0.jar
 320K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-svg-dom/1.6/batik-
 svg-dom-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-svg-dom/1.6/
 batik-svg-dom-1.6.jar
 416K downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.service.security.api/2.0/exo-
 platform.service.security.api-2.0.jar
 4K downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.service.database.api/2.0/exo-
 platform.service.database.api-2.0.jar
 5K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-script/1.6/batik-
 script-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-script/1.6/
 batik-script-1.6.jar
 36K downloaded
 Downloading: 
http://maven.xwiki.org/velocity-tools/velocity-tools/
 1.3/velocity-tools-1.3.jar
 131K downloaded
 Downloading: 
http://maven.xwiki.org/commons-httpclient/commons-
 httpclient/3.0.1/commons-httpclient-3.0.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-httpclient/
 commons-httpclient/3.0.1/commons-httpclient-3.0.1.jar
 273K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-parser/1.6/batik-
 parser-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-parser/1.6/
 batik-parser-1.6.jar
 36K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-css/1.6/batik-
 css-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-css/1.6/
 batik-css-1.6.jar232K downloaded
 Downloading: 
http://maven.xwiki.org/poi/poi/3.0-alpha3/poi-3.0-
 alpha3.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/poi/poi/3.0-alpha3/
 poi-3.0-alpha3.jar1700K downloaded
 Downloading: 
http://maven.xwiki.org/fop/fop/0.93/fop-0.93.jar
 1942K downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/jackrabbit/
 jackrabbit-core/1.1/jackrabbit-core-1.1.jar
 1280K downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/lucene/lucene-core/
 2.0.0/lucene-core-2.0.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/lucene/lucene-
 core/2.0.0/lucene-core-2.0.0.jar
 394K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-bridge/1.6/batik-
 bridge-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-bridge/1.6/
 batik-bridge-1.6.jar
 271K downloaded
 Downloading: 
http://maven.xwiki.org/com/google/googleapi/UNKNOWN/
 googleapi-UNKNOWN-xwiki.jar
 14K downloaded
 Downloading: 
http://maven.xwiki.org/flickrj/flickrapi/1.0a7/
 flickrapi-1.0a7.jar
 80K downloaded
 Downloading: 
http://maven.xwiki.org/xstream/xstream/1.0.2/
 xstream-1.0.2.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xstream/xstream/1.0.2/
 xstream-1.0.2.jar
 109K downloaded
 Downloading: 
http://maven.xwiki.org/xpp3/xpp3/1.1.2a/xpp3-1.1.2a.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xpp3/xpp3/1.1.2a/
 xpp3-1.1.2a.jar
 45K downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/xmlrpc/xmlrpc-common/
 3.0/xmlrpc-common-3.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/xmlrpc/xmlrpc-
 common/3.0/xmlrpc-common-3.0.jar
 95K downloaded
 Downloading: 
http://maven.xwiki.org/commons-pool/commons-pool/1.2/
 commons-pool-1.2.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-pool/commons-
 pool/1.2/commons-pool-1.2.jar
 41K downloaded
 Downloading: 
http://maven.xwiki.org/velocity/velocity/1.5/
 velocity-1.5.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/velocity/velocity/1.5/
 velocity-1.5.jar
 382K downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.commons/2.0/exo-platform.commons-2.0.jar
 62K downloaded
 Downloading: 
http://maven.xwiki.org/javax/xml/jaxrpc-api/1.1/jaxrpc-
 api-1.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/javax/xml/jaxrpc-api/1.1/
 jaxrpc-api-1.1.jar
 27K downloaded
 Downloading: 
http://maven.xwiki.org/jdom/jdom/1.0/jdom-1.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar
 149K downloaded
 Downloading: 
http://maven.xwiki.org/xmlrpc/xmlrpc-server/3.0/xmlrpc-
 server-3.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xmlrpc/xmlrpc-server/3.0/
 xmlrpc-server-3.0.jar
 67K downloaded
 Downloading: 
http://maven.xwiki.org/rome/rome/0.8/rome-0.8.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/rome/rome/0.8/rome-0.8.jar
 192K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-ext/1.6/batik-
 ext-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-ext/1.6/
 batik-ext-1.6.jar74K downloaded
 Downloading: 
http://maven.xwiki.org/radeox/radeox/1.0-b2/radeox-1.0-
 b2.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/radeox/radeox/1.0-b2/
 radeox-1.0-b2.jar
 205K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-rasterizer/1.6/
 batik-rasterizer-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-rasterizer/
 1.6/batik-rasterizer-1.6.jar
 39K downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/ws/commons/ws-
 commons-util/1.0.1/ws-commons-util-1.0.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/ws-
 commons-util/1.0.1/ws-commons-util-1.0.1.jar
 34K downloaded
 Downloading: 
http://maven.xwiki.org/javax/transaction/jta/1.0.1B/
 jta-1.0.1B.jar
 8K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-awt-util/1.6/batik-
 awt-util-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-awt-util/1.6/
 batik-awt-util-1.6.jar
 360K downloaded
 Downloading: 
http://maven.xwiki.org/jfree/jfreechart/1.0.0-rc1/
 jfreechart-1.0.0-rc1.jar
 1049K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-dom/1.6/batik-
 dom-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-dom/1.6/
 batik-dom-1.6.jar85K downloaded
 Downloading: 
http://maven.xwiki.org/pdfbox/pdfbox/0.7.1/
 pdfbox-0.7.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/pdfbox/pdfbox/0.7.1/
 pdfbox-0.7.1.jar
 3138K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-svggen/1.6/batik-
 svggen-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-svggen/1.6/
 batik-svggen-1.6.jar
 160K downloaded
 Downloading: 
http://maven.xwiki.org/commons-codec/commons-codec/1.3/
 commons-codec-1.3.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-codec/commons-
 codec/1.3/commons-codec-1.3.jar
 45K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-transcoder/1.6/
 batik-transcoder-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-transcoder/
 1.6/batik-transcoder-1.6.jar
 61K downloaded
 Downloading: 
http://maven.xwiki.org/jtidy/jtidy/UNKNOWN/jtidy-
 UNKNOWN.jar
 173K downloaded
 Downloading: 
http://maven.xwiki.org/com/novell/ldap/UNKNOWN/ldap-
 UNKNOWN.jar
 431K downloaded
 Downloading: 
http://maven.xwiki.org/commons-fileupload/commons-
 fileupload/1.0/commons-fileupload-1.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-fileupload/
 commons-fileupload/1.0/commons-fileupload-1.0.jar
 21K downloaded
 Downloading: 
http://maven.xwiki.org/javax/mail/mail/1.4/mail-1.4.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/javax/mail/mail/1.4/
 mail-1.4.jar
 379K downloaded
 Downloading: 
http://maven.xwiki.org/commons-beanutils/commons-
 beanutils/1.6/commons-beanutils-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-beanutils/
 commons-beanutils/1.6/commons-beanutils-1.6.jar
 115K downloaded
 Downloading: 
http://maven.xwiki.org/opensymphony/oscache/2.3.2/
 oscache-2.3.2-xwiki.jar
 203K downloaded
 Downloading: 
http://maven.xwiki.org/portlet-api/portlet-api/1.0/
 portlet-api-1.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/portlet-api/portlet-api/
 1.0/portlet-api-1.0.jar
 16K downloaded
 Downloading: 
http://maven.xwiki.org/javax/jcr/jcr/1.0/jcr-1.0.jar
 37K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-gvt/1.6/batik-
 gvt-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-gvt/1.6/
 batik-gvt-1.6.jar166K downloaded
 Downloading: 
http://maven.xwiki.org/oro/oro/2.0.8/oro-2.0.8.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
 63K downloaded
 Downloading: 
http://maven.xwiki.org/commons-io/commons-io/1.2/
 commons-io-1.2.jar[WARNING] Unable to get resource from repository
 xwiki (
http://maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-io/commons-io/
 1.2/commons-io-1.2.jar
 64K downloaded
 Downloading: 
http://maven.xwiki.org/ecs/ecs/1.4.2/ecs-1.4.2.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/ecs/ecs/1.4.2/ecs-1.4.2.jar
 379K downloaded
 Downloading: 
http://maven.xwiki.org/struts/struts/1.2.9/
 struts-1.2.9.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/struts/struts/1.2.9/
 struts-1.2.9.jar
 536K downloaded
 Downloading: 
http://maven.xwiki.org/xalan/xalan/2.5.1/xalan-2.5.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xalan/xalan/2.5.1/
 xalan-2.5.1.jar
 2839K downloaded
 Downloading: 
http://maven.xwiki.org/xml-apis/xmlParserAPIs/2.0.2/
 xmlParserAPIs-2.0.2.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xml-apis/xmlParserAPIs/
 2.0.2/xmlParserAPIs-2.0.2.jar
 76K downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.container/2.0/exo-platform.container-2.0.jar
 314K downloaded
 Downloading: 
http://maven.xwiki.org/org/suigeneris/jrcs.diff/0.3.0/
 jrcs.diff-0.3.0-xwiki.jar
 24K downloaded
 Downloading: 
http://maven.xwiki.org/ical4j/ical4j/0.9.19/
 ical4j-0.9.19.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/ical4j/ical4j/0.9.19/
 ical4j-0.9.19.jar
 453K downloaded
 Downloading: 
http://maven.xwiki.org/javax/activation/activation/1.1/
 activation-1.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/javax/activation/
 activation/1.1/activation-1.1.jar
 61K downloaded
 Downloading: 
http://maven.xwiki.org/org/apache/axis/axis/1.4/
 axis-1.4.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/org/apache/axis/axis/1.4/
 axis-1.4.jar1562K downloaded
 Downloading: 
http://maven.xwiki.org/commons-collections/commons-
 collections/3.2/commons-collections-3.2.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-collections/
 commons-collections/3.2/commons-collections-3.2.jar
 557K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-xml/1.6/batik-
 xml-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-xml/1.6/
 batik-xml-1.6.jar19K downloaded
 Downloading: 
http://maven.xwiki.org/batik/batik-util/1.6/batik-
 util-1.6.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/batik/batik-util/1.6/
 batik-util-1.6.jar
 79K downloaded
 Downloading: 
http://maven.xwiki.org/jcaptcha/jcaptcha-all/1.0-RC3/
 jcaptcha-all-1.0-RC3.jar
 410K downloaded
 Downloading: 
http://maven.xwiki.org/org/suigeneris/jrcs.rcs/0.3.0/
 jrcs.rcs-0.3.0-xwiki.jar
 53K downloaded
 Downloading: 
http://maven.xwiki.org/xerces/xercesImpl/2.5.0/
 xercesImpl-2.5.0.jar[WARNING] Unable to get resource from
 repository xwiki (
http://maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.5.0/
 xercesImpl-2.5.0.jar
 905K downloaded
 Downloading: 
http://maven.xwiki.org/securityfilter/securityfilter/
 2.0/securityfilter-2.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/securityfilter/
 securityfilter/2.0/securityfilter-2.0.jar
 40K downloaded
 Downloading: 
http://maven.xwiki.org/commons-net/commons-net/1.4.1/
 commons-net-1.4.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-net/commons-net/
 1.4.1/commons-net-1.4.1.jar
 176K downloaded
 Downloading: 
http://maven.xwiki.org/info/informatica/css4j/0.4.0/
 css4j-0.4.0.jar149K downloaded
 Downloading: 
http://maven.xwiki.org/groovy/groovy-all-1.0-jsr/06/
 groovy-all-1.0-jsr-06.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/groovy/groovy-all-1.0-
 jsr/06/groovy-all-1.0-jsr-06.jar
 1758K downloaded
 Downloading: 
http://maven.xwiki.org/jfree/jcommon/1.0.5/
 jcommon-1.0.5.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jfree/jcommon/1.0.5/
 jcommon-1.0.5.jar302K downloaded
 Downloading: 
http://maven.xwiki.org/exo-platform/exo-
 platform.service.organization.api/2.0/exo-
 platform.service.organization.api-2.0.jar
 17K downloaded
 Downloading: 
http://maven.xwiki.org/commons-dbcp/commons-dbcp/1.2.1/
 commons-dbcp-1.2.1.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/commons-dbcp/commons-
 dbcp/1.2.1/commons-dbcp-1.2.1.jar
 105K downloaded
 [INFO] [compiler:compile]
 Compiling 506 source files to /home/hamish/ext/xwiki/trunks-users/
 xwiki/core/target/classes
 [INFO] [resources:testResources]
 [INFO] Using default encoding to copy filtered resources.
 [WARNING] POM for 'poi:poi:pom:3.0-alpha3:compile' is invalid. It
 will be ignored for artifact resolution. Reason: Parse error
 reading POM. Reason: expected START_TAG or END_TAG not TEXT
 (position: TEXT seen ...<logo>http://jakarta.apache.org/images/
 original-jakarta-logo.gif</... @28:69)
 Downloading: 
http://maven.xwiki.org/cglib/cglib-full/2.0/cglib-
 full-2.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/cglib/cglib-full/2.0/
 cglib-full-2.0.jar
 280K downloaded
 Downloading: 
http://maven.xwiki.org/jmock/jmock-cglib/1.1.0/jmock-
 cglib-1.1.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jmock/jmock-cglib/1.1.0/
 jmock-cglib-1.1.0.jar
 3K downloaded
 Downloading: 
http://maven.xwiki.org/jmock/jmock/1.1.0/jmock-1.1.0.jar
 [WARNING] Unable to get resource from repository xwiki (http://
 
maven.xwiki.org)
 Downloading: 
http://repo1.maven.org/maven2/jmock/jmock/1.1.0/
 jmock-1.1.0.jar
 100K downloaded
 Downloading: 
http://maven.xwiki.org/info/informatica/jclf/2.3.0/
 jclf-2.3.0.jar
 167K downloaded
 [INFO] [compiler:testCompile]
 Compiling 13 source files to /home/hamish/ext/xwiki/trunks-users/
 xwiki/core/target/test-classes
 [WARNING] POM for 'poi:poi:pom:3.0-alpha3:compile' is invalid. It
 will be ignored for artifact resolution. Reason: Parse error
 reading POM. Reason: expected START_TAG or END_TAG not TEXT
 (position: TEXT seen ...<logo>http://jakarta.apache.org/images/
 original-jakarta-logo.gif</... @28:69)
 [INFO] [surefire:test]
 [INFO] Surefire report directory: /home/hamish/ext/xwiki/trunks-
 users/xwiki/core/target/surefire-reports
 -------------------------------------------------------
  T E S T S
 -------------------------------------------------------
 Running com.xpn.xwiki.content.parsers.LinkParserTest
 15:17:49,635  WARN main  InterWiki:<init>:73 - Unable to read conf/
 intermap.txt
 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.211 sec
 Running com.xpn.xwiki.web.XWikiMessageToolTest
 15:17:50,603  WARN main  OSCacheService:loadProps:185 - Could not
 load cache properties oscache.properties: null
 15:17:50,605  WARN main  OSCacheService:loadProps:185 - Could not
 load cache properties oscache-local.properties: null
 15:17:51,192  WARN main  XWikiMessageTool:getDocumentBundles:222 -
 The document [Space1.Doc1] is listed as an internationalization
 document bundle but it does not exist.
 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 1.554 sec
 Running com.xpn.xwiki.doc.XWikiDocumentTest
 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.047 sec
 Running com.xpn.xwiki.doc.XWikiDocumentArchiveTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.133 sec
 Running com.xpn.xwiki.content.LinkTest
 15:17:51,441  WARN main  InterWiki:<init>:73 - Unable to read conf/
 intermap.txt
 15:17:51,446  WARN main  InterWiki:<init>:73 - Unable to read conf/
 intermap.txt
 Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
 0.064 sec <<< FAILURE!
 Running com.xpn.xwiki.store.XWikiHibernateStoreTest
 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.011 sec
 Running com.xpn.xwiki.render.XWikiRadeoxRendererTest
 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.202 sec
 Running com.xpn.xwiki.render.XWikiVelocityRendererTest
 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.499 sec
 Running com.xpn.xwiki.content.parsers.DocumentParserTest
 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.009 sec
 Running com.xpn.xwiki.plugin.packaging.PackageTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.293 sec
 Running com.xpn.xwiki.plugin.captcha.CaptchaPluginTest
 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.163 sec
 Running com.xpn.xwiki.atom.WSSEHeaderTest
 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.027 sec
 Running com.xpn.xwiki.plugin.zipexplorer.ZipExplorerTest
 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.073 sec
 Results :
 Tests run: 64, Failures: 1, Errors: 0, Skipped: 0
 [INFO]
 ----------------------------------------------------------------------
 --
 [ERROR] BUILD FAILURE
 [INFO]
 ----------------------------------------------------------------------
 --
 [INFO] There are test failures.
 [INFO]
 ----------------------------------------------------------------------
 --
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 ----------------------------------------------------------------------
 --
 [INFO] Total time: 2 minutes 34 seconds
 [INFO] Finished at: Wed Mar 28 15:17:52 BST 2007
 [INFO] Final Memory: 9M/63M
 [INFO]
 ----------------------------------------------------------------------
 --
 sylvia xwiki$
 --
 You receive this message as a subscriber of the xwiki-
 dev(a)objectweb.org mailing list.
 To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org
 For general help: mailto:sympa@objectweb.org?subject=help
 ObjectWeb mailing lists service home page: 
http://www.objectweb.org/
 wws