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 "XQuery Development Tools"

(xqdt.org is hosting account is suspended)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Egg-incubation.png]]
+
[[Image:Egg-incubation.png]]  
  
 
{{Infobox
 
{{Infobox
 
| name = XQuery Development Tools
 
| name = XQuery Development Tools
| website = http://wiki.eclipse.org/xqdt
+
| website = http://xqdt.org
 
| download = http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/
 
| download = http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/
 
| list = wtp-incubator-dev
 
| list = wtp-incubator-dev
}}
+
| source = http://git.eclipse.org/c/webtools/org.eclipse.webtools.incubator.git/tree/?h=xquery-dev
 +
}}  
  
XQDT provides support for editing, execution, and debugging of XQuery modules in Eclipse. Our goal is to have seamless integration with the Eclipse platform and the existing XQuery engines with a user experience consistent with both XQuery and Eclipse standards.
+
XQDT provides support for editing, execution, and debugging of XQuery modules in Eclipse. Our goal is to have seamless integration with the Eclipse platform and the existing XQuery engines with a user experience consistent with both XQuery and Eclipse standards.  
  
XQDT provides the following features:
+
=== Download ===
  
* Support for XQuery 3.0 (e.g., try-catch, group by, windowing)
+
* The latest stable version is 0.8 (28th August 2011)  
* Support for XQuery Updates and Scripting Extensions (as defined in the public Standard / Working Draft)
+
** Update site: http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/
* Syntax highlighting
+
** [[XQDT/Release Notes|Release notes]]
* Code completion and code templates
+
** [[XQDT/New and Noteworthy|New and Noteworthy]]
* As-you-type validation
+
* Semantic checking
+
* Quick fixes
+
* Launching and debugging XQuery (in progress)
+
  
===Download===
+
* Continuous integration builds are available for developers on the [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/ Hudson Build Server]:  
 
+
** [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastStableBuild/ Last Stable Build]  
* The latest stable version is 0.8.0 M4 (2nd February 2011)
+
** Update site: http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/
+
** [[XQDT/Release_Notes|Release notes]]
+
** [[XQDT/New_and_Noteworthy|New and Noteworthy]]
+
 
+
* Continuous integration builds are available for developers on the [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/ Hudson Build Server]:
+
** [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastStableBuild/ Last Stable Build]
+
 
** [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastSuccessfulBuild/ Last Successful Build]
 
** [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastSuccessfulBuild/ Last Successful Build]
  
===Tutorials===
+
=== Tutorials ===
  
* [http://www.xqdt.org/index.php/installing-xqdt-20/ Installing XQDT]
+
*[[XQDT/Installation|Installing XQDT]]
  
===Community===
+
=== Community ===
  
* [http://xqdt.org XQuery Development Tools Blog]
+
*[http://xqdt.org XQuery Development Tools Blog] (Note the target of this link is no longer valid)
* [https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Development Mailing List]
+
*[https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Development Mailing List]  
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=114& WTP Incubator Forum]
+
*[http://www.28msec.com Commercial Support]  
* [http://www.28msec.com Commercial Support]
+
*[https://bugs.eclipse.org/bugs/enter_bug.cgi?product=WTP%20Incubator&component=wtp.inc.xquery Report a Bug/Enhancement]
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=WTP%20Incubator&component=wtp.inc.xquery Report a Bug/Enhancement]
+
  
 +
<br>
  
===Contributor Resources===
+
=== Contributor Resources ===
  
* [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]
+
*[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]]
+
*[[XQuery Development Tools/Workspace Setup|Setting up the workspace for XQDT builds]]  
* [[XQuery Development Tools/Workspace Setup | Setting up the workspace for XQDT builds]]
+
*[[XQuery Development Tools/Where to Start|Where to Start...]]  
* [[XQuery Development Tools/Where to Start | Where to Start...]]
+
*[[XQuery Development Tools/Extension points|Extension points]]  
* [[XQuery Development Tools/Extension points | Extension points]]
+
*[[XQuery Development Tools/Build|Committer Builds]]  
* [[XQuery Development Tools/Build | Committer Builds]]
+
*[[XQuery Development Tools/Release|Release Process]]
* [[XQuery Development Tools/Release | Release Process]]
+
  
===Project Status===
+
=== Project Status ===
  
* [[:Category:XQDT Development Status Meetings|Development Status Meetings]]
+
*[[:Category:XQDT Development Status Meetings|Development Status Meetings]]  
* [[XQuery Development Tools/Release Notes | Milestone Release Notes]]  
+
*[[XQuery Development Tools/Release Notes|Milestone Release Notes]]
 +
*[[XQuery Development Tools/SSE | Structured Source Editor (SSE) migration]]
  
<br/>
+
<br>  
  
[[Category:XQuery Development Tools]]
+
[[Category:XQuery_Development_Tools]] [[Category:XML_Tools]] [[Category:Eclipse_Web_Tools_Platform_Project]]
[[Category:XML Tools]]
+
[[Category:Eclipse Web Tools Platform Project]]
+

Latest revision as of 06:39, 25 June 2015

Egg-incubation.png

XQuery Development Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

XQDT provides support for editing, execution, and debugging of XQuery modules in Eclipse. Our goal is to have seamless integration with the Eclipse platform and the existing XQuery engines with a user experience consistent with both XQuery and Eclipse standards.

Download

Tutorials

Community


Contributor Resources

Project Status


Back to the top