Hi,
I am also having a similar issue.
I have a gradle file, which in turn imports an existing ant file
(build.xml), where this build.xml file has many sub-projects, and also has
many sub-tasks called "test".
When I import the build.xml into my build.gradle, and when I execute any
tasks related to gradle it complains, saying the task "test" is already
defined. I assume the issue here is that gradle already has a task defined
as "test". But according to the project structure it is not possible for me
to change the names in of tasks found in build.xml :(
Secondly, When I try to call individual tasks without importing build.xml
using;
ant.sequential {
antcall(target: 'clean')
}
in a custom defined task, I am having issues with sub-ant tasks defined
withing the build.xml or it's sub projects.
Appreciate if some one can help.
--
View this message in context:
http://gradle.1045684.n5.nabble.com/ant-importBuild-doesn-t-import-tasks-target-with-ant-basedir-tp4731920p4899139.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email