Docs: Marvin build typo
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9a1c778c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9a1c778c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9a1c778c Branch: refs/heads/ui-multiple-nics Commit: 9a1c778cc04797cb8940a0af95993e7a6bbc8e22 Parents: 34b37ef Author: Sebastien Goasguen <[email protected]> Authored: Tue Mar 5 09:36:27 2013 -0500 Committer: Sebastien Goasguen <[email protected]> Committed: Tue Mar 5 09:36:27 2013 -0500 ---------------------------------------------------------------------- docs/en-US/building-marvin.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9a1c778c/docs/en-US/building-marvin.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/building-marvin.xml b/docs/en-US/building-marvin.xml index 3dac9d6..3332b16 100644 --- a/docs/en-US/building-marvin.xml +++ b/docs/en-US/building-marvin.xml @@ -25,8 +25,8 @@ <section id="building-marvin"> <title>Building and Installing Marvin</title> <para>Marvin is built with Maven and is dependent on APIdoc. To build it do the following in the root tree of &PRODUCT;:</para> - <programlisting>mvn -P developer -l :cloud-apidoc</programlisting> - <programlisting>mvn -P developer -l :cloud-marvin</programlisting> + <programlisting>mvn -P developer -pl :cloud-apidoc</programlisting> + <programlisting>mvn -P developer -pl :cloud-marvin</programlisting> <para>If successfull the build will have created the cloudstackAPI Python package under tools/marvin/marvin/cloudstackAPI as well as a gziped Marvin package under tools/marvin dist. To install the Python Marvin module do the following in tools/marvin:</para> <programlisting>sudo python ./setup.py install</programlisting> <para>The dependencies will be downloaded the Python module installed and you should be able to use Marvin in Python. Check that you can import the module before starting to use it.</para>
