Last change
on this file since 7231 was
6801,
checked in by Leif-Jöran, 9 years ago
|
Initial mavenized version of FCS-QL grammar compilation and packaging as component jar. Simple testing is working. The additional sources for integration will be added when maven is working nicely with them.
|
-
Property svn:eol-style set to
LF
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
603 bytes
|
Rev | Line | |
---|
[6801] | 1 | #! /bin/bash |
---|
| 2 | |
---|
| 3 | # Build and run test file in TestRig 20150505 /ljo |
---|
| 4 | # Made it somewhat mavenized 20151109 /ljo |
---|
| 5 | |
---|
| 6 | fcs_home="/home/ljo/arbete/Clarin-eric/fcs-grammar/"; |
---|
| 7 | pushd ${fcs_home}; |
---|
| 8 | |
---|
| 9 | mvn antlr4:antlr4 compiler:compile package |
---|
| 10 | # New package for TestRig is org.antlr.v4.gui.TestRig but gives NPE right now. |
---|
| 11 | #mvn -e exec:java -Dexec.mainClass="org.antlr.v4.gui.TestRig" -Dexec.args="eu.clarin.sru.fcs.qlparser.FCSParser query -gui $1" |
---|
| 12 | mvn exec:java -Dexec.mainClass="org.antlr.v4.runtime.misc.TestRig" -Dexec.args="eu.clarin.sru.fcs.qlparser.FCSParser query -gui $1" #-Dexec.classpathScope="runtime" |
---|
| 13 | |
---|
| 14 | popd |
---|
Note: See
TracBrowser
for help on using the repository browser.