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
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
451 bytes
|
Line | |
---|
1 | FCS-QL parser and utilities for FCS Core v2.0 |
---|
2 | It is mavenized so: |
---|
3 | $ mvn antlr4:antlr4 compiler:compile package |
---|
4 | would create a jar with dependencies to include as component. |
---|
5 | |
---|
6 | By: |
---|
7 | $ ./run.bash src/test/resources/fcs-ql-v2.0/test.txt |
---|
8 | you would build source and run queries from the given file. |
---|
9 | |
---|
10 | or: |
---|
11 | $ ./run-test-file.bash src/test/resources/fcs-ql-v2.0/test.txt |
---|
12 | you would build test sources and run queries from the given file. |
---|
13 | |
---|
14 | Good luck! |
---|
15 | |
---|
16 | /Leif-Jöran |
---|
Note: See
TracBrowser
for help on using the repository browser.