mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
add some sample ini files
This commit is contained in:
parent
84d55bf3d5
commit
9165fc200e
65
CSharpTranslator/antlr3/sampleconfigs/fizzbuzz.ini
Normal file
65
CSharpTranslator/antlr3/sampleconfigs/fizzbuzz.ini
Normal file
@ -0,0 +1,65 @@
|
||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
||||
[General]
|
||||
|
||||
; Debug / Verbosity flags
|
||||
verbose = 0
|
||||
debug = 1
|
||||
debug-template-extraction = true
|
||||
|
||||
; Control warnings
|
||||
warnings = true
|
||||
warnings-resolve-failures = false
|
||||
|
||||
; Dump internal structures during translation
|
||||
show-csharp = false
|
||||
show-javasyntax = false
|
||||
show-java = false
|
||||
show-tokens = false
|
||||
|
||||
; Preprocessor tokens
|
||||
define =
|
||||
|
||||
; Output enum list, parsed translation files
|
||||
dump-enums = false
|
||||
out-enum-dir =
|
||||
|
||||
dump-xmls = true
|
||||
out-xml-dir = /Users/keving/tmp/xml/fizzbuzz
|
||||
|
||||
; Source and output for translation files and templates
|
||||
cheat-dir =
|
||||
|
||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/ICSharpCode|/Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/System
|
||||
ex-net-templates-dir =
|
||||
|
||||
app-dir = /Users/keving/Projects/fizzbuzz-1.0
|
||||
ex-app-dir =
|
||||
|
||||
cs-dir = /Users/keving/Projects/fizzbuzz-1.0
|
||||
ex-cs-dir =
|
||||
|
||||
out-java-dir = /Users/keving/tmp/java/fizzbuzz/src
|
||||
|
||||
; Enable Alternate Translation Templates
|
||||
alt-translations =
|
||||
|
||||
; Boolean flags
|
||||
keep-parens = false
|
||||
timestamp-files = false
|
||||
blanket-throw = true
|
||||
exception-is-throwable = false
|
||||
make-javadoc-comments = true
|
||||
make-java-naming-conventions = true
|
||||
|
||||
; These are experimental settings.
|
||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
||||
[Experimental]
|
||||
enums-to-numeric-consts = false
|
||||
unsigned-to-signed = false
|
||||
unsigned-to-bigger-signed = false
|
||||
transforms = false
|
||||
|
||||
; These are internal settings used for development.
|
||||
; You should not need (or want) to touch them.
|
||||
[Internal]
|
||||
isjavaish = false
|
65
CSharpTranslator/antlr3/sampleconfigs/secs2j.ini
Normal file
65
CSharpTranslator/antlr3/sampleconfigs/secs2j.ini
Normal file
@ -0,0 +1,65 @@
|
||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
||||
[General]
|
||||
|
||||
; Debug / Verbosity flags
|
||||
verbose = 0
|
||||
debug = 1
|
||||
debug-template-extraction = true
|
||||
|
||||
; Control warnings
|
||||
warnings = true
|
||||
warnings-resolve-failures = false
|
||||
|
||||
; Dump internal structures during translation
|
||||
show-csharp = false
|
||||
show-javasyntax = false
|
||||
show-java = false
|
||||
show-tokens = false
|
||||
|
||||
; Preprocessor tokens
|
||||
define =
|
||||
|
||||
; Output enum list, parsed translation files
|
||||
dump-enums = false
|
||||
out-enum-dir =
|
||||
|
||||
dump-xmls = true
|
||||
out-xml-dir = /Users/keving/tmp/xml/se
|
||||
|
||||
; Source and output for translation files and templates
|
||||
cheat-dir =
|
||||
|
||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/ICSharpCode|/Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/System
|
||||
ex-net-templates-dir =
|
||||
|
||||
app-dir = /Users/keving/svnrepos/ScormEngineNet/src/app/ScormEngine.Core/
|
||||
ex-app-dir =
|
||||
|
||||
cs-dir = /Users/keving/svnrepos/ScormEngineNet/src/app/ScormEngine.Core/
|
||||
ex-cs-dir =
|
||||
|
||||
out-java-dir = /Users/keving/tmp/java/se/src
|
||||
|
||||
; Enable Alternate Translation Templates
|
||||
alt-translations =
|
||||
|
||||
; Boolean flags
|
||||
keep-parens = false
|
||||
timestamp-files = false
|
||||
blanket-throw = true
|
||||
exception-is-throwable = false
|
||||
make-javadoc-comments = true
|
||||
make-java-naming-conventions = true
|
||||
|
||||
; These are experimental settings.
|
||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
||||
[Experimental]
|
||||
enums-to-numeric-consts = false
|
||||
unsigned-to-signed = false
|
||||
unsigned-to-bigger-signed = false
|
||||
transforms = false
|
||||
|
||||
; These are internal settings used for development.
|
||||
; You should not need (or want) to touch them.
|
||||
[Internal]
|
||||
isjavaish = false
|
65
CSharpTranslator/antlr3/sampleconfigs/winfizzbuzz.ini
Normal file
65
CSharpTranslator/antlr3/sampleconfigs/winfizzbuzz.ini
Normal file
@ -0,0 +1,65 @@
|
||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
||||
[General]
|
||||
|
||||
; Debug / Verbosity flags
|
||||
verbose = 0
|
||||
debug = 1
|
||||
debug-template-extraction = true
|
||||
|
||||
; Control warnings
|
||||
warnings = true
|
||||
warnings-resolve-failures = false
|
||||
|
||||
; Dump internal structures during translation
|
||||
show-csharp = false
|
||||
show-javasyntax = false
|
||||
show-java = false
|
||||
show-tokens = false
|
||||
|
||||
; Preprocessor tokens
|
||||
define =
|
||||
|
||||
; Output enum list, parsed translation files
|
||||
dump-enums = false
|
||||
out-enum-dir =
|
||||
|
||||
dump-xmls = true
|
||||
out-xml-dir = z:\keving\tmp\xml\fizzbuzz
|
||||
|
||||
; Source and output for translation files and templates
|
||||
cheat-dir =
|
||||
|
||||
net-templates-dir = z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\ICSharpCode|z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\System
|
||||
ex-net-templates-dir =
|
||||
|
||||
app-dir = z:\keving\Projects\fizzbuzz-1.0
|
||||
ex-app-dir =
|
||||
|
||||
cs-dir = z:\keving\Projects\fizzbuzz-1.0
|
||||
ex-cs-dir =
|
||||
|
||||
out-java-dir = z:\keving\tmp\java\fizzbuzz\src
|
||||
|
||||
; Enable Alternate Translation Templates
|
||||
alt-translations =
|
||||
|
||||
; Boolean flags
|
||||
keep-parens = false
|
||||
timestamp-files = false
|
||||
blanket-throw = true
|
||||
exception-is-throwable = false
|
||||
make-javadoc-comments = true
|
||||
make-java-naming-conventions = true
|
||||
|
||||
; These are experimental settings.
|
||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
||||
[Experimental]
|
||||
enums-to-numeric-consts = false
|
||||
unsigned-to-signed = false
|
||||
unsigned-to-bigger-signed = false
|
||||
transforms = false
|
||||
|
||||
; These are internal settings used for development.
|
||||
; You should not need (or want) to touch them.
|
||||
[Internal]
|
||||
isjavaish = false
|
65
CSharpTranslator/antlr3/sampleconfigs/winsecs2j.ini
Normal file
65
CSharpTranslator/antlr3/sampleconfigs/winsecs2j.ini
Normal file
@ -0,0 +1,65 @@
|
||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
||||
[General]
|
||||
|
||||
; Debug / Verbosity flags
|
||||
verbose = 0
|
||||
debug = 1
|
||||
debug-template-extraction = true
|
||||
|
||||
; Control warnings
|
||||
warnings = true
|
||||
warnings-resolve-failures = false
|
||||
|
||||
; Dump internal structures during translation
|
||||
show-csharp = false
|
||||
show-javasyntax = false
|
||||
show-java = false
|
||||
show-tokens = false
|
||||
|
||||
; Preprocessor tokens
|
||||
define =
|
||||
|
||||
; Output enum list, parsed translation files
|
||||
dump-enums = false
|
||||
out-enum-dir =
|
||||
|
||||
dump-xmls = true
|
||||
out-xml-dir = Z:\keving\tmp\xml\se
|
||||
|
||||
; Source and output for translation files and templates
|
||||
cheat-dir =
|
||||
|
||||
net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\ICSharpCode|Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\System
|
||||
ex-net-templates-dir =
|
||||
|
||||
app-dir = Z:\keving\svnrepos\ScormEngineNet\src\app\ScormEngine.Core\
|
||||
ex-app-dir =
|
||||
|
||||
cs-dir = Z:\keving\svnrepos\ScormEngineNet\src\app\ScormEngine.Core\
|
||||
ex-cs-dir =
|
||||
|
||||
out-java-dir = Z:\keving\tmp\java\se\src
|
||||
|
||||
; Enable Alternate Translation Templates
|
||||
alt-translations =
|
||||
|
||||
; Boolean flags
|
||||
keep-parens = false
|
||||
timestamp-files = false
|
||||
blanket-throw = true
|
||||
exception-is-throwable = false
|
||||
make-javadoc-comments = true
|
||||
make-java-naming-conventions = true
|
||||
|
||||
; These are experimental settings.
|
||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
||||
[Experimental]
|
||||
enums-to-numeric-consts = false
|
||||
unsigned-to-signed = false
|
||||
unsigned-to-bigger-signed = false
|
||||
transforms = false
|
||||
|
||||
; These are internal settings used for development.
|
||||
; You should not need (or want) to touch them.
|
||||
[Internal]
|
||||
isjavaish = false
|
Loading…
x
Reference in New Issue
Block a user