Update of /cvsroot/nice/Nice/src/nice/tools/compiler/console
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7184/src/nice/tools/compiler/console
Modified Files:
main.nice
Log Message:
RFE 1076945: source charset encoding made configurable.
Index: main.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/nice/tools/compiler/console/main.nice,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** main.nice 13 Jan 2005 19:27:09 -0000 1.10
--- main.nice 27 Aug 2005 14:04:41 -0000 1.11
***************
*** 68,71 ****
--- 68,76 ----
String path => { compilation.sourcePath = path; }),
+ option("encoding",
+ purpose: "Character set encoding to be used for .nice source files",
+ optionHint: "charset",
+ String charset => { compilation.sourceEncoding = charset; }),
+
option(letter: 'd', "destination",
"Destination directory for compiled packages",
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|