Donal,

The page (found after following instructions on the page not found page)
says,
mvn clean install -P developer,systemvm

How is this deprecated? Or do you mean that not adding the -P option is?


On Fri, Jul 26, 2013 at 10:51 AM, Donal Lafferty
<donal.laffe...@citrix.com>wrote:

> AFAIK, using 'mvn clean install' to build master is deprecated.
>
> See
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch#Howtobuildonmasterbranch-BuildingCloudStackfor
>  updated instructions.
>
>
> DL
>
>
> > -----Original Message-----
> > From: Min Chen [mailto:min.c...@citrix.com]
> > Sent: 26 July 2013 5:57 AM
> > To: <dev@cloudstack.apache.org>
> > Cc: dev@cloudstack.apache.org
> > Subject: Re: Build failure on master...anyone know what this is?
> >
> > Thanks Prasanna. I only did normal mvn clean install before checking in,
> > missed this apidoc failure. Will remember this tip.
> >
> > -min
> >
> > Sent from my iPhone
> >
> > On Jul 25, 2013, at 9:38 PM, "Prasanna Santhanam" <t...@apache.org>
> wrote:
> >
> > > What this is is the table of content mapper on the API documentation
> > > page you see in the cloudstack docs. Based on the API prefixes we put
> > > it in the right category. eg: deleteCacheStore, createCacheStore etc
> > > go under the heading "Image Store"
> > >
> > > The file to change when you introduce a new API is
> > > 'tools/apidoc/gen_toc.py'. Go to the dictionary and add your mapping
> > > for API -> category.
> > >
> > > If you don't the 'mvn -Pdeveloper -pl :cloud-apidoc clean install'
> > > will fail.
> > >
> > > On Fri, Jul 26, 2013 at 02:54:57AM +0000, Alex Huang wrote:
> > >> [INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc ---
> > >> Check, is this api part of another build profile? Null value for key:
> > >> configureSimulator preProcessedCommand=1 Traceback (most recent call
> > last):
> > >>  File "/cyg/d/src/acs/master/tools/apidoc/gen_toc.py", line 189, in
> > <module>
> > >>    category = choose_category(fn)
> > >>  File "/cyg/d/src/acs/master/tools/apidoc/gen_toc.py", line 169, in
> > choose_category
> > >>    (fn, __file__))
> > >> Exception: Need to add a category for deleteCacheStore.xml to
> > >> /cyg/d/src/acs/master/tools/apidoc/gen_toc.py:known_categories
> > >>
> > >>
> > >> Thanks.
> > >> --Alex
> > >
> > > --
> > > Prasanna.,
> > >
> > > ------------------------
> > > Powered by BigRock.com
> > >
>

Reply via email to