-
Notifications
You must be signed in to change notification settings - Fork 75
cs2j todos
Kevin Glynn edited this page Jan 26, 2011
·
8 revisions
- Write an xsd for the xml translation files
- Update to VS2010 solution
- Add a way to annotate translations as UNIMPLEMENTED. Print a warning during translation (and option to error?) and add annotation or comment to java translation. Useful, for example, for FileStream’s seek method.
- Write a tool that (using reflection) will take a .Net library class name and write out a full translation template (from Ben)
- Provide a way to modify the ‘throws Exception’ line on Java methods (a pain when implementing interfaces). Can we use C# attributes? Do we need a way of doing it via command line arguments too so that source doesn’t have to be modified? (from Ben)
- Add serial key to verify purchase, see: Implementing a Partial Serial Number Verification System in Delphi