Sam Harwell
|
d8efb4ad44
|
Updated build to use latest releases of ANTLR 3 and ST 4
|
2014-03-25 10:48:00 -05:00 |
Sam Harwell
|
78587d0c08
|
Fix paths to online binaries in build.xml
|
2014-03-20 09:32:58 -05:00 |
Sam Harwell
|
470863dcd0
|
Update the runtime to build XPathLexer with ANTLR 4.2
|
2014-03-20 09:32:42 -05:00 |
Sam Harwell
|
06ab99d16d
|
[maven-release-plugin] prepare for next development iteration
|
2014-02-04 17:19:12 -06:00 |
Sam Harwell
|
5e05b71e8b
|
[maven-release-plugin] prepare release 4.2
|
2014-02-04 17:19:11 -06:00 |
Sam Harwell
|
340738f903
|
ANTLR 4 targets Java 6 at minimum
|
2014-01-23 07:25:09 -06:00 |
Sam Harwell
|
f8dbe1b68f
|
Initial annotation processor for NotNull and Nullable annotations
|
2014-01-21 14:32:11 -06:00 |
Sam Harwell
|
937c627b16
|
Move NotNull and Nullable annotations to their own artifact
|
2014-01-21 14:31:29 -06:00 |
Sergey Ponomarev
|
ce805c4c55
|
Update build.xml
|
2013-12-23 06:11:30 +02:00 |
Terence Parr
|
3ab2733635
|
-package not @header
|
2013-09-16 16:03:53 -07:00 |
Terence Parr
|
3f3e826820
|
was missing gen'd v4 src in compile target.
|
2013-09-16 15:49:49 -07:00 |
Terence Parr
|
cc421addfd
|
add antlr4 to build.xml
|
2013-09-16 15:19:35 -07:00 |
Sam Harwell
|
274120c2b6
|
Now working on release 4.1.1
|
2013-07-02 19:11:04 -05:00 |
Sam Harwell
|
05f7fc6500
|
Update development version to 4.1 (from 4.0.1)
|
2013-06-30 12:46:41 -05:00 |
Sam Harwell
|
8744e65690
|
build.xml: Expand the *.g arg to a list of grammars before calling the ANTLR 3 tool
|
2013-03-02 13:18:39 -06:00 |
Terence Parr
|
d97e88db66
|
antlr.org -> antlr3.org for loading jar
|
2013-03-02 10:19:24 -08:00 |
Sam Harwell
|
e1cce61400
|
Development line is now 4.0.1
|
2013-01-21 19:20:01 -06:00 |
Sam Harwell
|
8d13e3c47e
|
Ant build.xml: Tweak build message
|
2013-01-06 16:16:25 -06:00 |
Sam Harwell
|
567baefa62
|
Ant build.xml: improved up-to-date checks, remove need to pass "-make" to the ANTLR 3 tool
|
2013-01-06 15:28:16 -06:00 |
Sam Harwell
|
01bc4f1ab7
|
Ant build.xml: use macro to simplify multiple calls to the tool
|
2013-01-06 15:28:15 -06:00 |
Sam Harwell
|
4d3da87119
|
Ant build.xml: Move mkdir task to antlr3 target, where the grammars are actually compiled
|
2013-01-06 15:28:13 -06:00 |
Sam Harwell
|
dfb2143077
|
Ant build.xml: rename antlr3.gen.dir property to build.antlr3.dir
|
2013-01-06 15:28:12 -06:00 |
Sam Harwell
|
f2ae1ef204
|
Ant build.xml: allow user settings in user.build.properties
|
2013-01-06 15:28:07 -06:00 |
Sam Harwell
|
0cced01ab3
|
Ant build.xml: look for ANTLR 3 library in lib folder, download from antlr.org if missing. Remove unnecessary build.properties.
|
2013-01-06 15:27:45 -06:00 |
Sam Harwell
|
f1b6e93a04
|
Revert "Ant build.xml: Faster build if we don't fork the ANTLR task"
This reverts commit 6e9129848e .
|
2013-01-05 14:35:37 -06:00 |
Sam Harwell
|
57295785d5
|
Ant build.xml: Improve build performance avoiding an unnecessary directory copy
|
2013-01-05 05:40:19 -06:00 |
Sam Harwell
|
6e9129848e
|
Ant build.xml: Faster build if we don't fork the ANTLR task
|
2013-01-05 05:40:18 -06:00 |
Sam Harwell
|
ed648758a0
|
Ant build.xml: Include generated grammars in source zip for debugging purposes
|
2013-01-05 05:40:17 -06:00 |
Sam Harwell
|
1f41537826
|
Ant build.xml: Generate grammars in a separate intermediate build output folder
|
2013-01-05 05:40:16 -06:00 |
Sam Harwell
|
dac6355b45
|
Ant build.xml: build fails if grammar compilation fails
|
2013-01-05 05:40:15 -06:00 |
Sam Harwell
|
4cf2bb2bba
|
Ant build.xml: pass -Xlint -Xlint:-serial to javac
|
2013-01-05 05:40:13 -06:00 |
Sam Harwell
|
af74df88ee
|
Ant build.xml: remove irrelevant comments
|
2013-01-05 05:40:12 -06:00 |
Terence Parr
|
098bdab294
|
tweak for 4.0b2 version num.
|
2012-09-29 12:53:44 -07:00 |
Terence Parr
|
54673f4675
|
Added some documentation, change the version number on v3 lib. Added Sam to the license.
|
2012-09-18 11:25:06 -07:00 |
Terence Parr
|
6a0081d12e
|
rm gunit for now
|
2012-04-06 20:21:11 -07:00 |
parrt
|
1921a46dd2
|
include ST v4
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9779]
|
2012-01-02 17:11:39 -08:00 |
parrt
|
9114749c51
|
add Main-Class:org.antlr.v4.Tool to manifest
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9774]
|
2012-01-01 14:41:44 -08:00 |
parrt
|
77c13da7c5
|
fix include
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9773]
|
2012-01-01 14:36:55 -08:00 |
parrt
|
5aada9b2a5
|
includes templates
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9772]
|
2012-01-01 11:53:57 -08:00 |
parrt
|
029eae90b7
|
no v2 in jar
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9771]
|
2012-01-01 11:39:27 -08:00 |
parrt
|
8b2abff09b
|
make complete jar
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9770]
|
2012-01-01 11:24:26 -08:00 |
parrt
|
47bf5a086e
|
add antlr3.4 jars
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9769]
|
2012-01-01 11:08:52 -08:00 |
parrt
|
e75aa84d4c
|
udo fixes
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9233]
|
2011-11-01 06:37:35 -08:00 |
parrt
|
d3dc566a69
|
tweak
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9048]
|
2011-09-05 13:11:33 -08:00 |
parrt
|
99d5d64efb
|
update ant build
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9047]
|
2011-09-05 13:05:58 -08:00 |
parrt
|
f8abf5d40b
|
A B+ -> ^(A B)* works! fixed ant build
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 8838]
|
2011-07-06 13:42:35 -08:00 |
parrt
|
a7bed42c35
|
setting up ant build
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 8684]
|
2011-06-20 17:34:57 -08:00 |
parrt
|
c186d5ad76
|
add
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 8638]
|
2011-06-14 16:30:40 -08:00 |
parrt
|
55f384237b
|
add initial antlr4 files (mainly runtime)
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 8636]
|
2011-06-14 16:22:05 -08:00 |
parrt
|
36fb229434
|
Rename/move file(s) from old antlr4 to antlr-rewrite; that's not antlr4 anymore
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 7912]
|
2011-03-26 11:33:02 -08:00 |