Any one used 'com.bmuschko.cargo' plugin? I want t...
# community-support
f
Any one used 'com.bmuschko.cargo' plugin? I want to know how to use configHomeDir for this in cargo block. As I am getting error ' The <mkdir> type doesn't support nested text data ("C:\wfm\G...tomcat9x").' I didn;t get enough info here https://github.com/bmuschko/gradle-cargo-plugin
t
I believe this is the way the plugin calls the Ant mkdir task at https://github.com/bmuschko/gradle-cargo-plugin/blob/12940deb48fa93e033a922db96ed3f5eb7956ad5/src/main/groovy/com/bmuschko/gradle/cargo/tasks/local/LocalCargoContainerTask.groovy#L260, that's not compatible with recent Ant and/or Groovy-Ant versions, bundled into recent Gradle versions.
f
ok Thanks, btw I am using gardle 8.13 I wanted that to have the tomcat configuration in the projects build directory and not to the default location which is C:\Users\...\AppData\Local\Temp\cargo\conf
Is there any other plugin available? I dont find any