On Mon, 30 Jun 2003 05:13 pm, Stefan Bodewig wrote:
>
> I've added ant-launcher.jar to the list of produced jars for now, but
> I'm not sure that this is the proper and intended fix.
>
That should be fine. The jar is required for ant.jar, since it provides the
AntMain interface. That interface must be in that jar so it is visible to
launcher. We could eliminate the interface by using reflection but I find
reflection to be a very messy way of coding.
Conor
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|