blob: 611be1482e36af51e9fc1f135e98ba7b9aeb54b8 [file] [log] [blame]
@rem ***************************************************************************
@rem Copyright (c) 2011, 2019 Mia-Software and others.
@rem All rights reserved. This program and the accompanying materials
@rem are made available under the terms of the Eclipse Public License v2.0
@rem which accompanies this distribution, and is available at
@rem http://www.eclipse.org/legal/epl-v20.html
@rem ***************************************************************************
rem to generate parser and lexer class, put the antlr library in current folder
rem don't forget to update the command line with the version of antlr library
rem see https://bugs.eclipse.org/bugs/show_bug.cgi?id=553058 for 3.0 to 3.2 migration
"C:\Program Files\Java\jdk1.5.0_22\bin\java.exe" -jar antlr-3.2.jar -fo output -lib . JSP.g
pause