Re: [wtp-dev] Choose XML Formatter based on Priority

2015-03-15 Thread David Carver
formatter is currently chosen? And, yes, "priority" was often seen as solving problems, but there were concerns about how that's work "in the wild" -- you know, everyone "wants highest priority". :) (But, I'm not saying something couldn't be done

Re: [wtp-dev] Choose XML Formatter based on Priority

2015-03-15 Thread David Carver
ing a way to do this better. Btw. What is so special about the android xml to not just be handled by a normal xml formatter? Could it be fixed by improving the default xml formatter ? /max http://about.me/maxandersen On 13 Mar 2015, at 18:48, David Carver <mailto:d_a_car...@yahoo.com>&g

[wtp-dev] Choose XML Formatter based on Priority

2015-03-13 Thread David Carver
In the Andmore project we have an inheritted the ADT XML formater. Right now it is taking precedence over any other formatter. So when you try to do a Source->Format on a project and you have the ADT plugins installed, the XML Formatter from ADT is taking over for all XML files. I checked th

[wtp-dev] EclipseCon 2012 Submissions

2011-11-15 Thread David Carver
Reminder, that the last day to submit a session proposal or tutorial is Friday, Nov 18th. Dave ___ wtp-dev mailing list wtp-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/wtp-dev

[wtp-dev] CQ Awaiting Approval

2011-07-27 Thread David Carver
I have a CQ that has been waiting approval from a PMC member for a couple of weeks. Can somebody please take a look at it and either approve or reject it. https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5303 Dave ___ wtp-dev mailing list wtp-dev@ec

Re: [wtp-dev] What happend to http://download.eclipse.org/webtools/repository/indigo/ ?

2011-06-15 Thread David Carver
Can't we just have a permenant location that Adopters can point to, and just do a composite repo? If Adopters are using tycho/maven for their builds, it is a big pain to have to change your repository location, just because some artifacts were updated. Dave On 06/15/2011 07:09 PM, David M Wi

Re: [wtp-dev] Status of WSDL and XSD editor development

2011-02-25 Thread David Carver
which can use some attention. We can discuss the list of bugs to focus on. Regards, Keith Chong WTP Web Services From: David Carver To: wtp-dev@eclipse.org Date: 02/24/2011 02:30 PM Subject:[wtp-dev] Status of WSDL and XSD editor development Sent by:wtp-dev-boun...@e

[wtp-dev] Status of WSDL and XSD editor development

2011-02-24 Thread David Carver
Keith and Valentine: I have a quick question and some concerns about the progress of WTP XSD and WSDL editor development and bug fixes for 3.3, and am wondering if there is anything I can do to help. I did a query against bugzilla and found the following bugs have been fixed or closed: htt

Re: [wtp-dev] How to access a remote SourceForge SVN repository form a Hudson build?

2010-11-29 Thread David Carver
at 3:34 PM, David Carver wrote: What type of files are these? Are they binaries, or data inputs. Regardless they may need to go through a CQ. Dave On 11/29/2010 09:00 AM, Gabriel Petrovay wrote: Hi, During our Hudson builds I want to access a SourceForge SVN repository of another project

Re: [wtp-dev] How to access a remote SourceForge SVN repository form a Hudson build?

2010-11-29 Thread David Carver
What type of files are these? Are they binaries, or data inputs. Regardless they may need to go through a CQ. Dave On 11/29/2010 09:00 AM, Gabriel Petrovay wrote: Hi, During our Hudson builds I want to access a SourceForge SVN repository of another project to download some files used as inp

Re: [wtp-dev] Notice that preliminary support for HTML5 will be in WTP Service Release 3.2.2 (Helios SR1)

2010-09-02 Thread David Carver
On 09/01/2010 10:26 PM, David M Williams wrote: We (the WTP PMC and Source Editing Project) wanted to be sure to communicate well to the community that our upcoming service release will contain preliminary source editing support for HTML5. See bug 292415. https://bugs.eclipse.org/bugs/show_

Re: [wtp-dev] documentation error

2010-08-10 Thread David Carver
Error 2 is not an error, both are correct urls. The first one is for the Helios release. The second contains updates like the soon/just release WTP 3.2.1 which isn't in Helios yet. Dave On 08/10/2010 07:41 AM, Campbell, Lance wrote: I believe I may have found two documentation errors. I

Re: [wtp-dev] Loading a ContentModel correctly

2010-08-10 Thread David Carver
t the properties PROPERTY_AUTO_LOAD = true and PROPERTY_ASYNC_LOAD = false on the CMDocumentManager. -Jesper On Tue, Aug 10, 2010 at 6:28 AM, David Carver wrote: I have some unit tests in which I need to load up a content model, the xml file references a DTD, with a SYSTEMID = "staff.dtd".

Re: [wtp-dev] Loading a ContentModel correctly

2010-08-10 Thread David Carver
ither absolute or a URL. Regards, --- Nitin Dahyabhai Eclipse WTP Source Editing and JSDT IBM Rational From: David Carver To: "General discussion of project-wide or architectural issues." Date: 08/10/2010 11:17 AM Subject: Re: [wtp-dev] Loading a ContentModel correctly Sent by: wtp-dev-boun

Re: [wtp-dev] Loading a ContentModel correctly

2010-08-10 Thread David Carver
Dave I've been using org.eclipse.wst.xml.core.internal.contentmodel.modelquery.CMDocumentManager.getCMDocument(String, String, String), but first you need to set the properties PROPERTY_AUTO_LOAD = true and PROPERTY_ASYNC_LOAD = false on the CMDocumentManager. -Jesper On Tue, Aug 10, 2010 at 6:28 AM, David Carver wrote: I have some unit tests in

[wtp-dev] Loading a ContentModel correctly

2010-08-09 Thread David Carver
I have some unit tests in which I need to load up a content model, the xml file references a DTD, with a SYSTEMID = "staff.dtd". Unfortunately, the code in this message always resolves this is: file:///staff.dtd Instead of trying to resolve it relative to the XML file that is referencing it

Re: [wtp-dev] Re: Problems with CVS?

2010-07-15 Thread David Carver
This should be fixed now, they had to reboot one of the routers. Dave On 07/15/2010 07:42 AM, Gabriel Petrovay wrote: > From the console I try: cvs -d:pserver:anonym...@dev.eclipse.org:/cvsroot/webtools -q export -r HEAD incubator/sourceediting/features/org.eclipse.wst.xquery.feature/featur

[wtp-dev] PsychoPath XPath 2.0 support in Xerces-J

2010-06-19 Thread David Carver
http://xerces.apache.org/xerces2-j/faq-xs.html#faq-2 Dave ___ wtp-dev mailing list wtp-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/wtp-dev

[wtp-dev] Fwd: [ANNOUNCEMENT]: Apache Xerces-J 2.10.0 now available

2010-06-19 Thread David Carver
Just an FYI, this release of Xerces-J makes use of the PsychoPath XPath 2.0 processor from the wst.xsl component for XPath 2.0 support in XML Schema Assertions. Dave Original Message Subject:[ANNOUNCEMENT]: Apache Xerces-J 2.10.0 now available Resent-Date:Sat, 19

[wtp-dev] VEX Hudson Build

2010-05-04 Thread David Carver
I'm going to be playing around with the VEX Hudson build to see if I can get it building on the new build2 slave machine. So ignore any failures that may occur between now and then. Dave ___ wtp-dev mailing list wtp-dev@eclipse.org https://dev.eclip

Re: [wtp-dev] Hudson XSD test failure

2010-04-23 Thread David Carver
more robust and not depend on this plug-in we can incorporate a custom system catalog entry in the test itself. I'll attach the new test as son as it is ready. Regards, Gabriel. David C

Re: [wtp-dev] XML Templates - Input Proposals?

2010-04-23 Thread David Carver
The best thing you may want to do is implement some Namespace Aware contenet assistance. We do this for the XSL Tools plugins which extend the current XML editor to provide XSLT support. Dave On 04/23/2010 09:36 AM, Nikolay Georgiev wrote: Is it possible to have in the XML Templates beside

[wtp-dev] Hudson XSD test failure

2010-04-23 Thread David Carver
Just a note if you haven't seen it, there is a test failure with the XSD Caching implementation on the Hudson server. https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-wst.xml/189/testReport/? Dave ___ wtp-dev mailing list wtp-dev@eclipse.org htt

Re: [wtp-dev] new downloads page

2010-03-18 Thread David Carver
You can use the P2 repositories, by adding them as Sites in the Install New Software or Available Software Sites in the preferences. You can select an Archived site, and point it to the Zip. It will the act as a regular P2 update site, and you can install software from there. Dave On 03/18

Re: [wtp-dev] It's nice to be noticed ...

2010-03-05 Thread David Carver
Main page looks good, there is some formatting issues for the Source Editing page. I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=304812 to track this. Dave On 03/04/2010 02:05 PM, David M Williams wrote: for our new website, that is. http://dev.eclipse.org/blogs/eclipse

[wtp-dev] Re: Should WTP DOM be Content Model Aware

2010-02-21 Thread David Carver
08 AM, David Carver wrote: While looking at some more improvements for the WTP DOM compliance against the W3C DOM Test suite, I ran into a few tests where the DOM needs to be grammar aware. In particular when testing for the existance of default attributes and their values. As an example: Staf

[wtp-dev] Should WTP DOM be Content Model Aware

2010-02-21 Thread David Carver
While looking at some more improvements for the WTP DOM compliance against the W3C DOM Test suite, I ran into a few tests where the DOM needs to be grammar aware. In particular when testing for the existance of default attributes and their values. As an example: Staff.dtd Sta

Re: [wtp-dev] Renewed WTP Web Site and Logo

2010-02-05 Thread David Carver
Have we considered the new Default template format? http://www.eclipse.org/default/ Dave On 02/05/2010 02:45 AM, Naci Dai wrote: Dear All, As a part of updating our website to adopt the Nova theme for the helios release, we decided to do a cleanup too. There are two bugzilla entries: https

Re: [wtp-dev] Failing build

2010-01-08 Thread David Carver
David not sure how the wtp build tries to resolve some of this, but we had a similar problem with the Athena CI build for XQuery where the test plugin was not being resolved due to some dependencies. I ended up adding the main XQuery feature into the test feature as well, and that fixed it the

Re: [wtp-dev] Re: How to add the rename action to the extensions tab of the property view of wsdl editor

2009-12-15 Thread David Carver
You should be able to contribute your own menu item using the menu extension point: http://wiki.eclipse.org/index.php/Menu_Contributions You can get a list of some of the ID available from WTP here: http://wiki.eclipse.org/Table_of_WTP_IDs In your case your going to want to use the popup uri

[wtp-dev] WTP Source Editing Reports

2009-12-10 Thread David Carver
I've recently added to the WTP Source Editing CI builds, the following code review reports: 1. FindBugs 2. PMD's DRY Reports - duplicate code checker It reveals some "interesting" things about various portions of the code. Some of the code comes through these tools in good shape, other's...w

Re: [wtp-dev] EMF2DOMSSE Article

2009-12-07 Thread David Carver
e that the community could update if necessary, or any committer can update easily. Dave Jesper Møller wrote: Hi Dave It's at: http://www.eclipse.org/articles/Article-WTP-Persisting-EMF/persisting.html Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=167157 -Jesper On 07/12/2009,

[wtp-dev] EMF2DOMSSE Article

2009-12-07 Thread David Carver
At one point there was an article described how to use the EMF2DOMSSE framework. However for the life of me I can't find this article any longer. Anybody have an idea where it resides? Dave ___ wtp-dev mailing list wtp-dev@eclipse.org https://dev.

Re: [wtp-dev] JUnit 4: Am I silly and embarrassed? Or missing something?

2009-12-07 Thread David Carver
My understanding is this: 1. No unit tests in WTP yet take advantange of JUnit 4. 2. Since the range is set strict, it will currently always use JUnit 3.8.2 for testing. When we will have problems and the changes are necessary is when a project does use JUnit 4. Which it really does offer s

Re: [wtp-dev] XSL Tools Compilation Error

2009-12-06 Thread David Carver
I think I have a fix for this that works for 3.5 and 3.6M4. Released and running a build now. Dave David Carver wrote: It appears that in 3.6M4, there is an API change for the AbstractTemplatesPage class from the org.eclipse.ui.workbench bundle. They changed an abstract protected class to be

[wtp-dev] XSL Tools Compilation Error

2009-12-06 Thread David Carver
It appears that in 3.6M4, there is an API change for the AbstractTemplatesPage class from the org.eclipse.ui.workbench bundle. They changed an abstract protected class to be public, and is causing our current code to fail. I've opened bug 297024 with the platform text team about this issue. http

Re: [wtp-dev] Question about XML Catalog Contributions

2009-10-02 Thread David Carver
>From what I've seen, the use of schema location is very widespread and many schema publishers practically require it by not serving schema from namespace URI. While it's conceivable that a schema processor would choose to ignore the schema location hint, other solutions to this problem have lar

Re: [wtp-dev] Question about XML Catalog Contributions

2009-10-02 Thread David Carver
From an XML standpoint, SchemaLocation itself, is a bad practice in general. No guarantee that it is going to be honored, as according to the spec it is just a Hint, and implementations can ignore it and over ride it. From an XML stand point, custom resolvers are a better way to handle this,

[wtp-dev] Bugzilla Best Practice Followup

2009-09-17 Thread David Carver
The Architecture Council did discuss the Bugzilla Best Practice issues that have been raised, and came up with some new recommendations. Please view https://bugs.eclipse.org/bugs/show_bug.cgi?id=288393 for more information. In summary, it looks like a global tria...@eclipse.org inbox will be

[wtp-dev] Welcome Jesper Møller as a new webtools.source editing Committer

2009-08-27 Thread David Carver
webtools.sourceediting Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Jesper =?UTF-8?Q?M=C3=B8ller=2E?= Jesper =?UTF-8?Q?M=C3=B8ller?= is a new full Committer on the webtools.sourceediting project. Welcome! ___

Re: [wtp-dev] RE: How to geet the WTP server path via API?

2009-08-27 Thread David Carver
Larry, may want to use: http://www.eclipse.org/forums/ Dave Larry Isaacs wrote: Mario, Usage questions are best asked on the WTP newsgroup[1], as this mailing list is intended for the development of WTP. When posting there, please indicate if this is expected to work for any server or

[wtp-dev] PsychoPath XPath 2.0 Blog mention

2009-08-27 Thread David Carver
I usually don't share these, but thought I'd share this one, since it's one of the most widely read XML blogs: http://www.cafeconleche.org/#August_27_2009_24649 They announced the wst.xsl's PsychoPath XPath Processor 1.1M1 milestone. Dave ___ wtp-de

[wtp-dev] XPath 2.0 Processor SDK Documentation

2009-08-26 Thread David Carver
I've checked in the initial cut of the API documentation for the XPath 2.0 processor. This work is being tracked in bug 286070. https://bugs.eclipse.org/bugs/show_bug.cgi?id=286070 The initial cut does include the interal.types package due to the fact that Adoptors will need access and use th

Re: [wtp-dev] Changes to WTP's implementation of org.w3c.dom.Element

2009-08-25 Thread David Carver
The test suite is checked into the sourceediting/tests/org.eclipse.wst.xml.w3c.dom.tests You need to run the test as a Junit Plugin test. The test Suite to run is TestWTP in the org.eclipse.wst.xml source folder. Dave David Carver wrote: Related to this is also bug 214439: https

Re: [wtp-dev] Changes to WTP's implementation of org.w3c.dom.Element

2009-08-25 Thread David Carver
Related to this is also bug 214439: https://bugs.eclipse.org/bugs/show_bug.cgi?id=214439 This will add a test suite plugin for the W3C DOM Level 1 that can be used to help test compliance. Nick, I would highly suggest running this test suite once I get it into CVS later this week during your

Re: [wtp-dev] Committer vote for Jesper Møller has been approved by the PMC

2009-08-22 Thread David Carver
Welcome aboard Jesper. You've been assigned your first bug. :) Seriously though, great to have you back. Dave portal on behalf of David Williams wrote: webtools.sourceediting Committers, This automatically generated message marks the PMC's approval of the vote for Jesper =?UTF-8?Q?M=C3=B8ller

[wtp-dev] Committer vote for Jesper Moller has concluded successfully

2009-08-22 Thread David Carver
processing the paperwork and provisioning the account. Vote summary: 3/0/0 with 8 not voting ? Valentin Baciu +1 David Carver ? Keith Chong ? Nitin Dahyabhai +1 Mukul Gandhi ? Gabriel Indik ? Christopher Jaun ? Kate Price ? Nick Sandonato +1 Doug Satchwell ? David

[wtp-dev] XSL Map File Re-Arrangement

2009-08-18 Thread David Carver
I've re-arranged and split up the xsl.map file into two files. xml-xpath2.map and xsl.map. This better breaks up the functionality as items in the xml-xpath2.map can be worked on independently of the xsl.map. If you are working on the xml.xpath2 items, you will tag for release using the xml

[wtp-dev] Vote for Committer status for Jesper Moller has started

2009-08-14 Thread David Carver
Let me try this again: webtools.sourceediting Committers, This automatically generated message signals that David Carver has nominated Jesper =?UTF-8?Q?M=C3=B8ller?= as a Committer on the webtools.sourceediting project. The reason given is as follows: Jesper was one of the initial contributors

[wtp-dev] [Fwd: Vote for Committer status for Jesper Møller has started]

2009-08-14 Thread David Carver
e.org/mail/ Alternatively, you may subscribe to lists, and find list archives and RSS feeds at: http://dev.eclipse.org/mailman/listinfo/wtp-dev. --- Begin Message --- webtools.sourceediting Committers, This automatically generated message signals that David Carver has nominated Jesper =?UTF-8?Q

[wtp-dev] Local Builds with Athena and WTP

2009-08-13 Thread David Carver
I've been experimenting with the Athena Common Builder project and creating a local build for XSL. I have managed to get this to work, including running all unit tests, and generating appropriate P2 update site information as well.I've documented my findings at: http://wiki.eclipse.org/X

Re: [wtp-dev] WTP 3.2 Release ... and PsychoPath XPath 2.0 processor

2009-08-13 Thread David Carver
e by end of this year. I believe, that shall be beneficial for Xerces-J, and also for projects, using Xerces-J. Regards, Mukul David Carver dard.org> To Sent by: "Genera

Re: [wtp-dev] WTP 3.2 Release moved to June

2009-08-12 Thread David Carver
I might have a request for one of the wst.xsl components that an adopter was hoping to have released in the December time frame. The PsychoPath XPath 2.0 processor which is currently a part of the wst.xsl code is planned to be used by Xerces-J's XML Schema 1.1 support. We've been working prett

Re: [wtp-dev] WST XML Component public API

2009-08-11 Thread David Carver
Andrei: The best place to ask these questions are on the Eclipse Web Tools Forums: http://www.eclipse.org/forums/index.php?t=thread&frm_id=88 With this said, you are correct most of the API that you need for doing anything beyond the basics is internal, and unfortunatelly you have to access t

[wtp-dev] WTP Bugs Workflow and Conventions

2009-08-10 Thread David Carver
http://wiki.eclipse.org/WTP_Bugs%2C_Workflow_and_Conventions I'm wondering if we need another review of this in light of the fact that the Eclipse Architecture Council has made some new recommendations for working with Bugzilla. Some of the recommendations conflict with the current workflow t

Re: [wtp-dev] XSL Tools Release Plan page

2009-08-10 Thread David Carver
knowledge silos that can occur if certain people are only responsible for certain parts of the system. Dave Nitin Dahyabhai wrote: David Carver wrote: Just a note that I've updated the wst.xsl tools release plan with the list of bugs/enhancements on what has been planned/complet

[wtp-dev] XSL Tools Release Plan page

2009-08-09 Thread David Carver
Just a note that I've updated the wst.xsl tools release plan with the list of bugs/enhancements on what has been planned/completed for WTP 3.2 so far. http://wiki.eclipse.org/XSL_Release_Plan Nitin please feel free to use this info or let me know what I need to add in order for these to show

Re: [wtp-dev] Re: [wtp-releng] help needed on build test failures

2009-07-22 Thread David Carver
txt Wanted to make sure you guys were aware of this. We are tracking the Dali related failures in bug 283721 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=283721. Neil David Carver wrote: Valentin Baciu wrote: Hi Karen, The changes Dave alluded to are only applicable to the W

Re: [wtp-dev] Re: [wtp-releng] help needed on build test failures

2009-07-21 Thread David Carver
u guys were aware of this. We are tracking the Dali related failures in bug 283721 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=283721. Neil David Carver wrote: Valentin Baciu wrote: Hi Karen, The changes Dave alluded to are only applicable to the WTP XML validator. These changes wer

[wtp-dev] PsychoPath Status

2009-07-09 Thread David Carver
All Castable and CastAs tests for the Core specification now pass. This brings PsychoPath to about 89% compliance with the W3C Test Suite. Tests: 8137 Failing: 884 Coverage: 76.4% Latest code is checked into head. Adopters should update to the latest version as well as check out the latest

Re: [wtp-dev] REST in WTP?

2009-07-06 Thread David Carver
Axis 2 can generate both SOAP and REST based services from WSDL. but REST is just an Architectural style. Are you talking something like WRDL? http://www.prescod.net/rest/wrdl/wrdl.html Dave kiranbabu neela wrote: Hi, Is there any plan to have RESTful web service tooling in WTP future v

Re: [wtp-dev] Re: [wtp-releng] help needed on build test failures

2009-06-30 Thread David Carver
x27;t understand why we would have to do it that way when others don't. And maybe our tests will just happen to pass the next time the build runs? Awfully suspicious we have never seen this problem before. Thanks, Karen On 6/30/2009 12:20 PM, David Carver wrote: > Now I

[wtp-dev] [Fwd: Welcome Mukul Gandhi as a new webtools.sourceediting Committer]

2009-06-25 Thread David Carver
--- Begin Message --- You must subscribe to mailing lists before you can post to them, using the same e-mail address as the one you're using to send e-mail. However, technical questions and discussions about using eclipse and eclipse-based tools, and developing plug-in tools should be posted to t

[wtp-dev] XSL Tools 1.1M1 build tagged

2009-06-23 Thread David Carver
All of the changes that have been worked on for WTP 3.2M1 have been tagged. Latest XSL-R1.0 build contains all the recent fixes. David can we get that standalone XSL build renamed to XSL-R1.1. I've updated feature numbers accordingly for XSL Tools as well. Dave

[wtp-dev] Committer Vote Reminder

2009-06-15 Thread David Carver
Just a gentle reminder for WTP Source Editing committers, that there is an outstanding Committer vote that ends for Mukul Gandhi. The vote ends in one day. XSL Tools could use the extra help. If there are any questions or concerns, please let me know. Dave

[wtp-dev] Vote for Committer status for Mukul Gandhi has started

2009-06-09 Thread David Carver
webtools.sourceediting Committers, This automatically generated message signals that David Carver has nominated Mukul Gandhi as a Committer on the webtools.sourceediting project. The reason given is as follows: I would like to nominate Mukul Gandhi as a committer for WTP Source Editing. In

Re: [wtp-dev] PsychoPath XPath 2.0 and W3C Test Suite status

2009-06-08 Thread David Carver
suite code.There are a couple of patches that have been contributed that I will get to in the next few days. Dave David Carver wrote: Slowly but surely the test suite is taking shape. There are now 4300+ tests from the test suite, of that PsychoPath is passing a little more than half

Re: [wtp-dev] Please help test latest EPP Java EE IDE Package

2009-06-05 Thread David Carver
I've tested this out and found a possible useability bug with the new welcome page. https://bugs.eclipse.org/bugs/show_bug.cgi?id=279254 The issue is that it's going out to the net, and the links do not work when there is no Internet connectivity. We really should consider having this informa

[wtp-dev] PsychoPath XPath 2.0 and W3C Test Suite status

2009-06-04 Thread David Carver
Slowly but surely the test suite is taking shape. There are now 4300+ tests from the test suite, of that PsychoPath is passing a little more than half. Code Coverage is now about 61%, before this the existing tests only exercised about 20% of the code.The vast majority of the problems se

Re: [wtp-dev] Use of XMLUnit 1.2 in Source Editing Tests

2009-05-27 Thread David Carver
CQ3394 was approved. The PsychoPath test suite now leverages XMLUnit 1.2. In particular several tests make use of the assertXMLEqual method. Dave David Carver wrote: http://xmlunit.sourceforge.net/ XML Unit 1.2 has been approved by the eclipse ip team: https://dev.eclipse.org/ipzilla

[wtp-dev] Use of XMLUnit 1.2 in Source Editing Tests

2009-05-27 Thread David Carver
http://xmlunit.sourceforge.net/ XML Unit 1.2 has been approved by the eclipse ip team: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=2617 I have a need for it's XML Difference comparison engine to help with some of the W3C Tests for the PsychoPath XPath 2.0 processor.There are several o

[wtp-dev] [Fwd: +1 for Chris Jaun]

2009-05-20 Thread David Carver
--- Begin Message --- You must subscribe to mailing lists before you can post to them, using the same e-mail address as the one you're using to send e-mail. However, technical questions and discussions about using eclipse and eclipse-based tools, and developing plug-in tools should be posted to t

Re: [wtp-dev] Schema aware XPath 2.0 evaluation with PsychoPath

2009-05-12 Thread David Carver
Mukul, I've copied Andrea Bittau on this message as he was the original author that donated us the code.I will say this, I have not tried the XML Schema awarness beyond the built in simple type support that it has. The W3C Test Suite does have some tests for this, but I have not made it

[wtp-dev] W3C XPath 2.0 Test Suite for PsychoPath 1.0

2009-05-01 Thread David Carver
This is mainly a note for those adopters using or planning to use the PsychoPath XPath 2.0 processor that is part of eclipse WTP 3.1. We have had some community interest in making the PsychoPath processor complaint to the W3C Test Suite. This test suite has passed Eclipse IP review. It is

Re: [wtp-dev] clarification needed about bug submitting process

2009-05-01 Thread David Carver
Mukul Gandhi wrote: Thanks, Dave. I have additional 2-3 minor Psychopath patches in my mind just now, which I'll post to bugzilla whenever I have them ready. You can test and commit them in the project CVS, when your schedule allows that. I think, having the patches queued up on the bugzilla sy

Re: [wtp-dev] clarification needed about bug submitting process

2009-04-30 Thread David Carver
Mukul Gandhi wrote: Thanks, for your reply. I wish to know the tentative plans of WTP 3.2 development (M1 and onwards) after Eclipse GA is released. Will WTP 3.2 be targeted to be used with Eclipse GA? My understanding is the WTP 3.2 will be targeted to work with the Eclipse Galileo release

Re: [wtp-dev] clarification needed about bug submitting process

2009-04-30 Thread David Carver
Mukul Gandhi wrote: Can I submit few more bug fixes between WTP 3.1 M7 and GA, and does the process allow that they be committed to the project CVS server between this duration (of course, only if patches pass the review)? Or, if I submit any bug fixes now (between WTP 3.1 M7 and GA), will they s

Re: [wtp-dev] Eclipse WSDL bindings and support for JMS QUEUES

2009-04-29 Thread David Carver
Valentin Baciu wrote: Dave, thank you for replying. The newsgroup is being monitored. The fact is now it's crunch time for M7 and we are all quite under pressure to wrap up this milestone. Valentin, I understand and realise that. Which is why everybody needs to take the responsibility ins

Re: [wtp-dev] Eclipse WSDL bindings and support for JMS QUEUES

2009-04-29 Thread David Carver
George, I don't believe it does out of the box. And you've asked this same question on the newsgroup as well. Please try to ask this only in one forum. This particular message board is devoted to the development of the wtp plugins as a whole. The newsgroup where you first asked is the b

Re: [wtp-dev] WTP psychopath xpath2 implementation

2009-04-28 Thread David Carver
Mukul Gandhi wrote: Hi Dave, On Tue, Apr 28, 2009 at 7:35 PM, David Carver wrote: Actually, hold off on doing that, as I'm looking at a different way to handle these tests. There are about 8000 of them, but some of the tests are flagged incorrectly as being XPath 2 and some of them

Re: [wtp-dev] WTP psychopath xpath2 implementation

2009-04-28 Thread David Carver
I'll set up org.eclipse.wst.xml.xpath2.processor.w3c.tests in my eclipse installation, and would try to run it. I'll let you know if I need any help Actually, hold off on doing that, as I'm looking at a different way to handle these tests. There are about 8000 of them, but some of the test

Re: [wtp-dev] WTP psychopath xpath2 implementation

2009-04-27 Thread David Carver
Mukul thanks. You may also be interested in running the org.eclipse.wst.xml.xpath2.processor.w3c.tests plugin and test cases. As you fix issues I'm running those tests and have started to see several drops in the number we do not pass. Keep the patches coming. Dave Mukul Gandhi wrote: Hi

[wtp-dev] Adopter Request for XML

2009-04-23 Thread David Carver
I posted a blog entry asking for Adopters and Community users input on what was needed in the way of XML support. Attached is one such request. It's a pretty basic need, and actually gets asked a lot on the IRC channel. Dave --- Begin Message --- jc has left a new comment on your post "XML

Re: [wtp-dev] Fw: [wtp-releng] Fw: Galileo must-do: The Babel Galileotrain has been set up

2009-04-15 Thread David Carver
r plu...@. I've opened a bug against Babel to look for bundle@ entries as well. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=272176 Dave, one option is to use plugin@ as a short-term fix, Can revert this change once the bug is fixed. Regards, Keith Chong WTP Web Services *Da

Re: [wtp-dev] Generating WST SDK Documentation

2009-04-14 Thread David Carver
who think that something is impossible, should not interfere with those who are willing to do it. - Angel Vera Inactive hide details for David Carver ---04/14/2009 09:55:32 AM---Is there a standard way the WTP SDK documentation is being gDavid Carver ---04/14/2009 09:55:32 AM---Is there a standard w

[wtp-dev] Generating WST SDK Documentation

2009-04-14 Thread David Carver
Is there a standard way the WTP SDK documentation is being generated? While going through the existing SDK, I noticed that WST particularly the source editing components are not documented. I've opened bug 272053 to address this for the wst.xml component. However, to correctly integrate t

Re: [wtp-dev] XSL Source Lookup

2009-04-10 Thread David Carver
I think it might be a carry over from the Java source lookup. I've copied Doug. He's more familiar with that part of the code and what it's intent is. Dave Stuart Harper wrote: I'm doing some work to finish up the UI for XSL Import Location Remapping (https://bugs.eclipse.org/bugs/show_bug.

Re: [wtp-dev] Fw: [wtp-releng] Fw: Galileo must-do: The Babel Galileotrain has been set up

2009-04-10 Thread David Carver
Raev, Kaloyan wrote: Hi Dave, The reason should be that XSLT is not yet in Babel. The language pack build I use is a recent one - April 8th. I guess I should find XSLT language files in the webtools.sourceediting pack, but they are simply not there. Check this out: http://download.eclipse.o

Re: [wtp-dev] Fw: [wtp-releng] Fw: Galileo must-do: The Babel Galileo train has been set up

2009-04-09 Thread David Carver
One other thing is that XSL's map files were just recently added to babel so it my be a IBuild or before they get picked up. Dave David Carver wrote: Raev, Kaloyan wrote: Hi, I have two questions. 1) Is it expected that all projects has already externalized all their string at 100%? A

Re: [wtp-dev] Fw: [wtp-releng] Fw: Galileo must-do: The Babel Galileo train has been set up

2009-04-09 Thread David Carver
Raev, Kaloyan wrote: Hi, I have two questions. 1) Is it expected that all projects has already externalized all their string at 100%? A quick glance on the pseudo-translated IDE shows that XSLT is not yet ready (or even not yet started to externalize strings). I did go through and externalize a

[wtp-dev] More Info on Bug Triaging

2009-04-09 Thread David Carver
http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009 Addresses the reason for the switch by the Platform UI team. Dave ___ wtp-dev mailing list wtp-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/wtp-dev

[wtp-dev] Architecture Council Bug Triage

2009-04-09 Thread David Carver
A discussion is happening on Bugzilla triaging. Some of this is being lead by a change that the Platform UI team is taking in their process: http://wiki.eclipse.org/Platform_UI/Bug_Triage http://wiki.eclipse.org/Architecture_Council/Meetings/April_9_2009 The goal from what I've can get is to

[wtp-dev] Status Call

2009-04-02 Thread David Carver
I'm unfortunately not going to be able to make today's status call. Neil, I did go through last two weeks and triage 16 of 19 WTP Source Editing bugs that had patches. So that should be in better shape. ___ wtp-dev mailing list wtp-dev@eclipse.org

Re: [wtp-dev] Should we have an XPath component?

2009-03-31 Thread David Carver
The should read "in Source Editing" not "in Incubator" David Carver wrote: I'm wondering since the XSL Tools project is now in the incubator, if we need another component besides wst.xsl.I think we might need wst.xpath as well. The reason for this is that the X

[wtp-dev] Should we have an XPath component?

2009-03-31 Thread David Carver
I'm wondering since the XSL Tools project is now in the incubator, if we need another component besides wst.xsl.I think we might need wst.xpath as well. The reason for this is that the XPath plugins can be used with out requiring XSL Tools.XSL Tools depends on functionality of the XPa

[wtp-dev] Galileo Features Question

2009-03-19 Thread David Carver
I noticed on Ganymede that we currently have the feature title, Web and Java EE Development. Any possibility that we can change that to: Web, XML, and Java EE Development Makes it clear that there are XML related tools that could be installed and not just Web (i.e. HTML, JSP, CSS). Dave __

Re: [wtp-dev] M6 new and Noteworthy

2009-03-17 Thread David Carver
XSL Tools new and noteworthy has been updated. Dave Nitin Dahyabhai wrote: The templates for M6 have been added to the web site repository, and you can preview the results at http://www.eclipse.org/webtools/development/news/3.1M6/ . As usual, if a project doesn't have anything written up o

Re: [wtp-dev] Element Namespace support broken

2009-02-26 Thread David Carver
Wasn't panicing...I just tend to synchronize from head on sse and xml since I depend on them, and when i ran the XSL tests 3/4 of them failed. Tracked it to the current code in xml.core. Nitin Dahyabhai wrote: Don't panic. The changes to the namespace handling weren't released into this week

[wtp-dev] Element Namespace support broken

2009-02-26 Thread David Carver
In the current code from head for org.eclipse.wst.xml.core, elements that have namespaces are no longer returning the namespace uri. I've opened bug 266412, and marked it as a blocker. Currently this is causing all of the XSLT specific content assistance tests to fail. Dave _

Re: [wtp-dev] New and Noteworthy time for M5

2009-01-29 Thread David Carver
I've added the XSL Tools 1.0M5 new and noteworthy items. Dave Nitin Dahyabhai wrote: David M Williams wrote in [wtp-releng] One reason for latest failure? I think still ICU issue in DTP bundle: > do you want me to put the ICU pre-req back? No I think not. The compile part of the build did wo

  1   2   >