Jeeva Paudel <je...@ualberta.ca> wrote on 08/24/2010 04:03:24 PM:

> Hi Nate,
> 
>      Thanks for the quick reply. I have lpg already installed in 
> Eclipse. Assuming you mean, ant build.xml (inside the x10.compiler) 
> package, I get BUILD SUCCESSFUL message, but the parser still remains 
> unchanged. Am I missing something else here?

The LPG plugin within Eclipse is most likely the LPG Java runtime.
You need the LPG generator for your platform.  The "ant grammar" rule
(in x10.compiler/build.xml) assumes that lpg.generator and the
platform-specific lpg.generator.<your_platform> are installed alongside
the x10 distribution (i.e., as siblings of x10.dist).

If you have them installed in the right location, simply run
"ant grammar" in the x10.compiler directory, or right-click on
x10.compiler/build.xml in Eclipse, select "Run as->Ant build..." (note
the "...") and check the "grammar" target (it's not the default).
        Igor
-- 
Igor Peshansky  (note the spelling change!)
IBM T.J. Watson Research Center
X10: Parallel Productivity and Performance (http://x10-lang.org/)
XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/)
"I hear and I forget.  I see and I remember.  I do and I understand" -- 
Confucius


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to