There are two options:
1. use the <exec> task.
2. write a compiler adapter to interface for bcj. To do this, have a look at the documentation for <javac> (which will act as the proxy for your CompilerAdapter. The documentation for javac: http://jakarta.apache.org/ant/manual/CoreTasks/javac.html
and the documentation for CompilerAdapter: http://jakarta.apache.org/cvsweb/index.cgi/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java?rev=1.1&content-type=text/vnd.viewcvs-markup
In order to get the compiler adapter to work, you need to set the buld.compiler property to that of the classname of your adapter (e.g.: <property name="build.compiler" value="com.mycompany.BorlandCompilerAdapter" />
Hope this helps.
Jay
> -----Original Message-----
> From: Harald Hett [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 09, 2001 10:42 AM
> To: [EMAIL PROTECTED]
> Subject: Using ant with bcj
>
>
> Hello!
>
> I am new to this list, so I apologize if my question is
> one of the top 10:
>
> Is it possible to use the Borland compiler bcj with Ant
> and if "yes", how?
>
> Thanks in advance
> --
> Harald Hett <[EMAIL PROTECTED]>
>
