langtools build and genstubs task

2010-06-01 Thread Andrew John Hughes
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

Re: langtools build and genstubs task

2010-06-01 Thread Jonathan Gibbons
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