Re: [ jexl3 ]

2023-01-09 Thread Niall Pemberton
I can see the *ASTFunctionNode *class file in the
*org.apache.commons.jexl3.parser* package of the *commons-jexl3-3.2.1.jar*
file.

Can you provide more details?

   - what specific version of jexl are you using?
   - can you provide the fully qualified name of the *ASTFunctionNode *class
   file that you're missing (i.e. including the package name)
   - can you provide the full class path for your application?
   - can you provide any stack trace for where its failing with the missing
   class?

Niall

On Mon, 9 Jan 2023 at 20:30, Stefan Tudora 
wrote:

> Hello,
>
>
>
> My name is Stefan and I am currently working for a small software
> development company. We have need of an expression engine for our current
> application and saw that Apache offers Jexl3. I had some issues trying to
> get the engine up and running for it seems that some files are dependent on
> missing classes such as 'ASTFunctionNode'.
> I saw that some of the missing files are present in older versions such as
> 1.1 and 2.1, but even after importing the missing classes I still have
> dependencies issues. Is there something I am missing or not doing properly?
>
>
> Kind regards,
>
> Stefan Tudora
>


[ jexl3 ]

2023-01-09 Thread Stefan Tudora
Hello,



My name is Stefan and I am currently working for a small software
development company. We have need of an expression engine for our current
application and saw that Apache offers Jexl3. I had some issues trying to
get the engine up and running for it seems that some files are dependent on
missing classes such as 'ASTFunctionNode'.
I saw that some of the missing files are present in older versions such as
1.1 and 2.1, but even after importing the missing classes I still have
dependencies issues. Is there something I am missing or not doing properly?


Kind regards,

Stefan Tudora