Hello, >> I have DevCloud2 running with ACS 4.1 pulled in via git.
You'll want to make sure you are on either the master or 4.2 branch for UI plugins to work, since they didn't exist on 4.1 or earlier. -Brian -----Original Message----- From: CK [mailto:cloudw...@gmail.com] Sent: Tuesday, July 02, 2013 11:04 AM To: dev@cloudstack.apache.org Subject: Re: ACS plugins Hi Pranav, To keep things simple, I have exactly followed the wiki: https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutorial but it did not work :-( I have DevCloud2 running with ACS 4.1 pulled in via git. The /ui/plugins folder did not exist so I created it and followed the wiki creating the directory structure and creating /ui/plugins/plugins.js In the Wiki when it says "...rerun the build UI portion of the mvn build..." which of the mvn commands do I need to run from the /opt/cloudstack directory: 1) mvn -P developer,systemvm clean install 2) mvn -P developer -pl developer,tools/devcloud -Ddeploydb 3) mvn -pl :cloud-client-ui jetty:run Thanks On 2 July 2013 18:26, Pranav Saxena <pranav.sax...@citrix.com> wrote: > Please see my comments inline and shoot any queries you may have with > UI plugins - > > Thanks, > Pranav > -----Original Message----- > From: CK [mailto:cloudw...@gmail.com] > Sent: Tuesday, July 02, 2013 9:36 PM > To: dev@cloudstack.apache.org > Subject: ACS plugins > > Hi, > > Are UI plugins implemented/deployed differently to other types such as > API, Storage or Networking plugins (reside under /cloudstack/plugins) > [Pranav] - Yes , UI plugins are implemented in their own unique way . > The wiki page elaborates on the pattern/structure you need to follow > to develop a UI plugin. > > I am looking at writing a UI plugin, browsing the wiki I have come > across this page: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutor > ial > > It mentions plugins reside in the /ui/plugins/(pluginID)folder and are > registered in: /ui/plugins/plugins.js > > Is the UI plugin wiki correct and the one I should follow as opposed > to the API plugins? > [Pranav] - This is the perfect wiki page . Please follow it . > > Thanks >