Hello, I have imported a build.xml to my gradle build script by using "importBuild" method. but when I have run the build, the build has failed with below exceptions.
... Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory Nested exception: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory ... the build project is here. http://dl.dropbox.com/u/11287929/material/gradle/using-antproject.zip I think this exception is related to the next report. http://jira.codehaus.org/browse/GRADLE-1212 Could you teach me the method of avoiding this problem ? Thanks --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
