Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » JXPath EMF and JET
JXPath EMF and JET [message #991996] Thu, 20 December 2012 16:20 Go to next message
Yumin Zhou is currently offline Yumin ZhouFriend
Messages: 21
Registered: July 2012
Junior Member
Hello experts,

I don't know whether this problem belongs to M2T or EMF. I suppose here first.
The background is that I need dynamical JET transform, so I use JETEmitter and my project is based on EMF.
As far as I know the normal XPath is not compatible with EMF, so I found one replacement named JXPath. My problem is that I want to use JXPath in the JET templates to filter the content and I only can use it as external jars. When I ran the project, I got some error messages like these:

ERROR in /.../.../.../JXPATHTemplate.java (at line 7)
import org.apache.commons.jxpath.*;
The import org.apache cannot be resolved

ERROR in /.../.../.../JXPATHTemplate.java (at line 30)
JXPathContext xPathContext = JXPathContext.newContext(documentRoot);
JXPathContext cannot be resolved


I have added common-jxpaht-1.3.jar to my build path and also classpath. But it still doesn't work.
Does anyone have idea about it?

Thank you in advance!
YM
Re: JXPath EMF and JET [message #997232 is a reply to message #991996] Fri, 04 January 2013 14:35 Go to previous message
Yumin Zhou is currently offline Yumin ZhouFriend
Messages: 21
Registered: July 2012
Junior Member
I fixed it. This common-jxpath-1.3.jar must be turned into a plugin project so that JETEmitter can add this variable to use it at the runtime, because JETEmitter addVaviable method only can add plugin id, no jar id.
Previous Topic:JET Replacement
Next Topic:JET Editor
Goto Forum:
  


Current Time: Sat Apr 27 01:04:13 GMT 2024

Powered by FUDForum. Page generated in 0.03661 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top