[Openstack-docs] identity-api: Building broken
dfleming at austin.rr.com
dfleming at austin.rr.com
Mon Jul 28 16:07:29 UTC 2014
The problem was, the identity-admin.wadl in the api-site repo was updated, including method names to avoid duplication.
However, the ch_identity-service-api.xml file in the identity-api repo was not concurrently updated to update those references.
Once I resolved those references, everything builds okay.
---- Jorge Williams <jorge.williams at rackspace.com> wrote:
> Cool, you rock, thanks!
>
> Can you explain exactly how things were broken — I didn’t dig deep enough to tell.
>
> -jOrGe W.
>
>
> On Jul 28, 2014, at 10:29 AM, dfleming <dfleming at austin.rr.com> wrote:
>
> > Jorge, I already submitted a fix
> >
> >
> > Sent from my Verizon Wireless 4G LTE smartphone
> >
> >
> > -------- Original message --------
> > From: Jorge Williams
> > Date:07/28/2014 9:58 AM (GMT-06:00)
> > To: Christian Berendt
> > Cc: dfleming , openstack-docs at lists.openstack.org
> > Subject: Re: [Openstack-docs] identity-api: Building broken
> >
> > I’ve confirmed that the error was actually introduced in the WADL not in clouddocs-maven-plugin.
> >
> > This commit:
> >
> > https://github.com/openstack/api-site/commit/37c8cef1ccb038c7a7580bb3ea302a53f79c7663
> >
> > seems to have introduced the error. Going back to the WADL version before that commit, causes the doc to build with no issues.
> >
> > You can test this locally by replacing instances of
> >
> > > http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity-admin.wadl
> >
> > in the doc with
> >
> > https://raw.githubusercontent.com/openstack/api-site/113f501aa569aca3166219025bb396fda115582d/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity-admin.wadl
> >
> > (The version before the offending commit)
> >
> > and you’ll note things will build correctly.
> >
> > Not sure, why the cloud-docs maven plugin is throwing the error that it is given the offending WADL, I’ll have to dig in when I get a chance, but reverting that commit, should resolve the issue in the short term.
> >
> > -jOrGe W.
> >
> >
> > On Jul 28, 2014, at 8:27 AM, Christian Berendt <berendt at b1-systems.de> wrote:
> >
> > > On 07/28/2014 03:21 PM, dfleming wrote:
> > >> I am pretty certain it has to do with the wadl
> > >
> > > +1
> > >
> > > The problem is that there are two identical xml:ids generated by
> > > something during the build process. It looks like the affected WADL
> > > resource is
> > > http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity-admin.wadl.
> > > The file is included in the XML file v2.0/src/ch_identity-service-api.xml.
> > >
> > > Christian.
> > >
> > > --
> > > Christian Berendt
> > > Cloud Computing Solution Architect
> > > Mail: berendt at b1-systems.de
> > >
> > > B1 Systems GmbH
> > > Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
> > > GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
> > >
> > > _______________________________________________
> > > Openstack-docs mailing list
> > > Openstack-docs at lists.openstack.org
> > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs
> >
>
More information about the Openstack-docs
mailing list