Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Psychopath XPath 2.0

Hi Jesper,

Thank you for the quick reply. This info is really helpful. :)

Regards,
Asiri


On Wed, Sep 11, 2013 at 3:43 PM, Jesper Steen Møller <jesper@xxxxxxxxxxxxx> wrote:
Hi Asiri,

The XPath2 engine is available through the P2 repositories (only - at this point). If you are using Apache Maven for building, you can use Tycho to fetch the dependencies through P2, as described at StackOverflow [2]

If you just want the JAR file and play with them, you're probably best off either 1) using the latest Eclipse, install the XML Tooling, and create a plugin or OSGi project, and import the bundle org.eclipse.wst.xml.xpath2.processor as a dependency, or 2) downloading the WTP 3.5 zip file from [3] and extracting the org.eclipse.wst.xml.xpath2.processor<VERSION>.jar from there. If you do that, please note that the XPath2 engine needs org.apache.xerces 2.9.0, and java_cup.runtime (0.10.0) to run.

I should add this to the documentation pages...


Hope this helps, 
-Jesper

On 11/09/2013, at 11.45, Asiri Liyana Arachchi wrote:

Hi all,

I've told that [1] is the official location of the Psychopath project. I want to use Psychopath Xpath 2.0 Jar . I don't have an idea how to use eclipse builds to get hands on Psychopath processor.  If somebody can help me on this I'll really appreciate it. 

[1]http://projects.eclipse.org/projects/webtools.sourceediting

Regards,
Asiri
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top