Re: Tap 5.3.0: How to generate PropertyExpressionLexer and PropertyExpressionParser

2011-08-27 Thread Howard Lewis Ship
; generated. They  are in > >   tapestry-core/build/generated-sources/ > > Shing > > > > > > From: Shing Hing Man > To: Tapestry users > Sent: Saturday, 27 August 2011, 20:25 > Subject: Tap 5.3.0: How to generate Prope

Re: Tap 5.3.0: How to generate PropertyExpressionLexer and PropertyExpressionParser

2011-08-27 Thread Shing Hing Man
generate PropertyExpressionLexer and PropertyExpressionParser  Hi,    I have checked out the tapestry 5 trunk and and try to set  up  tapestry-core in Eclipse.  The class PropertyConduitSourceImpl.java  has the  following   imports  : import org.apache.tapestry5

Tap 5.3.0: How to generate PropertyExpressionLexer and PropertyExpressionParser

2011-08-27 Thread Shing Hing Man
 Hi,    I have checked out the tapestry 5 trunk and and try to set  up  tapestry-core in Eclipse.  The class PropertyConduitSourceImpl.java  has the  following   imports  : import org.apache.tapestry5.internal.antlr.PropertyExpressionLexer; import org.apache.tapestry5.internal.antlr.PropertyExp

Re: How to generate PropertyExpressionLexer and PropertyExpressionParser

2009-01-21 Thread Ulrich Stärk
Thanks Andreas, this worked. Uli Andreas Andreou schrieb: Not sure of the 100% correct process, but when running (in tapestry-core) mvn -Dmaven.test.skip compile there are some additional sources generated in target/generated-sources/antlr I guess those need to be included in eclipse source pa

Re: How to generate PropertyExpressionLexer and PropertyExpressionParser

2009-01-20 Thread Andreas Andreou
Not sure of the 100% correct process, but when running (in tapestry-core) mvn -Dmaven.test.skip compile there are some additional sources generated in target/generated-sources/antlr I guess those need to be included in eclipse source path. On Tue, Jan 20, 2009 at 2:23 PM, Ulrich Stärk wrote: > I

How to generate PropertyExpressionLexer and PropertyExpressionParser

2009-01-20 Thread Ulrich Stärk
I'm setting up tapestry5 in eclipse and stumbled upon missing PropertyExpressionLexer and PropertyExpressionParser classes. It seems that those have to be generated by antlr first. I tried to run mvn antlr:generate from within the tapestry-core directory, but this failed. How do I generate thes