Re: [gradle-user] Problem with ant classpath in subproject

2010-11-22 Thread Jeppe Nejsum Madsen
On Mon, Nov 22, 2010 at 10:44 AM, Adam Murdoch wrote: > > On 22/11/2010, at 8:33 PM, Jeppe Nejsum Madsen wrote: > > Hi, > > I've pulled a standalone project (that worked fine) in as a subproject > in another project, like this: > > project(':wsclient') { >  apply plugin: 'java' > >  configurations

Re: [gradle-user] Problem with ant classpath in subproject

2010-11-22 Thread Adam Murdoch
On 22/11/2010, at 8:33 PM, Jeppe Nejsum Madsen wrote: > Hi, > > I've pulled a standalone project (that worked fine) in as a subproject > in another project, like this: > > project(':wsclient') { > apply plugin: 'java' > > configurations { >jaxws > } > > dependencies { >jaxws "com.

[gradle-user] Problem with ant classpath in subproject

2010-11-22 Thread Jeppe Nejsum Madsen
Hi, I've pulled a standalone project (that worked fine) in as a subproject in another project, like this: project(':wsclient') { apply plugin: 'java' configurations { jaxws } dependencies { jaxws "com.sun.xml.ws:jaxws-tools:2.1.4" } task wsimport(dependsOn: JavaPlugin.PROCE