1, If you have run cloudstack build with required profile, post that go to <cs_root>tools/marvin directory and run "python setup.py install", this should install marvin on your machine.
2, If we want to create tar.gz file and copy it on to another machine, just run python setup.py sdist, under <cs_root>tools/marvin, and it will create tar.gz file under dist/ directory. Then, you can install through normal pip install Note : Before that, just verify whether all relevant API cmd files(py files) are created under <cs_root>/tools/marvin/marvin/cloudstackAPI/ Santhosh On Fri, Aug 14, 2015 at 11:56 PM, Abhinandan Prateek < abhinandan.prat...@shapeblue.com> wrote: > Getting following errors on building marvin, although the target is > successful, there is no tools/marvin/dist/Marvin-*.tar.gz created !: > > (mvn -P developer -pl :cloud-marvin) > > > > [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ > cloud-marvin --- > [INFO] Installing /mnt/hgfs/cloudstack_shapeblue/tools/marvin/pom.xml to > /root/.m2/repository/org/apache/cloudstack/cloud-marvin/4.6.0-SNAPSHOT/cloud-marvin-4.6.0-SNAPSHOT.pom > [INFO] > [INFO] --- exec-maven-plugin:1.2.1:exec (install) @ cloud-marvin --- > /usr/local/lib/python2.7/site-packages/setuptools-18.1-py2.7.egg/setuptools/dist.py:294: > UserWarning: The version specified ('4.6.0-SNAPSHOT') is an invalid > version, this may not work as expected with newer versions of setuptools, > pip, and PyPI. Please see PEP 440 for more details. > running sdist > running egg_info > writing requirements to Marvin.egg-info/requires.txt > writing Marvin.egg-info/PKG-INFO > writing top-level names to Marvin.egg-info/top_level.txt > writing dependency_links to Marvin.egg-info/dependency_links.txt > writing entry points to Marvin.egg-info/entry_points.txt > reading manifest file 'Marvin.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching '*.txt' under directory 'docs' > writing manifest file 'Marvin.egg-info/SOURCES.txt' > warning: sdist: standard file not found: should have one of README, > README.rst, README.txt > > running check > making hard links in Marvin-4.6.0-SNAPSHOT... > hard linking CHANGES.txt -> Marvin-4.6.0-SNAPSHOT > error: [Errno 1] Operation not permitted > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 8.659 s > [INFO] Finished at: 2015-08-14T19:22:26+05:30 > [INFO] Final Memory: 53M/241M > > > > Find out more about ShapeBlue and our range of CloudStack related services > > IaaS Cloud Design & Build< > http://shapeblue.com/iaas-cloud-design-and-build//> > CSForge - rapid IaaS deployment framework<http://shapeblue.com/csforge/> > CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> > CloudStack Software Engineering< > http://shapeblue.com/cloudstack-software-engineering/> > CloudStack Infrastructure Support< > http://shapeblue.com/cloudstack-infrastructure-support/> > CloudStack Bootcamp Training Courses< > http://shapeblue.com/cloudstack-training/> > > This email and any attachments to it may be confidential and are intended > solely for the use of the individual to whom it is addressed. Any views or > opinions expressed are solely those of the author and do not necessarily > represent those of Shape Blue Ltd or related companies. If you are not the > intended recipient of this email, you must neither take any action based > upon its contents, nor copy or show it to anyone. Please contact the sender > if you believe you have received this email in error. Shape Blue Ltd is a > company incorporated in England & Wales. ShapeBlue Services India LLP is a > company incorporated in India and is operated under license from Shape Blue > Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil > and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is > a company registered by The Republic of South Africa and is traded under > license from Shape Blue Ltd. ShapeBlue is a registered trademark. >