Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] tags for Orion 3.0

On Tue, Jul 9, 2013 at 2:58 PM, John Arthorne <John_Arthorne@xxxxxxxxxx> wrote:
I forgot to tag the release, I will do it today.

thanks
 
Once we switch to Tycho build I don't think we will need to tag every build. I'm hoping we get our build switched over very soon.

sounds good

trying to use jsdoc3 [1] which comes with a nice maven plugin [2] to generate
jsdoc from the Tycho build but it runs into illegal comments [3] so it seems I am using
the wrong jsdoc toolkit. Which toolkit do I need in order to make this work ?

[3] [INFO] Generating...
[INFO] js: "/Users/d029788/src/git/org.eclipse.orion.client/target/jsdoc3/jsdoc/jsdoc.js", line 306: exception from uncaught _javascript_ throw: Error: cannot create a doclet for the comment "/** * @param {"key"|"url"} type */": unable to parse the type _expression_ ""key"|"url"": Expected "!", "$", "(", "*", "...", "?", "\\", "_", "break", "case", "catch", "class", "const", "continue", "debugger", "default", "delete", "do", "else", "enum", "export", "extends", "false", "finally", "for", "function", "if", "implements", "import", "in", "instanceof", "interface", "let", "new", "null", "package", "private", "protected", "public", "return", "static", "super", "switch", "this", "throw", "true", "try", "typeof", "undefined", "var", "void", "while", "with", "yield", "{", Unicode letter number, Unicode lowercase letter, Unicode modifier letter, Unicode other letter, Unicode titlecase letter or Unicode uppercase letter but "\"" found.

--
Matthias

Back to the top