[Bug 1241029] Re: Cannot generate API web docs from source

2014-02-07 Thread Daniel Holbach
** Changed in: ubuntu-html5-theme Status: Fix Committed = Fix Released ** Changed in: ubuntu-html5-theme (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1241029] Re: Cannot generate API web docs from source

2014-02-07 Thread Kyle Nitzsche
** Changed in: ubuntu-html5-theme Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241029 Title: Cannot generate API web docs from source To manage

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-31 Thread David Barth
** Changed in: ubuntu-html5-theme (Ubuntu) Status: Fix Released = Fix Committed ** Changed in: ubuntu-html5-theme Status: Fix Released = In Progress ** Changed in: ubuntu-html5-theme (Ubuntu) Status: Fix Committed = In Progress -- You received this bug notification because

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-28 Thread David Barth
** Changed in: ubuntu-html5-theme Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241029 Title: Cannot generate API web docs from source To manage

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-21 Thread David Barth
Kyle or Robert, can you make this package depend on nodejs-legacy, and you will get the right alias for node. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241029 Title: Cannot generate API web

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-21 Thread Robert Bruce Park
If your package depends on /usr/bin/node being a symlink to /usr/bin/nodejs, then you need to install the nodejs-legacy package, which is already in the archive (don't be scared by the name 'legacy', that's just what debian people call it because they are trying to rename THE ENTIRE WORLD from

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-21 Thread David Barth
You need to use the nodejs package that comes from our Cordova PPA. It contains the right link from node to nodejs. https://launchpad.net/~cordova-ubuntu/+archive/ppa Otherwise, Robert needs to land that in trusty proper to get rid of those node/nodejs issues. -- You received this bug

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-21 Thread Kyle Nitzsche
Bruce, yes. The issues is that yuidoc's wrapper starts with this shebang: #!/usr/bin/env node However: 'node' is not an executable on PATH. Installing nodejs-legacy adds a symlink: lrwxrwxrwx 1 root root 6 Dec 23 00:17 /usr/bin/node - nodejs After which the above procedure should work (I think

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-21 Thread Kyle Nitzsche
Here is the *REVISED* method I use to generate the docs from ubuntu- html-theme source: # install npm sudo apt-get install npm nodejs-legacy # use npm to install yuidocjs globally sudo npm -g install yuidocjs # get ubuntu-html5-theme source branch bzr branch lp:ubuntu-html5-theme # move to

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-20 Thread Daniel Holbach
** Tags added: html5-blocker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241029 Title: Cannot generate API web docs from source To manage notifications about this bug go to:

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-17 Thread Michael Hall
Trying the steps above on 13.10 I run into the following error: mhall@mhall-thinkpad:~/projects/Ubuntu/sdk/ubuntu-html5-theme/0.1/ambiance/js$ yuidoc -c yuidoc.json . /usr/bin/env: node: No such file or directory -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-16 Thread Kyle Nitzsche
Here is the method I use to generate the docs from ubuntu-html-theme source: # install npm sudo apt-get install npm # use npm to install yuidocjs globally sudo npm -g install yuidocjs # get ubuntu-html5-theme source branch bzr branch lp:ubuntu-html5-theme # move to the js dir cd

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/ubuntu-html5-theme -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241029 Title: Cannot generate API web docs from source To manage notifications about

[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-html5-theme - 0.1+14.04.20140107-0ubuntu1 --- ubuntu-html5-theme (0.1+14.04.20140107-0ubuntu1) trusty; urgency=low [ Adnane Belmadiaf ] * s/parentNode/parendNode Spaces instead of tabs. (LP: #1241215) * Add option selector widget. (LP:

[Bug 1241029] Re: Cannot generate API web docs from source

2013-11-19 Thread Adnane Belmadiaf
** Changed in: ubuntu-html5-theme Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241029 Title: Cannot generate API web docs from source To manage