In the langtools build, the genstubs tool is passed a classpath:
which it uses for a forked process that runs genstubs itself.
However, if fork is set to false the classpath given by:
which seems to work in some cases, but only if Ant has access to the
1.6 javax.tools classes
On 06/01/2010 04:36 AM, Andrew John Hughes wrote:
In the langtools build, the genstubs tool is passed a classpath:
which it uses for a forked process that runs genstubs itself.
However, if fork is set to false the classpath given by:
which seems to work in some cases, but