Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » AST-View SourceCode Download-Link
AST-View SourceCode Download-Link [message #1736246] Mon, 27 June 2016 19:56 Go to next message
Thomas Taeger is currently offline Thomas TaegerFriend
Messages: 19
Registered: February 2016
Junior Member
Hi, in the just downloaded org.eclipse.jdt.astview_1.1.9.201406161921.jar are only .class, no .java.

I had read:
Source is included in the plugin archives or available via web or via Git:
Repository: git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git
Project: org.eclipse.jdt.astview

But
$ git clone git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git => fatal: ... does not exist
Where to get the source code?

2. Do you know good Java code examples for AST beginners?

Thank you in advance - Thomas
Re: AST-View SourceCode Download-Link [message #1736306 is a reply to message #1736246] Tue, 28 June 2016 10:43 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
I think you just forgot the protocol in the argument to your clone command, try
git clone git://git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git

or browse the repo from http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/

Here's an old (deprecated) article: http://www.eclipse.org/articles/article.php?file=Article-JavaCodeManipulation_AST/index.html

And a more recent tutorial: http://www.vogella.com/tutorials/EclipseJDT/article.html

Slides of a tutorial given at EclipseCon 2012: http://www.eclipsecon.org/2012/sites/eclipsecon.org.2012/files/How%20To%20Train%20the%20JDT%20Dragon%20combined.pdf

Stephan
Re: AST-View SourceCode Download-Link [message #1736495 is a reply to message #1736306] Wed, 29 June 2016 19:23 Go to previous message
Thomas Taeger is currently offline Thomas TaegerFriend
Messages: 19
Registered: February 2016
Junior Member
Stephan Herrmann wrote on Tue, 28 June 2016 10:43
I think you just forgot the protocol [...]

Stephan, you are right, after having added the protocol all worked fine.
And thank you for the links - I am back from work now and will start reading them.
Thanks! - Thomas
Previous Topic:Grammar file
Next Topic:Run configuration file exists in workspace directory but not visible in UI
Goto Forum:
  


Current Time: Thu Apr 25 01:59:02 GMT 2024

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

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

Back to the top