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

Difference between revisions of "XQDT"

(Project Status)
(Moved the main XQDT page to XQuery Development Tools)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Background=
+
#REDIRECT [[XQuery Development Tools]]
[[Image:Egg-incubation.png|right]]
+
 
+
'''XQuery Development Tools (XQDT) is now part of the Web Tools Project Incubator. Our goal is to get out of the egg (a.k.a graduate).'''
+
 
+
XQDT provides support of XQuery inside Eclipse. Our goal is to have seamless integration with the Eclipse platform and the existing XQuery engines but also to create a user experience consistent with both XQuery and Eclipse standards.
+
 
+
XQDT provides the following features:
+
 
+
* Support for XQuery 1.1 (e.g., try-catch, group by, windowing)
+
* Support for XQuery Updates and Scripting Extensions (as defined in the public Standard / Working Draft)
+
* Syntax highlighting
+
* Code completion and code templates
+
* Launching and debugging (in progress) XQuery
+
* As-you-type validation
+
* Semantic checking
+
 
+
 
+
=Download=
+
 
+
 
+
== Eclipse Development ==
+
 
+
Latest developer snapshots can be found on the XQDT build, along with trends and metrics.  Both ZIPs and P2 Zipped update site are available for download.
+
 
+
{{note | These builds are for developer or early adopter use only.}}
+
 
+
* [https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-xquery/ Committer Continuous Integration builds]
+
* [https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-xquery/lastStableBuild/ Last Stable Build]
+
* [https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-xquery/lastSuccessfulBuild/ Last Successful Build]
+
 
+
 
+
 
+
== Prior Releases ==
+
The latest released version (XQDT 2.1.1) can be still downloaded from the old xqdt.org website until the migration to the Eclipse infrastructure is complete:
+
 
+
http://www.xqdt.org/xqdt/2.0/
+
 
+
NOTE: Once the migration is complete another versioning policy will be applied. This will make your current installation obsolete and a new installation will be necessary from an eclipse.org hosted update site.
+
 
+
=Documentation=
+
 
+
* '''User Guide'''
+
 
+
* '''Tutorials'''
+
 
+
* [[XQDT/Build | Committer Builds]]
+
 
+
=Contributions and Contributing=
+
 
+
For those that would like to contribute to XQDT by supplying patches, and enhancements.
+
 
+
Other Resources:
+
 
+
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=WTP%20Incubator Report a Bug/Enhancement]
+
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&classification=WebTools&component=wtp.inc.xquery&email1=&email2=&emailtype1=substring&emailtype2=substring&field0-0-0=noop&keywords=&keywords_type=allwords&longdesc=&longdesc_type=allwordssubstr&product=WTP%20Incubator&query_format=advanced&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type0-0-0=noop&value0-0-0=&votes=&title=Bug%20List All Open Bugs]
+
* [[CVS_Howto | CVS Howto]]
+
* [https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-xquery/ XQuery Integration Builds]
+
* [[XQDT/Build | XQuery Builds]]
+
 
+
=Project Status=
+
 
+
Visit our [[:Category:XQDT Development Status Meetings|Development Status Meetings]] page for more information.
+
 
+
 
+
[[Category:XQuery Development Tools]]
+
[[Category:XML Tools]]
+
[[Category:Eclipse Web Tools Platform Project]]
+

Latest revision as of 07:30, 24 November 2009

Back to the top