Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Standalone JDT core packages - ASTParser and Compiler outside the SDK?(Are there any standalone JDT core packages to use ASTParser and Compiler outside the SDK?)
Standalone JDT core packages - ASTParser and Compiler outside the SDK? [message #740970] Wed, 19 October 2011 03:51 Go to next message
ashwin.jayaprakash is currently offline ashwin.jayaprakashFriend
Messages: 2
Registered: October 2011
Junior Member
I was reading this article about using Eclipse JDT Core's AST parser and compiler - programcreek.com/2011/01/a-complete-standalone-example-of-astparser.

I downloaded org.eclipse.jdt-3.7.1.zip but even this massive 24MB file does not have all the requisite dependencies to run a standalone ASTParser demo. In that article above, the author packaged the dependencies and has made it available on his own:

org.eclipse.core.contenttype.jar
org.eclipse.core.jobs.jar
org.eclipse.core.resources.jar
org.eclipse.core.runtime.jar
org.eclipse.equinox.common.jar
org.eclipse.equinox.preferences.jar
org.eclipse.jdt.core.jar
org.eclipse.osgi.jar

Are there any plans to provide a small footprint package like the Batch Compiler to include ASTParser too?

It would be a nice as this looks like the cleanest and best maintained Java AST parser compared to ASM, BCEL, JavaAssist etc.

Also, I do not see any compiler or JDT packages on the 4.x download page? Have these builds been suspended for 4.x?

Thanks,
Ashwin.
Re: Standalone JDT core packages - ASTParser and Compiler outside the SDK? [message #741067 is a reply to message #740970] Wed, 19 October 2011 06:37 Go to previous messageGo to next message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
As of now, they are no such plans. You could file an enhancement request and if you could provide a patch, that will be great.

JDT packages are same for a 4.x and it's equivalent 3.x and hence they are not on the 4.x download page.
Re: Standalone JDT core packages - ASTParser and Compiler outside the SDK? [message #741779 is a reply to message #741067] Wed, 19 October 2011 22:19 Go to previous message
ashwin.jayaprakash is currently offline ashwin.jayaprakashFriend
Messages: 2
Registered: October 2011
Junior Member
Filed an enhancement - bugs.eclipse.org/bugs/show_bug.cgi?id=361482
Previous Topic:Problem in using 'Path Variable' in Linked resources
Next Topic:Graphical Java Project and Visual Editor
Goto Forum:
  


Current Time: Fri Apr 26 09:09:59 GMT 2024

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

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

Back to the top