ORCTOM

Results 11 comments of ORCTOM

Please ref to the [sample](https://github.com/orctom/gradle-archetype-plugin/tree/master/src/test/resources/sample) Create an empty project, and apply this plugin Create your template in [src/main/resources/templates](https://github.com/orctom/gradle-archetype-plugin/tree/master/src/test/resources/sample/src/main/resources/templates), where the template files are something heavy you have to cope manually,...

No idea why the plugin can't be reached, it was under `/gradle/plugin`. I'll find it out later. I'm starting feeling disappointed about gradle...

The log indicates that the app is already started, and calling `starting the app` failed. Looks like there're cases that the app would be started automatically after been installed to...

Maybe we should check the app's status, in the jython script, if the app is running, skip the `startApplication` method. But I'm not working with WebSphere any more, I don't...

It uses local installed WebSphere to make the deployment. WAS_HOME should point where the WebSphere is.

The exception message is quite clear, you are run this against your local non-cluster WAS, you must make sure it's up and running, this plugin will talk to it to...

I guess there's some issue in the ear, or the ear is requesting something from WAS which is not correctly configured, try to generate the ear in maven, and have...

You would need to add `xxx` to your config. Such as `-distributeApp -deployejb .... And you might need to add `MapResRefToEJB` as well,

either, if I recall it clearly

There're a few log files in some where in target folder, can you attach them