On Fri, 4 Jan 2002, Joseph S. Barrera, III <[EMAIL PROTECTED]> wrote:
> Is anyone out there using Ant to compile java with Microsoft's J#? > > I can see three possible approaches: > 1. Extend the javac task to understand jc.exe (the J# compiler) > 2. Use an existing compiler type recognized by javac, e.g. jvc, > and then write a cover script to transform arguments into a > form expected by jc.exe > > But I'd love to have choice 1 possible, either because someone has > already done the work, or because it's not that hard to do and I can > just do it myself. If you are able to do 2 yourself, you can as well do 1. Take a look at org.apache.tools.ant.taskdefs.compiler.Jvc and modify it (and remember to submit it to ant-dev after that 8-). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
