jeusdi

Results 36 comments of 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? ![imagen](https://cloud.githubusercontent.com/assets/941639/22820882/f0a229c0-ef78-11e6-8441-31e3922dac8f.png)

It's not reached! Nevertheless, debugger is attached... ![imagen](https://cloud.githubusercontent.com/assets/941639/22822202/b592a9d0-ef7e-11e6-80e7-8bc13a285764.png)

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! ![imagen](https://cloud.githubusercontent.com/assets/941639/22925551/78da01e0-f2a9-11e6-96f1-736e790ddfa4.png) Nevertheless, `getContainer()` method returns a Container with this...