Hi, ExternalizerPlugin was excluded from build in 2008 and has not been maintained so far. Please use the following new mechanism to dump AST.
> x10c -dump Desugarer Hello.x10 Desugarer is the name of goal (=compiler pass) after which the AST will be dumped. You can also specify the other goals i.e. TypeChecked. You can find the complete list of goals in goals() method in x10.compiler/src/x10/ExtensionInfo.java. Regards, -- Mikio 2010/4/29 Tetsu Soh <[email protected]>: > Hello, > > I am a newbie to X10 and try to use the externalize_asts option of x10c > to export the AST into XML file. > However, the x10c complain that > "Plugin class x10.dom.ExternalizerPlugin not found." > > I found the source files of this function in x10.compiler/stuff/ directory. > But I don't know how to build this plugin. > Is there anyone can help me out? > > Thanks in advance. > > Best regards, > -Tetsu > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > X10-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/x10-users > ------------------------------------------------------------------------------ _______________________________________________ X10-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/x10-users
