Kevin Glynn
a309b80531
add quotes for linux/mono build
2010-12-30 18:44:40 +01:00
Kevin Glynn
b35194c4bc
Include dist/build.properties in solution
2010-09-29 08:39:37 -05:00
Kevin Glynn
5ad9ea2028
Add a build.properties for the client distributions
2010-09-20 13:02:37 -05:00
Kevin Glynn
62e55b5839
update version number
2010-09-20 13:02:11 -05:00
Kevin Glynn
f9c3c1f17d
Add dist target
2010-09-20 13:01:50 -05:00
Kevin Glynn
9fe650b5f5
Add Prelude comment to Java Output files
...
Add a comment to the head of every Java output file stating that this file was
produced by CS2J.
A command line argument (markDate) controls whether the translation date is
included in this initial comment.
markDate should be set false for Rustici (end similar) else it will
produce spurious source control diffs
2010-09-20 06:34:26 -05:00
Kevin Glynn
749a91af39
ugly hack to stop translation segfaulting on New<byte>() code
2010-07-14 15:16:15 -05:00
Kevin Glynn
a097df8a0e
support for goto and labelled statements
...
goto is converted (wrongly in general) to a continue statement
2010-07-14 13:18:46 -05:00
Kevin Glynn
577c5b21c3
hack: Ignore duplicate fields
...
(probably due to insufficient #iffery treatment we are processing extra lines that we shouldn't)
2010-07-14 13:16:15 -05:00
Kevin Glynn
d07f3a97de
Add descriptions, let dumpProperties run init to read in properties from files
2010-07-12 20:21:27 -05:00
Kevin Glynn
7069b42023
Turn C# destructors into finalize() methods.
...
TODO: probably should call super.finalize()
2010-07-12 20:11:50 -05:00
Kevin Glynn
e1729486cc
Simplify build.xml
...
- remove antcalls because I thought they were breaking cancel behaviour
- fix cancel (ugly, looks like depends are run before unless= is checked, so add unless=is.run.cancelled to all tagets that do work)
- remove echoTranslateCS2J, better to use -v option to cs2j
2010-06-06 20:44:45 -05:00
Kevin Glynn
befc9e5ddc
Add build files into solution
2010-06-04 08:29:23 -05:00
Kevin Glynn
b30ae76c17
Add simple launch option
...
- add simple launch option that just asks for source and target
- simplify properties, death to ScormEngine baggage
2010-06-03 07:51:24 -05:00
Kevin Glynn
7e9f4187d5
Add gitignore file for antlr2 cs2j
2010-06-01 13:22:23 -05:00
Kevin Glynn
de6c0fcada
Add Antlr3 rewrite from Rustici Subversion
2010-05-29 10:08:47 -05:00