Re: Apidocs build failure on 4.14 with java 11 and centos 7

2020-12-01 Thread Greg Goodrich
I believe that will work, thank you!!! -- Greg Goodrich | IP Pathways Senior Developer 3600 109th Street | Urbandale, IA 50322 p. 515.422.9346 | e. ggoodr...@ippathways.com On Dec 1, 2020, at 1:43 PM, Wei ZHOU mailto:ustcweiz...@gmail.com>> wrote: Hi Greg, Can you t

Re: Apidocs build failure on 4.14 with java 11 and centos 7

2020-12-01 Thread Wei ZHOU
Hi Greg, Can you try "update-alternatives --config java" ? -Wei On Tue, 1 Dec 2020 at 19:35, Greg Goodrich wrote: > I’m working on setting up an automated build for CloudStack for 4.14 using > java 11 in a Centos 7 Docker container and was wondering if anyone has > experienced this, and how

Re: apidocs build failure

2020-08-09 Thread Rohit Yadav
Thanks Sina, we'll review and merge soon. Regards. From: Sina Kashipazha Sent: Saturday, August 8, 2020 17:49 To: dev@cloudstack.apache.org Subject: Re: apidocs build failure Hi Rohit, I created the following pr that fixed the apidoc issue in Mac.

Re: apidocs build failure

2020-08-08 Thread Sina Kashipazha
rchitect, ShapeBlue > > https://www.shapeblue.com > > > From: Sina Kashipazha > Sent: Wednesday, June 10, 2020 01:58 > To: dev@cloudstack.apache.org > Subject: Re: apidocs build failure > > Hi Rohit, > > Thanks for your suggestion to run the build

Re: apidocs build failure

2020-06-10 Thread Rohit Yadav
e.com From: Sina Kashipazha Sent: Wednesday, June 10, 2020 01:58 To: dev@cloudstack.apache.org Subject: Re: apidocs build failure Hi Rohit, Thanks for your suggestion to run the build command manually. I found the problem. Build script of apidocs used the sed i

Re: apidocs build failure

2020-06-09 Thread Sina Kashipazha
Hi Rohit, Thanks for your suggestion to run the build command manually. I found the problem. Build script of apidocs used the sed inline replacement option, which has a different signature in MAC OS. I added '' after -i option of sed command in the below lines, and it fixed my problem. https:/

Re: apidocs build failure

2020-06-08 Thread Rohit Yadav
Hi Sina, Are you seeing this on latest master? You can debug what's causing failure by either running the mvn command for -pl tools/apidocs, or run the command manually: https://github.com/apache/cloudstack/blob/master/tools/apidoc/pom.xml#L63 It could a jdk/java issue, you may install jenv and

Re: apidocs build failure

2017-02-22 Thread Will Stevens
__ > From: williamstev...@gmail.com on behalf of > Will Stevens > Sent: 21 February 2017 20:31:14 > To: dev@cloudstack.apache.org > Subject: Re: apidocs build failure > > Is there any chance we can fix the 'roles' issue with the API doc so we can > get th

Re: apidocs build failure

2017-02-21 Thread Rohit Yadav
2017 20:31:14 To: dev@cloudstack.apache.org Subject: Re: apidocs build failure Is there any chance we can fix the 'roles' issue with the API doc so we can get the docs split into the 'Admin', 'Domain Admin' and 'User' again? The introduction of the dynamic ro

Re: apidocs build failure

2017-02-21 Thread Will Stevens
ent: 17 February 2017 10:27 > To: dev@cloudstack.apache.org > Subject: Re: apidocs build failure > > Thanks Rajani, I've no objections. > > > Regards. > > ____________ > From: Rajani Karuturi > Sent: 17 February 2017 14:07:34 > To: dev@cloudst

RE: apidocs build failure

2017-02-21 Thread Daan Hoogland
: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] Sent: 17 February 2017 10:27 To: dev@cloudstack.apache.org Subject: Re: apidocs build failure Thanks Rajani, I've no objections. Regards. From: Rajani Karuturi Sent: 17 February 2017 14:07:34 To

Re: apidocs build failure

2017-02-17 Thread Rohit Yadav
Thanks Rajani, I've no objections. Regards. From: Rajani Karuturi Sent: 17 February 2017 14:07:34 To: dev@cloudstack.apache.org Subject: Re: apidocs build failure since travis is already verifying this, I asked infra to disable this job. Infra ticket

Re: apidocs build failure

2017-02-17 Thread Rajani Karuturi
since travis is already verifying this, I asked infra to disable this job. Infra ticket https://issues.apache.org/jira/browse/INFRA-13527 Please comment on the ticket if you think otherwise. Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On February 13, 2017 at 12:29 PM, Rohit Yadav (r

Re: apidocs build failure

2017-02-12 Thread Rohit Yadav
Jenkins need to have jdk8 available, someone need to setup jenv on it as well. (The first job in Travis does apidocs/marvin/rat related checks to validate changes and apidocs build). Regards. From: Rajani Karuturi Sent: 09 February 2017 12:21:40 To: dev@cloud

RE: apidocs build failure

2014-03-06 Thread Alex Hitchins
apache.org Subject: Re: apidocs build failure "git status" then you can see some files which are untracked. for example # api/src/com/cloud/network/OvsProvider.java # api/src/org/apache/cloudstack/api/command/admin/router/ConfigureOvsElementCmd.java # api/src/org/apache/cloudsta

Re: apidocs build failure

2014-03-06 Thread Wei ZHOU
969 > > alex.hitch...@shapeblue.com > > -Original Message- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: 06 March 2014 23:42 > To: dev@cloudstack.apache.org > Subject: RE: apidocs build failure > > I do not run into this issue

RE: apidocs build failure

2014-03-06 Thread Alex Hitchins
gards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: 06 March 2014 23:42 To: dev@cloudstack.apache.org Subject: RE: apidocs build failure I d

RE: apidocs build failure

2014-03-06 Thread Animesh Chaturvedi
I do not run into this issue in 4.3 branch. Animesh > -Original Message- > From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com] > Sent: Thursday, March 06, 2014 2:12 PM > To: dev > Subject: apidocs build failure > > Just trying a build against 4.3 (not 4.3-forward) and I get the foll

Re: apidocs build failure

2014-03-06 Thread Wei ZHOU
This is because of the command listOvsElements. Actually it is introduced in 4.4, so it should not exist in 4.3 However, if you cherry-pick the Ovs-related commits from master/4.4 to 4.3, you need to add a category in gen_toc.py diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index

RE: apidocs build failure

2014-03-06 Thread Alex Hitchins
: dev@cloudstack.apache.org Subject: Re: apidocs build failure Can't quite tell if that's the same as what I was seeing - haven't tried for a few days http://markmail.org/thread/6drub4m2xgrgtfxt On Mar 6, 2014, at 2:12 PM, Alex Hitchins mailto:alex.hitch...@shapeblue.com>> w

Re: apidocs build failure

2014-03-06 Thread John Kinsella
Can’t quite tell if that’s the same as what I was seeing - haven’t tried for a few days http://markmail.org/thread/6drub4m2xgrgtfxt On Mar 6, 2014, at 2:12 PM, Alex Hitchins mailto:alex.hitch...@shapeblue.com>> wrote: Just trying a build against 4.3 (not 4.3-forward) and I get the following err