Agreed, I've tried to use the eclipse stuff in gwt-dev and my code get much more complex, so finally I keep using javaparser.
Thank guys - Manolo On Fri, May 24, 2013 at 12:33 PM, Roberto Lublinerman <[email protected]>wrote: > ASTParser should be in eclipse-jdt-core, although there seems to be > different AST representation, GWT uses the one in > org.eclipse.jdt.internal.compiler.ast whereas the ASTParser works in > org.eclipse.jdt.core.dom. JDT has a very thick api to support the eclipse > editor and some simple tasks might become overly complex. I wonder if the > approach you have taken using a much smaller and simpler parser is not > actually better. > > -- > 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.
