Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
a3c57ba5
Commit
a3c57ba5
authored
Feb 19, 2021
by
Arpad Lovassy
Committed by
Gerrit Code Review
Feb 19, 2021
Browse files
Merge "Some more comments for the Windows .g4 build script"
parents
67f98826
99f16e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tools/antlr4_compile.cmd
View file @
a3c57ba5
...
...
@@ -12,11 +12,15 @@
@rem ###############################################################################
@rem ###############################################################################
@rem # Script to compile all the .g4 files in the Titan EclipsePlug-ins repo.
@rem # Script for Windows to compile all the .g4 files in the Titan EclipsePlug-ins
@rem # repo. Can be used to invoke antlr manually if the eclipse antlr plugin does
@rem # not work properly.
@rem # The script also builds helper classes for parser debuggig (these are not part
@rem # of the Titan build as they are only useful for parser developers).
@rem #
@rem # Example usage:
@rem # cd <titan.EclipsePlug-ins project root>
@rem # Tools/antlr4_compile.cmd
@rem # Tools/antlr4_compile.cmd
@rem ###############################################################################
@echo
off
...
...
@@ -72,7 +76,7 @@
@java
%ANTLR%
PatternStringLexer
.g4
-no-listener -no-visitor -encoding
UTF
-
8
-package
org
.eclipse.titan.designer.parsers.ttcn3parser
@REM Extension attribute
@echo
Copiling
ext
attr
@echo
Co
m
piling
ext
attr
@cd
%WORKSPACE_PATH%
\org.eclipse.titan.designer\src\org\eclipse\titan\designer\parsers\extensionattributeparser\
@java
%ANTLR%
ExtensionAttributeLexer
.g4
-no-listener -no-visitor -encoding
UTF
-
8
-package
org
.eclipse.titan.designer.parsers.extensionattributeparser
@java
%ANTLR%
ExtensionAttributeParser
.g4
-no-listener -no-visitor -encoding
UTF
-
8
-package
org
.eclipse.titan.designer.parsers.extensionattributeparser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment