From: Egon T. <ego...@sa...> - 2004-03-11 18:13:39
|
Hi all! I have changed the CppLocalGeneratorImpl.java and CppLocalTestGeneratorImpl.java to prohibit changed files in src/ and test/ from overwriting. If you try to overwrite files (by calling ccmtools-c++-generate -d -a ...) you will get some WARNINGs. Instead of overwriting, the generators store the new files with the extension .new The generated code from CppLocalTestGeneratorImpl.java now contains more comments and less .ptr()-> constructs which are obsolete since using WX::Utils. Finally, I have added a test/CppGenerator/tutorial directory that hosts the example for the new tutorial version (still under construction ;-) :-) Egon |