[eclipse-poky] Eclipse plugin development on timo/maven
Lewis, ScottX
scottx.lewis at intel.com
Thu Jan 25 14:44:59 PST 2018
Hi Tim,
I installed all of the Documentation tools (ubuntu 16.04 listed here):
http://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#required-packages-for-the-host-development-system
But when I do a maven build (in eclipse) I get:
[INFO] --- exec-maven-plugin:1.6.0:exec (generate-docs) @ org.yocto.doc.user ---
Cloning into '/home/slewis/git/eclipse-poky-contrib/docs'...
fatal: unable to access 'http://git.yoctoproject.org/git/yocto-docs/': Failed to connect to git.yoctoproject.org port 80: Connection timed out
generate-doc.sh: 18: shift: can't shift that many
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 2 (Exit value: 2)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
<more stack that's just maven code>
It seems to be due to generate-doc.sh line 18, which is simply:
shift $1
Any idea what's going on here? Again this is ubuntu 16.04, with the Documentation tools installed, running from maven in Eclipse.
Scott
________________________________________
From: eclipse-poky-bounces at yoctoproject.org [eclipse-poky-bounces at yoctoproject.org] on behalf of Tim Orling [timothy.t.orling at linux.intel.com]
Sent: Tuesday, January 23, 2018 8:58 PM
To: Paul Eggleton
Cc: eclipse-poky at yoctoproject.org
Subject: Re: [eclipse-poky] Eclipse plugin development on timo/maven
> On Jan 23, 2018, at 6:57 PM, Paul Eggleton <paul.eggleton at linux.intel.com> wrote:
>
> Hi folks,
<snip>
> downloaded a whole bunch of things and then seemed to stall cloning into the
> "docs" directory.
<snip>
Perhaps your host does not have the required packages to build the documentation?
http://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#required-packages-for-the-host-development-system
See the Documentation subheading for your distribution.
e.g. for Fedora:
$ sudo dnf install make docbook-style-dsssl docbook-style-xsl \
docbook-dtds docbook-utils fop libxslt dblatex xmlto
> Thanks,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
> _______________________________________________
> eclipse-poky mailing list
> eclipse-poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/eclipse-poky
_______________________________________________
eclipse-poky mailing list
eclipse-poky at yoctoproject.org
https://lists.yoctoproject.org/listinfo/eclipse-poky
More information about the eclipse-yocto
mailing list