When using i18n chars in string's i'm getting
org.apache.commons.jexl.parser.TokenMgrError: Lexical error at line 1,
column 17. Encountered: "\u0139" (313), after : "\'U"
1. Download and unzip jexl 1.1 source from:
http://www.axint.net/apache/jakarta/commons/jexl/source/commons-jexl-1.1-src.zip
2. Download and unzip JavaCC 4.0 from:
https://javacc.dev.java.net/files/documents/17/26777/javacc-4.0.zip
3. Run javacc-4.0\bin\javacc -UNICODE_INPUT
commons-jexl-1.1-src\src\java\org\apache\commons\jexl\parser\Parser.jj
4. Copy *.java to
commons-jexl-1.1-src\src\java\org\apache\commons\jexl\parser
5. Run ant -f commons-jexl-1.1-src\build.xml
6. Use the new jar commons-jexl-1.1-src\target\commons-jexl-1.1.jar
Labels: apache commons, jexl
January 2008 February 2008 March 2009
Subscribe to Posts [Atom]