bmuschko / gradle-cargo-plugin

Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Apache License 2.0
258 stars 61 forks source link

Using 'websphere85x' as cargo.containerId causes script to fail #117

Closed mashimom closed 9 years ago

mashimom commented 9 years ago

When added 'websphere85x' to script it fails, otherwise works with 'tomcat6x'.

gradle tasks     
Unknown container: websphere85x
Unknown container: websphere85x
Unknown container: websphere85x

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'MX76'.
> Failed to notify project evaluation listener.
   > Unknown container
   > Unknown container
   > Unknown container

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 6.883 secs
bmuschko commented 9 years ago

You are probably using an updated version of the plugin. The latest version definitely supports the container ID. In the long run I am probably going to remove this verification logic and let it directly propagate to the Ant library.

bmuschko commented 9 years ago

Did you get your issue fixed?

bmuschko commented 9 years ago

Haven't heard back. Closing this issue.