It seems that the dependency you are attempting to use doesn’t contain the ant task in it. It looks like you’re using a maven plugin rather than an ant plugin.
You’re right, I tried to use the plugin as maven as it is my first experience with Gradle and it seemed closer to Maven than to ANT
How do you add the ant task to the classpath in your ant build? Have you added a weblogic jar to $ANT_HOME/lib?
I already have the weblogic jars (weblogic.jar, webserviceclient.jar, webservices.jar) inside the ANT lib but I would like to understand which specific jars I need to punt into the gradle dependency in order to run the JWSC task.
You can use the following script to run through the jars looking for the ant task. I’m guessing all the jars report found = false.
I dont’ have results, neither positive nor negative running the script reported below