jeusdi
jeusdi
I've been trying it for a some days ago, and I'm not able reach my server. Nevertheless, I'm able to log in using web interface. Any ideas?
Thanks @bmuschko I've added the `containerProperties`: ``` remoteContainers.each { config -> task "deployDev${config.name.capitalize()}"(type: com.bmuschko.gradle.cargo.tasks.remote.CargoDeployRemote) { description = "Deploys WAR to remote Web Application Server: '${config.name}'." containerId = config.container hostname =...
Thanks @sutaakar for your comment. Nevertheless, I don't quite know what you exactly mean to... I mean, I don't know how to dig into Codehaus Cargo from my gradle script......
I meant, I'm absolutly willing to help out adquiring that information, but I don't quite how exactly get it. Could you give me some lights?
Is there some tutorial showing how to debug and set a breakpoint to an Ant plugin from gradle? I've been to see, how to enable debugger on gradle, nevertheless, which...
I've imported code from repository. I've set a breakpoint on line 325 Gradle is listening on 5006. Nevertheless, breakpoint is not reached. Any ideas? 
It's not reached! Nevertheless, debugger is attached... 
It's not reached :anguished:
I'm getting this message: > Problem configuring task :deployDevWildfly10 from command line. > Unknown command-line option '--debug-jvm'.
I've ben able to reach this code: https://github.com/codehaus-cargo/cargo/blob/master/extensions/ant/tasks/src/main/java/org/codehaus/cargo/ant/CargoTask.java#L772 As you can see on image the port is 9990, instead of 9992!  Nevertheless, `getContainer()` method returns a Container with this...