You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ulrich Stärk <ul...@spielviel.de> on 2009/01/20 13:23:44 UTC

How to generate PropertyExpressionLexer and PropertyExpressionParser

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 these classes?

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: How to generate PropertyExpressionLexer and PropertyExpressionParser

Posted by Ulrich Stärk <ul...@spielviel.de>.
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 path.
> 
> On Tue, Jan 20, 2009 at 2:23 PM, Ulrich Stärk <ul...@spielviel.de> wrote:
>> 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
>> these classes?
>>
>> Uli
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: How to generate PropertyExpressionLexer and PropertyExpressionParser

Posted by Andreas Andreou <an...@di.uoa.gr>.
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 <ul...@spielviel.de> wrote:
> 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
> these classes?
>
> Uli
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org