Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » org.eclipse.wst.javascript.core plugin
org.eclipse.wst.javascript.core plugin [message #227724] Thu, 12 February 2009 09:47 Go to next message
Sarika is currently offline SarikaFriend
Messages: 1
Registered: July 2009
Junior Member
I was using jsparser from org.eclipse.wst.javascript.core plugin but that
is getting removed from the eclipse 3.5 version. Any one knows the
substitute for this plugin specially for parsing?
Re: org.eclipse.wst.javascript.core plugin [message #229592 is a reply to message #227724] Wed, 25 March 2009 18:03 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Sarika wrote:
> I was using jsparser from org.eclipse.wst.javascript.core plugin but
> that is getting removed from the eclipse 3.5 version. Any one knows the
> substitute for this plugin specially for parsing?

We're not providing one for parsing. You can use
org.eclipse.wst.jsdt.core.JavaScriptCore.createCompilationUn itFrom(IFile)
to create the JSDT representation of the file, however, and work
with that.

--
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:how to remove faulty parts of Jsdt
Next Topic:XML Formatting after Template insertion
Goto Forum:
  


Current Time: Tue Apr 16 10:01:45 GMT 2024

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

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

Back to the top