[gradle-user] Moving to multiproject result in path issues

2009-06-22 Thread Trond Andersen
I have a single WAR-project which builds without any problems. Creates a WAR file without any issues, but now I'm trying to move to a multiproject build because I have a separate jar file which is going to be included into the WAR file. First issue I ran into was this: flatDir (name:

Re: [gradle-user] Client module for custom ant tasks

2009-06-22 Thread JerodLass
It compiled and I could run the build, but I just started trying to actually run the wsejbdeploy ant task and I get an error: No signature of method: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.antpath() is applicable for argument types: (java.lang.String) values:

Re: [gradle-user] Client module for custom ant tasks

2009-06-22 Thread Steve Appling
If you have the classpath you want to reference in a configuration called wsanttasks, then try changing: taskdef(name: wsejbdeploy, classname:com.ibm.websphere.ant.tasks.WsEjbDeploy, classpath:project.dependencies.antpath(wsanttasks)) to taskdef(name: wsejbdeploy,

Re: [gradle-user] Client module for custom ant tasks

2009-06-22 Thread Hans Dockter
On Jun 22, 2009, at 8:28 PM, JerodLass wrote: It compiled and I could run the build, but I just started trying to actually run the wsejbdeploy ant task and I get an error: No signature of method: org .gradle .api .internal .artifacts.dsl.dependencies.DefaultDependencyHandler.antpath()