Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Writing Jelly views with IDE assistance

Revision as of 19:04, 17 July 2013 by Scott.fisher.oracle.com (Talk | contribs) (Using schemas for Jelly tags)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using schemas for Jelly tags

XML schemas for tag libraries defined in Jelly, stapler, and Hudson are available. Most modern IDEs and other XML editors can use them to provide auto-completion, which improves your productivity.

Tool-specific configuration

IntelliJ IDEA

See http://www.jetbrains.com/idea/webhelp/referencing-dtd-or-schema.html. Note that when you refer to local files, IntelliJ doesn't make copies, so you can update schemas just by overwriting those files. This is convenient for handling schemas that change frequently. NetBeans

NetBeans 6.7 (starting with the Beta) should offer completion on these schemas automatically. Stapler plugin for IntelliJ IDEA

We have a plugin for IntelliJ IDEA that assists Jelly file authoring.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.