|
| From: | Anthony Green |
| Subject: | Re: Ant (was Re: about RMI) |
| Date: | Fri, 7 Sep 2001 06:11:51 -0700 |
Hi -
Thanks for the pointer.
You wrote:
> You can use gcj instead of sun's javac(tools.jar), but gcj doesn't
> support debug and encoding options.
gcj has a "--encoding=" option. And what do you mean by no debug?
I would just change these to use "-g" and "-O2"....
> if (debug) {
> cmd.createArgument().setValue("-g1");
> }
> if (optimize) {
> cmd.createArgument().setValue("-O");
> }
AG
| [Prev in Thread] | Current Thread | [Next in Thread] |