<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: First package of jsdoc-toolkit-ext</title>
	<atom:link href="http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/feed/" rel="self" type="application/rss+xml" />
	<link>http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/</link>
	<description>Exciting brainjunk of Cornelius Weiss</description>
	<lastBuildDate>Tue, 07 Jun 2011 19:20:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: Dan</title>
		<link>http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/comment-page-1/#comment-3313</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 08 Jul 2008 03:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=73#comment-3313</guid>
		<description>Hi,

I&#039;ve just checked out the most recent version (on 8th July) including the patches that were submitted on the ext forum - everything gets generated, but nothing gets displayed in the tree.

Looking at the code, it&#039;s trying to load child node data from Docs.classData - in the docs.js file that was output, Docs has no properties, it&#039;s declared like so:

Docs = {};

Any idea what&#039;s gone wrong? The last version I tried worked really well.

Thanks,

Dan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve just checked out the most recent version (on 8th July) including the patches that were submitted on the ext forum &#8211; everything gets generated, but nothing gets displayed in the tree.</p>
<p>Looking at the code, it&#8217;s trying to load child node data from Docs.classData &#8211; in the docs.js file that was output, Docs has no properties, it&#8217;s declared like so:</p>
<p>Docs = {};</p>
<p>Any idea what&#8217;s gone wrong? The last version I tried worked really well.</p>
<p>Thanks,</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emp1</title>
		<link>http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/comment-page-1/#comment-2462</link>
		<dc:creator>Emp1</dc:creator>
		<pubDate>Sun, 15 Jun 2008 18:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=73#comment-2462</guid>
		<description>HI, you are making a great tool.
I still have a problem with template/ext. When i launch the script on windows xp,

java -jar jsrun.jar app/main.js -a -t=templates/ext -r ../JSSSOURCES

Then i get this output:

Plugin Ext installed
num classes: 7

The files are created but they are like this one:
http://emp1.fr/JSSOURCES_api.js.html

My template seams to be good, so what&#039;s wrong please?</description>
		<content:encoded><![CDATA[<p>HI, you are making a great tool.<br />
I still have a problem with template/ext. When i launch the script on windows xp,</p>
<p>java -jar jsrun.jar app/main.js -a -t=templates/ext -r ../JSSSOURCES</p>
<p>Then i get this output:</p>
<p>Plugin Ext installed<br />
num classes: 7</p>
<p>The files are created but they are like this one:<br />
<a href="http://emp1.fr/JSSOURCES_api.js.html" rel="nofollow">http://emp1.fr/JSSOURCES_api.js.html</a></p>
<p>My template seams to be good, so what&#8217;s wrong please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christocracy</title>
		<link>http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/comment-page-1/#comment-1264</link>
		<dc:creator>Christocracy</dc:creator>
		<pubDate>Tue, 15 Apr 2008 01:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=73#comment-1264</guid>
		<description>Hey Cornelius.

I&#039;ve started writing a blog-entry about Jsdoc Toolkit on my blog &lt;a href=&quot;http://www.extonrails.com/?q=node/27&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey Cornelius.</p>
<p>I&#8217;ve started writing a blog-entry about Jsdoc Toolkit on my blog <a href="http://www.extonrails.com/?q=node/27" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornelius Weiss</title>
		<link>http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/comment-page-1/#comment-1167</link>
		<dc:creator>Cornelius Weiss</dc:creator>
		<pubDate>Wed, 09 Apr 2008 21:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=73#comment-1167</guid>
		<description>@Shyru
Which operating system do you use? I have it running under OS X and Solaris w.o problems and without the need of JSDOC.Lang.read_hex() and Dumper.js.

Dumper.js has a license not compatible to the jsrun.jar, so i removed it. But I guess that it&#039;s used in some exception cases.

I always let the svn information in, to allow easy updates.

@dan
yes, the stuff is based on 2.0. I&#039;ll need to take a look how the plugin-manager developed, hopefully I can skip the custiom stuff and only supply a plugin for the official code.</description>
		<content:encoded><![CDATA[<p>@Shyru<br />
Which operating system do you use? I have it running under OS X and Solaris w.o problems and without the need of JSDOC.Lang.read_hex() and Dumper.js.</p>
<p>Dumper.js has a license not compatible to the jsrun.jar, so i removed it. But I guess that it&#8217;s used in some exception cases.</p>
<p>I always let the svn information in, to allow easy updates.</p>
<p>@dan<br />
yes, the stuff is based on 2.0. I&#8217;ll need to take a look how the plugin-manager developed, hopefully I can skip the custiom stuff and only supply a plugin for the official code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/comment-page-1/#comment-1141</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 08 Apr 2008 01:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=73#comment-1141</guid>
		<description>Works really well - thanks.

Do you have any plans to work with version 2 of the jsdoc-toolkit - the current beta (which looks close to launch) allows plugins which may work well with your solution.</description>
		<content:encoded><![CDATA[<p>Works really well &#8211; thanks.</p>
<p>Do you have any plans to work with version 2 of the jsdoc-toolkit &#8211; the current beta (which looks close to launch) allows plugins which may work well with your solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyru</title>
		<link>http://corneliusweiss.de/2008/03/11/first-package-of-jsdoc-toolkit-ext/comment-page-1/#comment-1134</link>
		<dc:creator>Shyru</dc:creator>
		<pubDate>Mon, 07 Apr 2008 16:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=73#comment-1134</guid>
		<description>I just tried your release.
This is what I found out:
JSDOC.Lang.read_hex() was a missing function - I copied it from jsdoc-tk 2.0

The publish.js is faulty because it forgets to copy numerous files which are also not available in the template directory. I copied all files from the sample documentation directory, and then it worked.

It is currently not possible to launch jsdoc from outside the jsdoc directory because of path errors. - With jsdoc-tk 1.x this was possible.

The package had all .svn directories included. Hint: (In case you did not just forget) make an svn export before releasing something.

Other than that it works, but shows the known limitations in the output, but I think that is clear, and I will not report the various problems unless desired.

All in all, great work so far, keep it up!! Even with the current flaws it is way better as the default jsdoc templates!</description>
		<content:encoded><![CDATA[<p>I just tried your release.<br />
This is what I found out:<br />
JSDOC.Lang.read_hex() was a missing function &#8211; I copied it from jsdoc-tk 2.0</p>
<p>The publish.js is faulty because it forgets to copy numerous files which are also not available in the template directory. I copied all files from the sample documentation directory, and then it worked.</p>
<p>It is currently not possible to launch jsdoc from outside the jsdoc directory because of path errors. &#8211; With jsdoc-tk 1.x this was possible.</p>
<p>The package had all .svn directories included. Hint: (In case you did not just forget) make an svn export before releasing something.</p>
<p>Other than that it works, but shows the known limitations in the output, but I think that is clear, and I will not report the various problems unless desired.</p>
<p>All in all, great work so far, keep it up!! Even with the current flaws it is way better as the default jsdoc templates!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

