It seems that the eclipse-jdt-core included in GWT doesnt have certain classes like ASTParser. I would give a try including the eclipse dependency in my pom.xml.
On Fri, May 24, 2013 at 2:35 AM, John A. Tamplin <[email protected]> wrote: > On Thu, May 23, 2013 at 7:56 PM, Manuel Carrasco Moñino <[email protected] > > wrote: > >> The ShowcaseGenerator, is actually reading the content of the source >> files and generating .html files, but I want to extract method bodies and >> their javadoc so what I need an AST. So my question is more about how to >> use the gwt ast from a generator. >> > > The GWT AST is not available to generators, so you will have to build your > own -- you can use JDT as that is included with GWT. > > -- > John A. Tamplin > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > --- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
