[Openstack-docs] [openstack-dev] [openstack-manuals] Need some help when "mvn clean generate-sources"
Tian, Shuangtai
shuangtai.tian at intel.com
Mon Aug 19 10:22:33 UTC 2013
I am sorry , the error is :
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenStack Administration Guides 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ openstack-guide ---
[INFO]
[INFO] --- clouddocs-maven-plugin:1.8.0:generate-webhelp (generate-webhelp) @ openstack-guide ---
[INFO] Processing input file: bk-compute-adminguide.xml
[WARNING] Property not found in com.agilejava.docbkx.maven.DocbkxWebhelpMojo
[WARNING] Property not found in com.agilejava.docbkx.maven.DocbkxWebhelpMojo
[INFO]
************************************* START: Automatically generating PDF for WEBHELP *************************************
[debug] Using stylesheet: jar:file:/home/stack/.m2/repository/com/rackspace/cloud/api/clouddocs-maven-plugin/1.8.0/clouddocs-maven-plugin-1.8.0.jar!/cloud/fo/docbook.xsl
Aug 19, 2013 5:01:58 PM com.xmlcalabash.util.DefaultXProcMessageListener error
SEVERE: 100:40:XInclude resource error (https://raw.github.com/openstack/keystone/master/etc/keystone.conf.sample) and no fallback provided.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:14.632s
[INFO] Finished at: Mon Aug 19 17:01:58 CST 2013
[INFO] Final Memory: 29M/339M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.rackspace.cloud.api:clouddocs-maven-plugin:1.8.0:generate-webhelp (generate-webhelp) on project openstack-guide: Execution generate-webhelp of goal com.rackspace.cloud.api:clouddocs-maven-plugin:1.8.0:generate-webhelp failed: XInclude resource error (https://raw.github.com/openstack/keystone/master/etc/keystone.conf.sample) and no fallback provided. Connection timed out -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
-----Original Message-----
From: Tian, Shuangtai
Sent: Monday, August 19, 2013 3:24 PM
To: 'openstack-docs at lists.openstack.org'
Subject: FW: [openstack-dev] [openstack-manuals] Need some help when "mvn clean generate-sources"
Hi guys
When do some build on openstack-manuals project,there is error when bulid 'openstack-compute-admin' ,but others (such as openstack-user, docbkx-example e.g) are all SUCCESS. So I do not if it is a networking problem ?
Anybody know why ?
Thanks!
Cd openstack-manuals/doc/src/docbkx/openstack-compute-admin
mvn clean generate-sources
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenStack Administration Guides 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------
Downloading: http://maven.research.rackspacecloud.com/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:17.516s
[INFO] Finished at: Mon Aug 19 10:56:57 CST 2013 [INFO] Final Memory: 8M/245M [INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.3: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.3 from/to rackspace-research (http://maven.research.rackspacecloud.com/content/groups/public/): Connection to http://maven.research.rackspacecloud.com refused: Connection timed out -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
My proxy set
+++++++++++++++++++++++++++++++setting.xml++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++
83 </pluginGroups>
84
85 <!-- proxies
86 | This is a list of proxies which can be used on this machine to connect to the network.
87 | Unless otherwise specified (by system property or command-line switch), the first proxy
88 | specification in this list marked as active will be used.
89 |-->
90 <proxies>
91 <proxy>
92 <id>optional</id>
93 <active>true</active>
94 <protocol>http</protocol>
95 <username>proxyuser</username>
96 <password>proxypass</password>
97 <host>proxy-**.****.com</host>
98 <port>911</port>
99 </proxy>
100
101 </proxies>
Others such as /openstack-admin-user$
[INFO] See /home/stack/iwork/openstack-manuals/doc/src/docbkx/openstack-admin-user/target/docbkx/webhelp/bk-
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.697s
[INFO] Finished at: Mon Aug 19 15:17:43 CST 2013 [INFO] Final Memory: 53M/446M [INFO] ------------------------------------------------------------------------
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev at lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the Openstack-docs
mailing list